Lucene search
+L

35553 matches found

RedhatCVE
RedhatCVE
added 2026/08/06 4:38 a.m.12 views

CVE-2026-71267

A flaw was found in microtar. The mtarwritefileheader and mtarwritedirheader functions copy a caller-supplied entry name into a fixed 100-byte stack buffer using strcpy without validating the name length. An application that archives an attacker-controlled or externally supplied filename longer...

9.8CVSS6.4AI score0.00307EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/06 3:46 a.m.16 views

EUVD-2026-53707

A stack-based buffer overflow vulnerability exists in ELAN Microelectronics Corp. ELAN Smart-Pad on Windows ETD.sys and ETDSMBus.sys. During Intel SMBus recovery, ETDSMBus.sys does not enforce an upper-bound check on the hardware-derived report count, allowing an out-of-range value to be forwarde...

6.8CVSS5.9AI score0.00083EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/06 3:46 a.m.9 views

CVE-2026-18909

A stack-based buffer overflow vulnerability exists in ELAN Microelectronics Corp. ELAN Smart-Pad on Windows ETD.sys and ETDSMBus.sys. During Intel SMBus recovery, ETDSMBus.sys does not enforce an upper-bound check on the hardware-derived report count, allowing an out-of-range value to be forwarde...

6.8CVSS5.9AI score0.00083EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/08/06 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-45538

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - OpenSIPS is a Session Initiation Protocol SIP server implementation. In versions 4.0.0 and prior, processing a SIP message with a header name longer than 255...

9.8CVSS6.2AI score0.00481EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/08/06 12:00 a.m.14 views

SUSE SLES15: apache2-mod_php7 / php7 / php7-bcmath / php7-bz2 / php7-calendar / etc (SUSE-SU-2026:3510-1)

The remote SUSE Linux SLES15 / SLESSAP15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:3510-1 advisory. - CVE-2026-7260: Stack overflow in phar with circular symlinks bsc1273077. - CVE-2026-9672: Upgrade libgd bsc1273078. -...

9.8CVSS6AI score0.00468EPSS
SaveExploits2References10
NVD
NVD
added 2026/08/05 1:24 p.m.9 views

CVE-2026-71267

microtar's mtarwritefileheader and mtarwritedirheader functions src/microtar.c copy a caller-supplied entry name into the 100-byte field of a stack-allocated mtarheadert via strcpyh.name, name, with no check that strlenname is less than 100 before the copy...

9.8CVSS0.00307EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/08/05 1:16 p.m.10 views

postgresql: PostgreSQL: Arbitrary code execution vulnerability in 'refint' module

A flaw was found in PostgreSQL. A stack buffer overflow in the 'refint' module allows an unprivileged database user to execute arbitrary code as the operating system user running the database. Additionally, a separate vulnerability exists where, if an application uses a user-controlled column as ...

8.8CVSS6.5AI score0.00378EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/05 12:26 p.m.31 views

CVE-2026-71266 tinyobjloader-c Stack Buffer Overflow in MTL Material File Line Parsing

tinyobjloader-c's tinyobjparseandindexmtlfile tinyobjloaderc.h reads each line of a .mtl material file into a fixed 4096-byte stack buffer via memcpylinebuf, p, plen, guarded only by . The identical vulnerable pattern is duplicated in a second function in the same file...

7.8CVSS0.00127EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/05 12:26 p.m.10 views

CVE-2026-71266 tinyobjloader-c Stack Buffer Overflow in MTL Material File Line Parsing

tinyobjloader-c's tinyobjparseandindexmtlfile tinyobjloaderc.h reads each line of a .mtl material file into a fixed 4096-byte stack buffer via memcpylinebuf, p, plen, guarded only by . The identical vulnerable pattern is duplicated in a second function in the same file...

7.8CVSS5.5AI score0.00127EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/05 12:26 p.m.62 views

CVE-2026-71267

CVE-2026-71267 affects microtar. The mtar_write_file_header() and mtar_write_dir_header() functions copy a caller-supplied entry name into a 100-byte name field of a stack-allocated mtar_header_t using strcpy without validating length, allowing a stack buffer overflow if the filename is longer th...

9.8CVSS5.2AI score0.00307EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/05 12:26 p.m.10 views

CVE-2026-71267 microtar Stack Buffer Overflow in mtar_write_file_header() and mtar_write_dir_header()

