Lucene search
K

16273 matches found

NVD
NVD
added 2026/04/20 9:16 p.m.3 views

CVE-2026-5358

Rejected reason: 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...

0.0004EPSS
Exploits0
UbuntuCve
UbuntuCve
added 2026/04/20 9:16 p.m.0 views

CVE-2026-5358

Rejected reason: 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...

5.7AI score0.0004EPSS
Exploits0References3
Cvelist
Cvelist
added 2026/04/20 8:55 p.m.29 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.00073EPSS
Exploits1References2
ATTACKERKB
ATTACKERKB
added 2026/04/20 8:55 p.m.3 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.00073EPSS
Exploits1References3Affected Software1
Debian CVE
Debian CVE
added 2026/04/20 8:55 p.m.1 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...

9.8CVSS5.6AI score0.00073EPSS
Exploits1
CVE
CVE
added 2026/04/20 8:55 p.m.39 views

CVE-2026-5450

CVE-2026-5450 affects the GNU C Library (glibc) where using the scanf family with a %mc format specifier and an explicit width greater than 1024 can trigger a one-byte heap buffer overflow in glibc versions 2.7 through 2.43. Exploitation details are not provided in the sources. Red Hat notes that...

9.8CVSS6.1AI score0.00073EPSS
Exploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/20 8:37 p.m.0 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.00068EPSS
Exploits1References1
ATTACKERKB
ATTACKERKB
added 2026/04/20 8:37 p.m.3 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.00068EPSS
Exploits1References2Affected Software1
Debian CVE
Debian CVE
added 2026/04/20 8:37 p.m.3 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...

7.5CVSS5.5AI score0.00068EPSS
Exploits1
CVE
CVE
added 2026/04/20 8:37 p.m.16 views

CVE-2026-5928

CVE-2026-5928 affects glibc’s ungetwc on FILE streams with wide characters where overlaps between single-byte and multi-byte encodings occur, in version 2.43 or earlier. A bug in the wide character pushback (_IO_wdefault_pbackfail) causes ungetwc() to operate on the regular input buffer (fp->_...

7.5CVSS6AI score0.00068EPSS
Exploits1References1Affected Software1
CVE
CVE
added 2026/04/20 8:37 p.m.11 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
Exploits0
Debian CVE
Debian CVE
added 2026/04/20 8:37 p.m.4 views

CVE-2026-5358

Removed by vendor...

5.7AI score0.0004EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2026/04/20 8:37 p.m.2 views

CVE-2026-5358

...

5.7AI score0.0004EPSS
Exploits0
ATTACKERKB
ATTACKERKB
added 2026/04/20 8:37 p.m.2 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
Exploits0References2
Cvelist
Cvelist
added 2026/04/20 8:37 p.m.29 views

CVE-2026-5358

...

0.0004EPSS
Exploits0
CVE
CVE
added 2026/04/20 11:59 a.m.56 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.00006EPSS
Exploits0References3
Cvelist
Cvelist
added 2026/04/20 11:59 a.m.27 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.00006EPSS
Exploits0References2
Vulnrichment
Vulnrichment
added 2026/04/20 11:59 a.m.1 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.00006EPSS
Exploits0References2
CNNVD
CNNVD
added 2026/04/20 12:0 a.m.8 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 from 2.7 to 2.43 contained security vulnerabilities. These vulnerabilities stemmed from the use of %mc and format specifiers with a width...

9.8CVSS5.9AI score0.00073EPSS
Exploits1References1
CNNVD
CNNVD
added 2026/04/20 12:0 a.m.6 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
Exploits0References1
Rows per page
Query Builder