diff --git a/security/vuxml/vuln/2024.xml b/security/vuxml/vuln/2024.xml index 3b5800d55335e..5db3845477dc1 100644 --- a/security/vuxml/vuln/2024.xml +++ b/security/vuxml/vuln/2024.xml @@ -1,3 +1,29 @@ + + hcode -- buffer overflow in mail.c + + + ko-hcode + 2.1.3_2 + + + + +

The openSUSE project reports:

+
+

The problematic function in question is putSDN() in mail.c. The static variable `cp` is used as an index for a fixed-sized buffer `ibuf`. There is a range check: `if ( cp >= HDR_BUF_LEN ) ...` but under certain circumstances, cp can be incremented beyond the buffer size, leading to a buffer overwrite

+
+ +
+ + CVE-2024-34020 + https://bugzilla.suse.com/show_bug.cgi?id=1223534 + + + 2024-04-29 + 2024-05-01 + +
+ GLPI -- multiple vulnerabilities