microtar's mtarwritefileheader and mtarwritedirheader functions src/microtar.c copy a caller-supplied entry name into the 100-byte field of a stack-allocated mtarheadert via strcpyh.name, name, with no check that strlenname is less than 100 before the copy...

9.8CVSS5.2AI score0.00307EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/05 12:26 p.m.10 views

EUVD-2026-53352

microtar's mtarwritefileheader and mtarwritedirheader functions src/microtar.c copy a caller-supplied entry name into the 100-byte name field of a stack-allocated mtarheadert via strcpyh.name, name, with no check that strlenname is less than 100 before the copy. Any application that calls these...

9.8CVSS5.9AI score0.00307EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/05 12:26 p.m.53 views

CVE-2026-71266

The CVE-2026-71266 entry concerns tinyobjloader-c. In tinyobj_parse_and_index_mtl_file() (tinyobj_loader_c.h), a line from a .mtl file is copied into a fixed 4096-byte stack buffer linebuf using memcpy(linebuf, p, p_len) with only an assert(p_len

7.8CVSS5.4AI score0.00127EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/05 12:26 p.m.31 views

CVE-2026-71267 microtar Stack Buffer Overflow in mtar_write_file_header() and mtar_write_dir_header()

microtar's mtarwritefileheader and mtarwritedirheader functions src/microtar.c copy a caller-supplied entry name into the 100-byte field of a stack-allocated mtarheadert via strcpyh.name, name, with no check that strlenname is less than 100 before the copy...

9.8CVSS0.00307EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/05 12:26 p.m.9 views

CVE-2026-71265 Domoticz MochadTCP Stack Buffer Overflow via MOCHAD_RFSEC strcpy()

Domoticz's MochadTCP::MatchLine handler for MOCHADRFSEC messages hardware/MochadTCP.cpp copies network-received data from the up-to-1028-byte mmochadbuffer into a fixed 50-byte stack buffer tempRFSECbuf using strcpy with no length check, across three separate code branches DS10A/KR10A/MS10A devic...

7.5CVSS5.5AI score0.00193EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/05 9:11 a.m.5 views

SUSE-SU-2026:23145-1 Security update for rsyslog

This update for rsyslog fixes the following issues: - CVE-2026-61548: crafted RFC 5424 messages to mmpstrucdata can lead to a stack overwrite bsc1272414. - input sequence during oversize-frame recovery in imptcp can cause denial of service bsc1271910. Changes for rsyslog: - added a devel...

5.3AI score
SaveExploits0References5
OSV
OSV
added 2026/08/05 8:51 a.m.5 views

SUSE-SU-2026:23121-1 Security update for php8

This update for php8 fixes the following issues - Update to version 8.4.24 - CVE-2026-7260: Stack overflow in phar with circular symlinks bsc1273077. - CVE-2026-9672: Upgrade libgd bsc1273078. - CVE-2026-17543: SQL injection in ext-pgsql via E'...' backslash breakout bsc1273075. - CVE-2026-17544:...

9.8CVSS5.8AI score0.00522EPSS
SaveExploits4References9
OSV
OSV
added 2026/08/05 8:51 a.m.6 views

SUSE-SU-2026:23144-1 Security update for php8

This update for php8 fixes the following issues - Update to version 8.4.24 - CVE-2026-7260: Stack overflow in phar with circular symlinks bsc1273077. - CVE-2026-9672: Upgrade libgd bsc1273078. - CVE-2026-17543: SQL injection in ext-pgsql via E'...' backslash breakout bsc1273075. - CVE-2026-17544:...

9.8CVSS5.8AI score0.00522EPSS
SaveExploits4References9
NVD
NVD
added 2026/08/05 7:16 a.m.13 views

CVE-2026-67552

A pre-authentication attacker could leverage type nesting to cause a StackOverflowError potentially leading to denial of service. This issue affects Apache Qpid Proton-Dotnet through 1.0.0. Users are recommended to upgrade to version 1.1.0, which fixes the issue...

7.5CVSS0.00483EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/05 7:16 a.m.12 views

CVE-2026-68073

A pre-authentication attacker could leverage type nesting to cause a StackOverflowError potentially leading to denial of service. This issue affects Apache Qpid Broker-J: through 10.0.1. Users are recommended to upgrade to version 10.1.0, which fixes the issue...

7.5CVSS0.00483EPSS
SaveExploits0References2
Rows per page
Query Builder