CVE Radar

CVE Radar Logo
CVERadar

Edition used by more than 30,000 companies in more than 150 countries.
Sign Up For Free

CVE-2024-2961

Critical Severity|Gnu
84
SVRS
7.3
CVSSv3
0.8833
EPSS
TAGS
In The WildExploit Avaliable
VECTOR STRING
CVSS:3.1AV:LAC:LPR:NUI:NS:UC:LI:LA:H
PUBLICATION DATE2024-04-17
LAST MODIFIED2026-05-12

Deep CVE Analysis in Progress

The system is currently conducting an in-depth analysis of the selected CVE. This includes advanced correlation, vulnerability classification, and cross-referencing with real-time threat intelligence sources. Once the analysis is complete, the page will automatically update with enriched vulnerability data and actionable insights.

Security Intelligence Brief

1. What is this vulnerability and why does it matter?
This vulnerability, identified as CVE-2024-2961, is a buffer overflow within the iconv() function of the GNU C Library (glibc) versions 2.39 and older. Specifically, when converting strings to the ISO-2022-CN-EXT character set, the function may overflow its output buffer by up to 4 bytes. This matters significantly because glibc is a fundamental component of virtually all Linux-based systems and many other Unix-like operating systems. An attacker can exploit this overflow to cause an application to crash, leading to a Denial of Service (DoS), or potentially overwrite neighboring variables. Overwriting variables could, under certain circumstances, lead to arbitrary code execution, granting an attacker control over the affected system. The existence of published active exploits further elevates its criticality, requiring immediate attention.
2. What are the CVSS score, severity level, and disclosure details?
  • CVSS Score: 7.3
  • Severity Level: High
  • Disclosure Details: The vulnerability was publicly published on April 17, 2024, at 17:27:40 UTC. The record was last modified on May 12, 2026, at 12:16:34 UTC. The SVRS (Stakeholder-Specific Vulnerability Rating System) score is 84, indicating a high level of exploit maturity.
3. Which products, vendors, systems, and versions are affected?
  • Vendors: GNU Project
  • Products: GNU C Library (glibc)
  • Systems: Systems utilizing the GNU C Library.
  • Affected Versions: All versions of the GNU C Library up to and including 2.39 are vulnerable. This means glibc versions 2.39 and older are susceptible to this flaw.
4. What is the technical root cause and attack vector?
The technical root cause is a buffer overflow vulnerability within the iconv() function of glibc. When performing character set conversions, specifically to the ISO-2022-CN-EXT character set, the function incorrectly calculates or handles the output buffer size, allowing it to write up to 4 bytes beyond its allocated boundary. The attack vector involves an attacker supplying specially crafted input data that triggers an application to use the vulnerable iconv() function for converting to the ISO-2022-CN-EXT character set.
5. How can this vulnerability be exploited?
This vulnerability can be exploited by an attacker providing malicious input to an application that uses the glibc iconv() function to convert data to the ISO-2022-CN-EXT character set. This crafted input triggers the buffer overflow, leading to an application crash (Denial of Service). In more sophisticated attacks, the 4-byte overflow could be used to overwrite adjacent memory, such as stack variables, function pointers, or other critical data structures. This could potentially divert program execution flow, leading to arbitrary code execution within the context of the vulnerable application. Active exploits have already been published, indicating that the methods for exploiting this flaw are publicly known and available.
6. What mitigation steps and patches are available?
The primary mitigation step is to upgrade the GNU C Library (glibc) to a patched version that resolves this buffer overflow. This typically means upgrading to glibc version 2.40 or newer. Users should refer to their operating system vendor's security advisories and package repositories for official patches and update instructions. It is critical to apply these updates promptly to prevent exploitation.
7. How can vulnerable systems be detected?
To detect vulnerable systems, administrators should:
  • Identify glibc Version: Determine the version of the GNU C Library installed on their systems. This can often be done using commands such as ldd --version, rpm -q glibc (on RPM-based systems), or dpkg -s libc6 (on Debian-based systems).
  • Scan for Affected Versions: Any system running glibc version 2.39 or older is considered vulnerable.
  • Vulnerability Scanners: Utilize enterprise vulnerability management solutions and scanners, which should include checks for CVE-2024-2961.
