Lucene search
+L

18026 matches found

CVE
CVE
•added 2026/04/20 8:55 p.m.•376 views

CVE-2026-5450

Calling the scanf family of functions with a %mc malloc'd character match in the GNU C Library version 2.7 to version 2.43 with a format width specifier with an explicit width greater than 1024 could result in a one byte heap buffer overflow...

6.1AI score0.00718EPSS
SaveExploits1References3Affected Software1
OSV
OSV
•added 2026/04/20 8:55 p.m.•13 views

CVE-2026-5450 scanf %mc off-by-one heap buffer overflow

Calling the scanf family of functions with a %mc malloc'd character match in the GNU C Library version 2.7 to version 2.43 with a format width specifier with an explicit width greater than 1024 could result in a one byte heap buffer overflow...

9.8CVSS6.3AI score
SaveExploits0References5
attackerkb
attackerkb
•added 2026/04/20 8:55 p.m.•110 views

CVE-2026-5450

Calling the scanf family of functions with a %mc malloc'd character match in the GNU C Library version 2.7 to version 2.43 with a format width specifier with an explicit width greater than 1024 could result in a one byte heap buffer overflow...

6.1AI score0.00718EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
•added 2026/04/20 8:55 p.m.•55 views

CVE-2026-5450 scanf %mc off-by-one heap buffer overflow

Calling the scanf family of functions with a %mc malloc'd character match in the GNU C Library version 2.7 to version 2.43 with a format width specifier with an explicit width greater than 1024 could result in a one byte heap buffer overflow...

0.00718EPSS
SaveExploits1References2
Debian CVE
Debian CVE
•added 2026/04/20 8:55 p.m.•10 views

CVE-2026-5450

Calling the scanf family of functions with a %mc malloc'd character match in the GNU C Library version 2.7 to version 2.43 with a format width specifier with an explicit width greater than 1024 could result in a one byte heap buffer overflow...

5.6AI score0.00718EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/04/20 8:37 p.m.•28 views

CVE-2026-5928

Calling the ungetwc function on a FILE stream with wide characters encoded in a character set that has overlaps between its single byte and multi-byte character encodings, in the GNU C Library version 2.43 or earlier, may result in an attempt to read bytes before an allocated buffer, potentially...

5.5AI score0.00493EPSS
SaveExploits1
CVE
CVE
•added 2026/04/20 8:37 p.m.•124 views

CVE-2026-5928

The GNU C Library (glibc) version 2.43 and earlier is vulnerable to a bug in the wide character pushback implementation (_IO_wdefault_pbackfail in libio/wgenops.c ). When calling the ungetwc function on a FILE stream using wide characters with overlapping single-byte and multi-byte encodings, the...

6AI score0.00493EPSS
SaveExploits1References2Affected Software1
attackerkb
attackerkb
•added 2026/04/20 8:37 p.m.•13 views

CVE-2026-5928

Calling the ungetwc function on a FILE stream with wide characters encoded in a character set that has overlaps between its single byte and multi-byte character encodings, in the GNU C Library version 2.43 or earlier, may result in an attempt to read bytes before an allocated buffer, potentially...

6AI score0.00493EPSS
SaveExploits1References2Affected Software1
Vulnrichment
Vulnrichment
•added 2026/04/20 8:37 p.m.•6 views

CVE-2026-5928 Potential buffer under-read in ungetwc

Calling the ungetwc function on a FILE stream with wide characters encoded in a character set that has overlaps between its single byte and multi-byte character encodings, in the GNU C Library version 2.43 or earlier, may result in an attempt to read bytes before an allocated buffer, potentially...

5.4AI score0.00493EPSS
SaveExploits1References1
Debian CVE
Debian CVE
•added 2026/04/20 8:37 p.m.•26 views

CVE-2026-5358

Removed by vendor...

5.7AI score0.0004EPSS
SaveExploits0
Vulnrichment
Vulnrichment
•added 2026/04/20 8:37 p.m.•16 views

CVE-2026-5358

...

5.7AI score0.0004EPSS
SaveExploits0
attackerkb
attackerkb
•added 2026/04/20 8:37 p.m.•10 views

CVE-2026-5358

REJECTED: CVE-2026-5358 is rejected for two reasons. Firstly it has been discovered that no NIS+ client or server was ever released for any Linux-based OS distributions and as such this makes the API provisional and unused. Secondly it has been discovered that the NIS+ cold start cache...

5.6AI score0.0004EPSS
SaveExploits0References2
CVE
CVE
•added 2026/04/20 8:37 p.m.•57 views

CVE-2026-5358

The CVE affects the GNU C Library (glibc) up to version 2.43, where the obsolete nis_local_principal function can overflow a buffer in the data section. This may allow an attacker to spoof a crafted UDP response and overwrite neighboring static data in the requesting application. NIS support is d...

5.9AI score0.0004EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/04/20 8:37 p.m.•45 views

CVE-2026-5358

...

0.0004EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/04/20 11:59 a.m.•73 views

CVE-2026-5958 Race Condition in GNU Sed

When sed is invoked with both -i in-place edit and --follow-symlinks, the function opennextfile performs two separate, non-atomic filesystem operations on the same path: 1. resolves symlink to its target and stores the resolved path for determining when output is written, 2. opens the original...

2.1CVSS0.00137EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
•added 2026/04/20 11:59 a.m.•7 views

CVE-2026-5958 Race Condition in GNU Sed

When sed is invoked with both -i in-place edit and --follow-symlinks, the function opennextfile performs two separate, non-atomic filesystem operations on the same path: 1. resolves symlink to its target and stores the resolved path for determining when output is written, 2. opens the original...

2.1CVSS5.9AI score0.00137EPSS
SaveExploits0References2
CVE
CVE
•added 2026/04/20 11:59 a.m.•138 views

CVE-2026-5958

The CVE concerns GNU sed. When sed is invoked with both -i (in-place edit) and --follow-symlinks, open_next_file() performs two non-atomic operations on the same path: (1) resolve the symlink to its target and store the resolved path, and (2) open the original symlink path to read the file. A rac...

2.1CVSS5.9AI score0.00137EPSS
SaveExploits0References3
CNNVD
CNNVD
•added 2026/04/20 12:00 a.m.•24 views

GNU C Library 安全漏洞

The GNU C Library is an open-source, free C-language compiler program published by the GNU community under the LGPL license. Versions of the GNU C Library 2.43 and earlier contained security vulnerabilities. These vulnerabilities stemmed from a buffer overflow in the nislocalprincipal function,...

6.1AI score0.0004EPSS
SaveExploits0References1
CNNVD
CNNVD
•added 2026/04/20 12:00 a.m.•24 views

GNU Sed 安全漏洞

GNU Sed is a command-line tool in the GNU community in the United States, used for text stream editing and batch processing. GNU Sed has a security vulnerability that arises from a race condition when both the -i and --follow-symlinks options are used simultaneously, which may allow attackers to...

2.1CVSS5.8AI score0.00137EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
•added 2026/04/20 12:00 a.m.•18 views

PT-2026-33851

Name of the Vulnerable Software and Affected Versions glibc versions 2.7 through 2.43 Description Calling the scanf family of functions using a %mc malloc'd character match with a format width specifier that has an explicit width greater than 1024 can lead to a one byte heap buffer overflow...

9.8CVSS5.4AI score0.00718EPSS
SaveExploits2References73
Rows per page
Query Builder