Lucene search
+L

255577 matches found

Tenable Nessus
Tenable Nessus
added 2026/07/14 12:0 a.m.6 views

EulerOS 2.0 SP10 : glibc (EulerOS-SA-2026-2689)

According to the versions of the glibc packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : Calling the ungetwc function on a FILE stream with wide characters encoded in a character set that has overlaps between its single byte and...

9.8CVSS6.2AI score0.00502EPSS
SaveExploits3References4
OSV
OSV
added 2026/07/13 9:24 p.m.6 views

MGASA-2026-0245 Updated gzip package fixes security vulnerabilities

The updated package fixes security vulnerabilities: Predictable Temporary File in GNU gzip. CVE-2026-41991 Global Buffer Overflow in GNU gzip. CVE-2026-41992...

7.5CVSS6.1AI score0.00335EPSS
SaveExploits0References3
Mageia
Mageia
added 2026/07/13 9:24 p.m.7 views

Updated gzip package fixes security vulnerabilities

The updated package fixes security vulnerabilities: Predictable Temporary File in GNU gzip. CVE-2026-41991 Global Buffer Overflow in GNU gzip. CVE-2026-41992...

7.5CVSS6.1AI score0.00335EPSS
SaveExploits0References2
Mageia
Mageia
added 2026/07/13 9:24 p.m.8 views

Updated perl-List-SomeUtils-XS packages fix security vulnerability

List::SomeUtils::XS versions before 0.59 for Perl have a heap buffer overflow in the pairwise function. CVE-2026-12844...

7.5CVSS6.2AI score0.00398EPSS
SaveExploits0References3
Rockylinux
Rockylinux
added 2026/07/13 6:4 p.m.8 views

freeipmi security update

An update is available for freeipmi. This update affects Rocky Linux 10. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The freeipmi packages contain an Intelligent Platform Management Interface...

7.5CVSS6.3AI score0.0039EPSS
SaveExploits0
OSV
OSV
added 2026/07/13 6:4 p.m.5 views

RLSA-2026:36211 Moderate: freeipmi security update

The freeipmi packages contain an Intelligent Platform Management Interface IPMI remote console and system management software based on the IPMI specification. Security Fixes: freeipmi: FreeIPMI: Denial of service via buffer overflow in ipmi-oem client CVE-2026-50031 For more details about the...

7.5CVSS6.2AI score0.0039EPSS
SaveExploits0References2
Rockylinux
Rockylinux
added 2026/07/13 6:2 p.m.8 views

freeipmi security update

An update is available for freeipmi. This update affects Rocky Linux 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The freeipmi packages contain an Intelligent Platform Management Interface...

7.5CVSS6.3AI score0.0039EPSS
SaveExploits0
OSV
OSV
added 2026/07/13 6:2 p.m.7 views

RLSA-2026:36210 Moderate: freeipmi security update

The freeipmi packages contain an Intelligent Platform Management Interface IPMI remote console and system management software based on the IPMI specification. Security Fixes: freeipmi: FreeIPMI: Denial of service via buffer overflow in ipmi-oem client CVE-2026-50031 For more details about the...

7.5CVSS6.2AI score0.0039EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/07/13 4:21 p.m.9 views

freeipmi: FreeIPMI: Denial of service via buffer overflow in ipmi-oem client

A flaw was found in FreeIPMI. Specifically, the ipmi-oem client command, which implements Intelligent Platform Management Interface IPMI OEM commands, contains exploitable buffer overflows. A remote attacker could exploit these vulnerabilities by sending specially crafted response messages to the...

7.5CVSS6.1AI score0.0039EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/07/13 4:21 p.m.11 views

freeipmi: buffer overflows on response messages via ipmi-oem

A flaw was found in FreeIPMI. The ipmi-oem program is used to send Intelligent Platform Management Interface IPMI OEM commands for specific hardware vendors to retrieve specific information from the hardware. A malicious server can reply with crafted response messages and cause buffer overflows...

7.5CVSS6.1AI score0.00403EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/07/13 4:3 p.m.9 views

freeipmi: FreeIPMI: Denial of service via buffer overflow in ipmi-oem client

