mbox series

[0/2] CVE-2023-4233 and CVE-2023-4234

Message ID 20231221141638.19774-1-d.grigorev@omp.ru (mailing list archive)
Headers show
Series CVE-2023-4233 and CVE-2023-4234 | expand

Message

Denis Grigorev Dec. 21, 2023, 2:16 p.m. UTC
Hello,

The following patches prevent possible buffer overflow during SMS
decoding. 

There are corresponding bug reports on Red Hat Bugzilla:

 * https://bugzilla.redhat.com/show_bug.cgi?id=2255396
 * https://bugzilla.redhat.com/show_bug.cgi?id=2255399

Denis Grigorev (2):
  smsutil: Check that address fits in memory
  smsutil: Check that submit report fits in memory

 src/smsutil.c | 10 ++++++++++
 1 file changed, 10 insertions(+)