Vulnerability Details : CVE-2023-29132
Irssi 1.3.x and 1.4.x before 1.4.4 has a use-after-free because of use of a stale special collector reference. This occurs when printing of a non-formatted line is concurrent with printing of a formatted line.
Vulnerability category: Memory Corruption
Products affected by CVE-2023-29132
- cpe:2.3:a:irssi:irssi:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2023-29132
0.09%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 38 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2023-29132
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
5.3
|
MEDIUM | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L |
3.9
|
1.4
|
NIST |
CWE ids for CVE-2023-29132
-
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.Assigned by: nvd@nist.gov (Primary)
References for CVE-2023-29132
-
https://www.openwall.com/lists/oss-security/2023/03/30/5
oss-security - Irssi SA-2023-03 / Use after free in printing routineMailing List;Third Party Advisory
-
https://irssi.org/security/irssi_sa_2023_03.txt
Third Party Advisory
Jump to