8. What are the indicators of compromise (IOCs)?
Indicators of Compromise (IOCs) for this vulnerability might include:
  • Application Crashes: Frequent or unexpected crashes of applications that handle string conversions, particularly those processing external input or converting to unusual character sets like ISO-2022-CN-EXT.
  • Unusual Process Behavior: Applications exhibiting abnormal CPU usage, memory consumption, or unexpected child processes, which could indicate a successful arbitrary code execution exploit.
  • Error Logs: System or application logs showing errors related to iconv() function calls, buffer overflows, or segmentation faults.
  • Network Traffic: Presence of highly unusual or malformed data packets directed at services that might perform character set conversions.
  • File System Changes: Unauthorized modifications to system files or the presence of new, unexpected executables if the vulnerability is exploited for arbitrary code execution and payload delivery.
9. Which threat actors are known to exploit this vulnerability?
While the CVE data indicates that active exploits for this vulnerability have been published, specific threat actors known to exploit CVE-2024-2961 are not explicitly identified in the provided information. However, the existence of active exploits suggests that various malicious actors, ranging from opportunistic attackers to more sophisticated groups, may be leveraging this flaw.
10. What public intelligence references and advisories exist?
  • CVE Identifier: CVE-2024-2961, which serves as the primary public intelligence reference.
  • Common Weakness Enumeration (CWE): CWE-787 (Out-of-bounds Write), detailing the class of weakness.
  • Disclosure Dates: The public disclosure date was April 17, 2024, with the latest modification on May 12, 2026.
  • SVRS Score: An SVRS score of 84, providing insight into exploitability.
  • Vendor Advisories: Users should consult security advisories from their respective operating system vendors (e.g., Red Hat, Debian, Ubuntu, SUSE) for detailed information and specific patch availability.
11. What is the risk assessment and urgency level?
The risk assessment for CVE-2024-2961 is rated as High. This is due to its CVSS score of 7.3, the fact that it affects a fundamental system library (glibc) present in nearly all Linux systems, and the potential for a buffer overflow to lead to Denial of Service or even arbitrary code execution. The presence of publicly available active exploits significantly increases the severity of this vulnerability, making it an immediate threat. The urgency level is therefore assessed as Immediate. Organizations should prioritize patching and mitigation efforts without delay to protect their systems from potential exploitation.

No IOCs found for this CVE

TitleSoftware LinkDate
scriptSails/glibcshttps://github.com/scriptSails/glibcs2025-08-21
regantemudo/PHP-file-read-to-RCE-CVE-2024-2961-https://github.com/regantemudo/PHP-file-read-to-RCE-CVE-2024-2961-2025-02-20
suce0155/CVE-2024-2961_buddyforms_2.7.7https://github.com/suce0155/CVE-2024-2961_buddyforms_2.7.72025-02-04
omarelshopky/exploit_cve-2023-26326_using_cve-2024-2961https://github.com/omarelshopky/exploit_cve-2023-26326_using_cve-2024-29612025-02-02
kyotozx/CVE-2024-2961-Remote-File-Readhttps://github.com/kyotozx/CVE-2024-2961-Remote-File-Read2025-01-27
kjdfklha/CVE-2024-2961_pochttps://github.com/kjdfklha/CVE-2024-2961_poc2024-06-04
ambionics/cnext-exploitshttps://github.com/ambionics/cnext-exploits2024-05-27
SOCRadar Logo

Enhance Your CVE Management with SOCRadar Vulnerability Intelligence

Get comprehensive CVE details, real-time notifications, and proactive threat management all in one platform.