A flaw was found in FreeIPMI. Specifically, the ipmi-oem client command, which implements Intelligent Platform Management Interface IPMI OEM commands, contains exploitable buffer overflows. A remote attacker could exploit these vulnerabilities by sending specially crafted response messages to the...

7.5CVSS6.1AI score0.0039EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/07/13 4:3 p.m.10 views

freeipmi: buffer overflows on response messages via ipmi-oem

A flaw was found in FreeIPMI. The ipmi-oem program is used to send Intelligent Platform Management Interface IPMI OEM commands for specific hardware vendors to retrieve specific information from the hardware. A malicious server can reply with crafted response messages and cause buffer overflows...

7.5CVSS6.1AI score0.00403EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/13 3:46 p.m.4 views

PYSEC-2026-2788 Open Babel has out-of-bounds write in CSR PadString (title field)

Summary A memory-safety vulnerability in Open Babel's CSR parser allowed an out-of-bounds write when reading a crafted input file. Details The flaw was in the PadString helper used to handle the CSR title field. A title longer than the fixed destination buffer caused the parser to write past the...

7.8CVSS6.7AI score0.00802EPSS
SaveExploits1References8
OSV
OSV
added 2026/07/13 2:36 p.m.1 views

PYSEC-2026-2845 OpenEXR has a signed 32-bit Overflow in PIZ Decoder Leads to OOB Read/Write

Summary internalexrundopiz advances the working wavelet pointer with signed 32-bit arithmetic: c wavbuf += nx ny wcount; Because nx, ny, and wcount are int, a crafted EXR file can make this product overflow and wrap. The next channel then decodes from an incorrect address. The wavelet decode path...

8.6CVSS7AI score0.00482EPSS
SaveExploits1References8
OSV
OSV
added 2026/07/13 2:36 p.m.2 views

PYSEC-2026-2851 OpenEXR has buffer overflow in PyOpenEXR_old's channels() and channel()

Summary A memory safety bug in the legacy OpenEXR Python adapter the deprecated OpenEXR.InputFile wrapper allow crashes and likely code execution when opening attacker-controlled EXR files or when passing crafted Python objects. Integer overflow and unchecked allocation in InputFile.channel and...

7.8CVSS7.2AI score0.00237EPSS
SaveExploits1References6
RedhatCVE
RedhatCVE
added 2026/07/13 1:26 p.m.11 views

CVE-2026-29009

A flaw was found in U-Boot. A buffer overflow vulnerability exists in the nfsreadlinkreply function when the Network File System NFS command is enabled. A malicious or compromised NFS server can exploit this by sending multiple relative symlink targets, exceeding the buffer's capacity. This can...

9.8CVSS6.1AI score0.00557EPSS
SaveExploits1References2
OSV
OSV
added 2026/07/13 1:16 p.m.6 views

UBUNTU-CVE-2026-40553

Buffer overflow vulnerability has been found in "extension/readdir.c" program file of gawk ftype routine. This issue could be used to crash the program and potentially to achieve code execution, although the latter has not been confirmed to be feasible. It affects gawk in versions 5.4.0 and below...

7.5CVSS6AI score0.00291EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/07/13 1:16 p.m.9 views

CVE-2026-40553

Buffer overflow vulnerability has been found in "extension/readdir.c" program file of gawk ftype routine. This issue could be used to crash the program and potentially to achieve code execution, although the latter has not been confirmed to be feasible. It affects gawk in versions 5.4.0 and below...

7.5CVSS5.8AI score0.00291EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/07/13 1:12 p.m.9 views

DBI: DBI: Buffer overflow in error handling can lead to arbitrary code execution

A flaw was found in DBI, a Perl database interface. This vulnerability allows an attacker to trigger a buffer overflow by manipulating error messages within an application. When specific error handling options are active, an attacker can provide oversized error text, which may lead to arbitrary...

9.8CVSS6.5AI score0.00452EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/07/13 1:12 p.m.9 views

Important: Red Hat Security Advisory: perl-DBI:1.641 security update

An update for the perl-DBI:1.641 module is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each...

9.8CVSS6.5AI score0.00485EPSS
SaveExploits0References2
Rows per page
Query Builder