CREATE FREE ACCOUNT
CVE Details
Access comprehensive CVE information instantly
Real-time Tracking
Subscribe to CVEs and get instant updates
Exploit Analysis
Monitor related APT groups and threats
IOC Tracking
Analyze and track CVE-related IOCs
phpMyAdmin 5.2.2 is released
Isaac Bennetch2025-01-21
phpMyAdmin 5.2.2 is released | Welcome to the release of phpMyAdmin version 5.2.2, the "I should have released this sooner" release. This is primarily a bugfix release but also contains a few security fixes as noted below. fix possible security issue in sql-parser which could cause long execution times that could create a DOS attack (thanks to Maximilian Krög https://github.com/MoonE) fix an XSS vulnerability in the check tables feature (PMASA-2025-1, thanks to bluebird <
phpmyadmin.netrssforumnews
CVE-2024-2961 | GNU C Library up to 2.39 iconv out-of-bounds write (DLA 3807-1 / Nessus ID 214840)
vuldb.com2026-04-03
CVE-2024-2961 | GNU C Library up to 2.39 iconv out-of-bounds write (DLA 3807-1 / Nessus ID 214840) | A vulnerability was found in GNU C Library up to 2.39. It has been rated as critical. Impacted is the function iconv. Performing a manipulation results in out-of-bounds write. This vulnerability is reported as CVE-2024-2961. The attack requires a local
vuldb.comrssforumnews
Persistent backdoors injected on Adobe Commerce via new CosmicSting attack
2026-04-01
Persistent backdoors injected on Adobe Commerce via new CosmicSting attack | CosmicSting (CVE-2024-34102) allows arbitrary file reading on unpatched systems. When combined with CNEXT (CVE-2024-2961), threat actors can escalate to remote code execution, taking over the entir...CosmicSting (CVE-2024-34102) allows arbitrary file reading on unpatched systems. When combined with CNEXT (CVE-2024-2961), threat actors can escalate to remote code execution, taking over the entir...
sansec.iorssforumnews
Cybersecurity Newsletter Weekly – AWS Outage, WSUS Exploitation, Chrome Flaws, and RDP Attacks - CybersecurityNews
2025-10-26
Cybersecurity Newsletter Weekly – AWS Outage, WSUS Exploitation, Chrome Flaws, and RDP Attacks - CybersecurityNews | News Content: Welcome to this week’s edition of the Cybersecurity Newsletter, where we dissect the latest threats, vulnerabilities, and disruptions shaping the digital landscape. As organizations navigate an increasingly complex threat environment, staying ahead of emerging risks has never been more critical. This week, we’re zeroing in on major incidents that underscore the fragility of cloud infrastructure, legacy update systems, and everyday browsing tools—from widespread service interruptions to sophisticated exploitation chains. Leading the headlines is the recent AWS outage that rippled across global services, leaving businesses
google.comrssforumnews
avatar
r0otk3r@r0otk3r
23 days ago
🚨 CVE-2024-2961: High-Severity glibc iconv Buffer Overflow to RCE ("CNEXT") https://t.co/vzNCd5CwJF #Cybersecurity #Infosec #AppSec #RCE #glibc #Linux #PHP #CNEXT #CVE20242961 #PoC #EthicalHacking #BugBounty #PatchNow https://t.co/WTVCtmIrfx
avatar
Autumn Good@autumn_good_35
2026-01-23
『This can be exploited to exfiltrate sensitive files, embedded as bitmap images within the PDF, or achieve remote code execution when chained with CVE-2024-2961 (CNEXT).』 Ticket to Shell: Exploiting PHP Filters and CNEXT in osTicket (CVE-2026-22200) https://t.co/9KxDBmglHO iocs: https://horizon3.ai/attack-research/attack-blogs/ticket-to-shell-exploiting-php-filters-and-cnext-in-osticket-cve-2026-22200/
avatar
Horizon3 Attack Team@Horizon3Attack
2026-01-22
We found an interesting CTF-inspired vuln CVE-2026-22200 affecting osTicket, a popular ticketing system. It allows anonymous attackers to exfil local files as BMP images through the mPDF library. This can be chained to RCE if the host is vuln to CNEXT (CVE-2024-2961)
avatar
Horizon3.ai@Horizon3ai
2026-01-12
In environments where the host is also vulnerable to CVE-2024-2961 (CNEXT) on Linux, this can escalate further to remote code execution via web shell upload.
avatar
r0otk3r@r0otk3r
2025-12-29
🚨 CVE-2024-2961 PHP File Read to RCE (Iconv) ⚠️ Only for educational purposes &amp; ethical hacking 👍 Like, comment &amp; share if this helped! #CyberSecurity #EthicalHacking #CVE #Exploit #PoC #RedTeam #BugBounty #Infosec #Pentesting #OSCP https://t.co/Ig4xtTV4Hc
Configuration 1
TypeVendorProduct
AppGnuglibc
AppNetappactive_iq_unified_manager
OSDebiandebian_linux
Configuration 2
TypeVendorProduct
OSNetapphci_h300s_firmware
Configuration 3
TypeVendorProduct
OSNetapphci_h500s_firmware
Configuration 4
TypeVendorProduct
OSNetapphci_h700s_firmware
Configuration 5
TypeVendorProduct
OSNetapphci_h410s_firmware
Configuration 6
TypeVendorProduct
OSNetapphci_h410c_firmware
Configuration 7
TypeVendorProduct
OSNetapphci_h610c_firmware
Configuration 8
TypeVendorProduct
OSNetapphci_h610s_firmware
Configuration 9
TypeVendorProduct
OSNetapphci_h615c_firmware
Configuration 10
TypeVendorProduct
OSNetapphci_compute_node
Configuration 11
TypeVendorProduct
AppNetappontap_select_deploy_administration_utility
ReferenceLink
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/17/9
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/18/4
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/24/2
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/1
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/2
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/3
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/4
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/5
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/6
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/07/22/5
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.debian.org/debian-lts-announce/2024/05/msg00001.html
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/BTJFBGHDYG5PEIFD5WSSSKSFZ2AZWC5N/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/P3I4KYS6EU6S7QZ47WFNTPVAHFIUQNEL/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/YAMJQI3Y6BHWV3CUTYBXOZONCUJNOB2Z/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://security.netapp.com/advisory/ntap-20240531-0002/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://sourceware.org/git/?p=glibc.git;a=blob;f=advisories/GLIBC-SA-2024-0004
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/04/17/9
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/04/18/4
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/04/24/2
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/1
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/2
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/3
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/4
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/5
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/6
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/07/22/5
AF854A3A-2127-422B-91AE-364DA2661108https://lists.debian.org/debian-lts-announce/2024/05/msg00001.html
AF854A3A-2127-422B-91AE-364DA2661108https://lists.fedoraproject.org/archives/list/[email protected]/message/BTJFBGHDYG5PEIFD5WSSSKSFZ2AZWC5N/
AF854A3A-2127-422B-91AE-364DA2661108https://lists.fedoraproject.org/archives/list/[email protected]/message/P3I4KYS6EU6S7QZ47WFNTPVAHFIUQNEL/
AF854A3A-2127-422B-91AE-364DA2661108https://lists.fedoraproject.org/archives/list/[email protected]/message/YAMJQI3Y6BHWV3CUTYBXOZONCUJNOB2Z/
AF854A3A-2127-422B-91AE-364DA2661108https://security.netapp.com/advisory/ntap-20240531-0002/
AF854A3A-2127-422B-91AE-364DA2661108https://sourceware.org/git/?p=glibc.git;a=blob;f=advisories/GLIBC-SA-2024-0004
AF854A3A-2127-422B-91AE-364DA2661108https://www.ambionics.io/blog/iconv-cve-2024-2961-p1
AF854A3A-2127-422B-91AE-364DA2661108https://www.ambionics.io/blog/iconv-cve-2024-2961-p2
AF854A3A-2127-422B-91AE-364DA2661108https://www.ambionics.io/blog/iconv-cve-2024-2961-p3
GITHUBhttps://cert-portal.siemens.com/productcert/html/ssa-082556.html
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://sourceware.org/git/?p=glibc.git;a=blob;f=advisories/GLIBC-SA-2024-0004
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/P3I4KYS6EU6S7QZ47WFNTPVAHFIUQNEL/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://sourceware.org/git/?p=glibc.git;a=blob;f=advisories/GLIBC-SA-2024-0004
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/BTJFBGHDYG5PEIFD5WSSSKSFZ2AZWC5N/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/P3I4KYS6EU6S7QZ47WFNTPVAHFIUQNEL/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/YAMJQI3Y6BHWV3CUTYBXOZONCUJNOB2Z/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://sourceware.org/git/?p=glibc.git;a=blob;f=advisories/GLIBC-SA-2024-0004
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/24/2
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/BTJFBGHDYG5PEIFD5WSSSKSFZ2AZWC5N/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/P3I4KYS6EU6S7QZ47WFNTPVAHFIUQNEL/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/YAMJQI3Y6BHWV3CUTYBXOZONCUJNOB2Z/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://sourceware.org/git/?p=glibc.git;a=blob;f=advisories/GLIBC-SA-2024-0004
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/17/9
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/18/4
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/24/2
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/BTJFBGHDYG5PEIFD5WSSSKSFZ2AZWC5N/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/P3I4KYS6EU6S7QZ47WFNTPVAHFIUQNEL/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/YAMJQI3Y6BHWV3CUTYBXOZONCUJNOB2Z/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://sourceware.org/git/?p=glibc.git;a=blob;f=advisories/GLIBC-SA-2024-0004
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/17/9
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/18/4
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/24/2
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.debian.org/debian-lts-announce/2024/05/msg00001.html
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/BTJFBGHDYG5PEIFD5WSSSKSFZ2AZWC5N/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/P3I4KYS6EU6S7QZ47WFNTPVAHFIUQNEL/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/YAMJQI3Y6BHWV3CUTYBXOZONCUJNOB2Z/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://sourceware.org/git/?p=glibc.git;a=blob;f=advisories/GLIBC-SA-2024-0004
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/17/9
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/18/4
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/24/2
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/1
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/2
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/6
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.debian.org/debian-lts-announce/2024/05/msg00001.html
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/BTJFBGHDYG5PEIFD5WSSSKSFZ2AZWC5N/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/P3I4KYS6EU6S7QZ47WFNTPVAHFIUQNEL/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/YAMJQI3Y6BHWV3CUTYBXOZONCUJNOB2Z/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://sourceware.org/git/?p=glibc.git;a=blob;f=advisories/GLIBC-SA-2024-0004
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/17/9
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/18/4
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/24/2
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/1
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/2
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/3
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/4
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/5
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/6
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.debian.org/debian-lts-announce/2024/05/msg00001.html
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/BTJFBGHDYG5PEIFD5WSSSKSFZ2AZWC5N/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/P3I4KYS6EU6S7QZ47WFNTPVAHFIUQNEL/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/YAMJQI3Y6BHWV3CUTYBXOZONCUJNOB2Z/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://security.netapp.com/advisory/ntap-20240531-0002/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://sourceware.org/git/?p=glibc.git;a=blob;f=advisories/GLIBC-SA-2024-0004
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/17/9
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/18/4
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/24/2
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/1
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/2
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/3
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/4
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/5
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/6
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/07/22/5
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.debian.org/debian-lts-announce/2024/05/msg00001.html
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/BTJFBGHDYG5PEIFD5WSSSKSFZ2AZWC5N/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/P3I4KYS6EU6S7QZ47WFNTPVAHFIUQNEL/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/YAMJQI3Y6BHWV3CUTYBXOZONCUJNOB2Z/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://security.netapp.com/advisory/ntap-20240531-0002/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://sourceware.org/git/?p=glibc.git;a=blob;f=advisories/GLIBC-SA-2024-0004
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/17/9
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/18/4
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/24/2
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/1
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/2
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/3
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/4
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/5
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/6
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/07/22/5
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.debian.org/debian-lts-announce/2024/05/msg00001.html
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/BTJFBGHDYG5PEIFD5WSSSKSFZ2AZWC5N/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/P3I4KYS6EU6S7QZ47WFNTPVAHFIUQNEL/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/YAMJQI3Y6BHWV3CUTYBXOZONCUJNOB2Z/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://security.netapp.com/advisory/ntap-20240531-0002/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://sourceware.org/git/?p=glibc.git;a=blob;f=advisories/GLIBC-SA-2024-0004
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/04/17/9
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/04/18/4
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/04/24/2
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/1
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/2
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/3
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/4
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/5
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/6
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/07/22/5
AF854A3A-2127-422B-91AE-364DA2661108https://lists.debian.org/debian-lts-announce/2024/05/msg00001.html
AF854A3A-2127-422B-91AE-364DA2661108https://lists.fedoraproject.org/archives/list/[email protected]/message/BTJFBGHDYG5PEIFD5WSSSKSFZ2AZWC5N/
AF854A3A-2127-422B-91AE-364DA2661108https://lists.fedoraproject.org/archives/list/[email protected]/message/P3I4KYS6EU6S7QZ47WFNTPVAHFIUQNEL/
AF854A3A-2127-422B-91AE-364DA2661108https://lists.fedoraproject.org/archives/list/[email protected]/message/YAMJQI3Y6BHWV3CUTYBXOZONCUJNOB2Z/
AF854A3A-2127-422B-91AE-364DA2661108https://security.netapp.com/advisory/ntap-20240531-0002/
AF854A3A-2127-422B-91AE-364DA2661108https://sourceware.org/git/?p=glibc.git;a=blob;f=advisories/GLIBC-SA-2024-0004
AF854A3A-2127-422B-91AE-364DA2661108https://www.ambionics.io/blog/iconv-cve-2024-2961-p1
AF854A3A-2127-422B-91AE-364DA2661108https://www.ambionics.io/blog/iconv-cve-2024-2961-p2
AF854A3A-2127-422B-91AE-364DA2661108https://www.ambionics.io/blog/iconv-cve-2024-2961-p3
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/17/9
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/18/4
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/24/2
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/1
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/2
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/3
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/4
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/5
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/6
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/07/22/5
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.debian.org/debian-lts-announce/2024/05/msg00001.html
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/BTJFBGHDYG5PEIFD5WSSSKSFZ2AZWC5N/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/P3I4KYS6EU6S7QZ47WFNTPVAHFIUQNEL/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/YAMJQI3Y6BHWV3CUTYBXOZONCUJNOB2Z/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://security.netapp.com/advisory/ntap-20240531-0002/
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/04/17/9
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/04/24/2
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/1
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/2
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/3
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/4
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/5
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/07/22/5
AF854A3A-2127-422B-91AE-364DA2661108https://lists.debian.org/debian-lts-announce/2024/05/msg00001.html
AF854A3A-2127-422B-91AE-364DA2661108https://lists.fedoraproject.org/archives/list/[email protected]/message/BTJFBGHDYG5PEIFD5WSSSKSFZ2AZWC5N/
AF854A3A-2127-422B-91AE-364DA2661108https://lists.fedoraproject.org/archives/list/[email protected]/message/P3I4KYS6EU6S7QZ47WFNTPVAHFIUQNEL/
AF854A3A-2127-422B-91AE-364DA2661108https://lists.fedoraproject.org/archives/list/[email protected]/message/YAMJQI3Y6BHWV3CUTYBXOZONCUJNOB2Z/
AF854A3A-2127-422B-91AE-364DA2661108https://security.netapp.com/advisory/ntap-20240531-0002/
AF854A3A-2127-422B-91AE-364DA2661108https://sourceware.org/git/?p=glibc.git;a=blob;f=advisories/GLIBC-SA-2024-0004
AF854A3A-2127-422B-91AE-364DA2661108https://www.ambionics.io/blog/iconv-cve-2024-2961-p1
AF854A3A-2127-422B-91AE-364DA2661108https://www.ambionics.io/blog/iconv-cve-2024-2961-p2
AF854A3A-2127-422B-91AE-364DA2661108https://www.ambionics.io/blog/iconv-cve-2024-2961-p3
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/17/9
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/18/4
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/24/2
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/1
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/2
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/3
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/4
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/5
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/6
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/07/22/5
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/BTJFBGHDYG5PEIFD5WSSSKSFZ2AZWC5N/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/P3I4KYS6EU6S7QZ47WFNTPVAHFIUQNEL/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/YAMJQI3Y6BHWV3CUTYBXOZONCUJNOB2Z/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://security.netapp.com/advisory/ntap-20240531-0002/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://sourceware.org/git/?p=glibc.git;a=blob;f=advisories/GLIBC-SA-2024-0004
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/04/17/9
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/04/18/4
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/04/24/2
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/1
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/2
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/3
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/4
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/5
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/6
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/07/22/5
AF854A3A-2127-422B-91AE-364DA2661108https://lists.fedoraproject.org/archives/list/[email protected]/message/BTJFBGHDYG5PEIFD5WSSSKSFZ2AZWC5N/
AF854A3A-2127-422B-91AE-364DA2661108https://lists.fedoraproject.org/archives/list/[email protected]/message/P3I4KYS6EU6S7QZ47WFNTPVAHFIUQNEL/
AF854A3A-2127-422B-91AE-364DA2661108https://lists.fedoraproject.org/archives/list/[email protected]/message/YAMJQI3Y6BHWV3CUTYBXOZONCUJNOB2Z/
AF854A3A-2127-422B-91AE-364DA2661108https://security.netapp.com/advisory/ntap-20240531-0002/
AF854A3A-2127-422B-91AE-364DA2661108https://sourceware.org/git/?p=glibc.git;a=blob;f=advisories/GLIBC-SA-2024-0004
GITHUBhttps://www.ambionics.io/blog/iconv-cve-2024-2961-p1
GITHUBhttps://www.ambionics.io/blog/iconv-cve-2024-2961-p3
GITHUBhttps://www.ambionics.io/blog/iconv-cve-2024-2961-p2
0B142B55-0307-4C5A-B3C9-F314F3FB7C5Ehttps://cert-portal.siemens.com/productcert/html/ssa-082556.html
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/17/9
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/18/4
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/24/2
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/1
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/2
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/3
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/4
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/5
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/6
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/07/22/5
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.debian.org/debian-lts-announce/2024/05/msg00001.html
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/BTJFBGHDYG5PEIFD5WSSSKSFZ2AZWC5N/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/P3I4KYS6EU6S7QZ47WFNTPVAHFIUQNEL/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/YAMJQI3Y6BHWV3CUTYBXOZONCUJNOB2Z/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://security.netapp.com/advisory/ntap-20240531-0002/
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/04/17/9
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/04/18/4
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/04/24/2
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/1
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/2
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/3
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/4
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/5
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/6
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/07/22/5
AF854A3A-2127-422B-91AE-364DA2661108https://lists.debian.org/debian-lts-announce/2024/05/msg00001.html
AF854A3A-2127-422B-91AE-364DA2661108https://lists.fedoraproject.org/archives/list/[email protected]/message/BTJFBGHDYG5PEIFD5WSSSKSFZ2AZWC5N/
AF854A3A-2127-422B-91AE-364DA2661108https://lists.fedoraproject.org/archives/list/[email protected]/message/P3I4KYS6EU6S7QZ47WFNTPVAHFIUQNEL/
AF854A3A-2127-422B-91AE-364DA2661108https://lists.fedoraproject.org/archives/list/[email protected]/message/YAMJQI3Y6BHWV3CUTYBXOZONCUJNOB2Z/
AF854A3A-2127-422B-91AE-364DA2661108https://security.netapp.com/advisory/ntap-20240531-0002/
AF854A3A-2127-422B-91AE-364DA2661108https://sourceware.org/git/?p=glibc.git;a=blob;f=advisories/GLIBC-SA-2024-0004
AF854A3A-2127-422B-91AE-364DA2661108https://www.ambionics.io/blog/iconv-cve-2024-2961-p1
AF854A3A-2127-422B-91AE-364DA2661108https://www.ambionics.io/blog/iconv-cve-2024-2961-p2
AF854A3A-2127-422B-91AE-364DA2661108https://www.ambionics.io/blog/iconv-cve-2024-2961-p3
0B142B55-0307-4C5A-B3C9-F314F3FB7C5Ehttps://cert-portal.siemens.com/productcert/html/ssa-082556.html
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/17/9
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/18/4
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/04/24/2
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/1
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/2
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/3
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/4
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/5
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/05/27/6
3FF69D7A-14F2-4F67-A097-88DEE7810D18http://www.openwall.com/lists/oss-security/2024/07/22/5
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.debian.org/debian-lts-announce/2024/05/msg00001.html
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/BTJFBGHDYG5PEIFD5WSSSKSFZ2AZWC5N/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/P3I4KYS6EU6S7QZ47WFNTPVAHFIUQNEL/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://lists.fedoraproject.org/archives/list/[email protected]/message/YAMJQI3Y6BHWV3CUTYBXOZONCUJNOB2Z/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://security.netapp.com/advisory/ntap-20240531-0002/
3FF69D7A-14F2-4F67-A097-88DEE7810D18https://sourceware.org/git/?p=glibc.git;a=blob;f=advisories/GLIBC-SA-2024-0004
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/04/17/9
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/04/18/4
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/04/24/2
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/1
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/2
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/3
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/4
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/5
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/05/27/6
AF854A3A-2127-422B-91AE-364DA2661108http://www.openwall.com/lists/oss-security/2024/07/22/5
AF854A3A-2127-422B-91AE-364DA2661108https://lists.debian.org/debian-lts-announce/2024/05/msg00001.html
AF854A3A-2127-422B-91AE-364DA2661108https://lists.fedoraproject.org/archives/list/[email protected]/message/BTJFBGHDYG5PEIFD5WSSSKSFZ2AZWC5N/
AF854A3A-2127-422B-91AE-364DA2661108https://lists.fedoraproject.org/archives/list/[email protected]/message/P3I4KYS6EU6S7QZ47WFNTPVAHFIUQNEL/
AF854A3A-2127-422B-91AE-364DA2661108https://lists.fedoraproject.org/archives/list/[email protected]/message/YAMJQI3Y6BHWV3CUTYBXOZONCUJNOB2Z/
AF854A3A-2127-422B-91AE-364DA2661108https://security.netapp.com/advisory/ntap-20240531-0002/
AF854A3A-2127-422B-91AE-364DA2661108https://sourceware.org/git/?p=glibc.git;a=blob;f=advisories/GLIBC-SA-2024-0004
AF854A3A-2127-422B-91AE-364DA2661108https://www.ambionics.io/blog/iconv-cve-2024-2961-p1
AF854A3A-2127-422B-91AE-364DA2661108https://www.ambionics.io/blog/iconv-cve-2024-2961-p2
AF854A3A-2127-422B-91AE-364DA2661108https://www.ambionics.io/blog/iconv-cve-2024-2961-p3
CWE IDCWE NameDescription
CWE-787Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.

CVE Radar

Real-time CVE Intelligence & Vulnerability Management Platform

CVE Radar provides comprehensive vulnerability intelligence by monitoring CVE databases, security advisories, and threat feeds. Get instant updates on new vulnerabilities, exploit details, and mitigation strategies specific to your assets.