Lucene search
+L

417 matches found

CVE
CVE
added 2026/04/17 11:16 p.m.45 views

CVE-2026-40334

CVE-2026-40334 affects libgphoto2 (up to v2.5.33). The vulnerability arises from a missing null terminator in ptp_unpack_Canon_FE() inside camlibs/ptp2/ptp-pack.c, where a 13-byte filename buffer is filled with strncpy without ensuring termination. If source data is exactly 13 bytes with no null,...

3.5CVSS5.8AI score0.00187EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/04/17 11:16 p.m.8 views

CVE-2026-40334 libgphoto2 missing null termination in ptp_unpack_Canon_FE() filename buffer in ptp-pack.c

libgphoto2 is a camera access and control library. In versions up to and including 2.5.33, a missing null terminator exists in ptpunpackCanonFE in camlibs/ptp2/ptp-pack.c line 1377. The function copies a filename into a 13-byte buffer using strncpy without explicitly null-terminating the result. ...

3.5CVSS5.8AI score0.00187EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/04/17 12:00 a.m.19 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-007610)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-007610 advisory. In the Linux kernel, the following vulnerability has been resolved: netfilter: xtnfacct: don't assume acct name is null-terminated BUG: KASAN: slab-out-of-bounds in...

7.1CVSS5.9AI score0.00175EPSS
SaveExploits0References4
NVD
NVD
added 2026/04/13 11:16 p.m.12 views

CVE-2026-39979

jq is a command-line JSON processor. In commits before 2f09060afab23fe9390cce7cb860b10416e1bf5f, the jvparsesized API in libjq accepts a counted buffer with an explicit length parameter, but its error-handling path formats the input buffer using %s in jvstringfmt, which reads until a NUL terminat...

8.2CVSS0.00559EPSS
SaveExploits1References32
OSV
OSV
added 2026/03/26 9:17 p.m.10 views

UBUNTU-CVE-2026-2239

A flaw was found in GIMP. Heap-buffer-overflow vulnerability exists in the freadpascalstring function when processing a specially crafted PSD Photoshop Document file. This occurs because the buffer allocated for a Pascal string is not properly null-terminated, leading to an out-of-bounds read whe...

6.5CVSS5.9AI score0.00485EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2026/03/26 3:06 p.m.12 views

CVE-2026-26309

Envoy is a high-performance edge/middle/service proxy. Prior to 1.37.1, 1.36.5, 1.35.8, and 1.34.13, an off-by-one write in Envoy::JsonEscaper::escapeString can corrupt std::string null-termination, causing undefined behavior and potentially leading to crashes or out-of-bounds reads when the...

5.3CVSS5.8AI score0.00365EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/03/18 3:23 a.m.13 views

CVE-2026-32837

A flaw was found in miniaudio. An attacker can exploit a heap out-of-bounds read vulnerability in the WAV BEXT metadata parser by processing a specially crafted WAV file. This vulnerability, caused by improper null-termination handling in the coding history field, allows for out-of-bounds reads...

5.5CVSS5.8AI score0.00225EPSS
SaveExploits1References5
Snyk
Snyk
added 2026/03/17 8:51 p.m.27 views

Improper Null Termination

Overview Affected versions of this package are vulnerable to Improper Null Termination via the madrwavstrlen function. An attacker can cause memory access violations and application crashes by submitting specially crafted WAV files that exploit improper null-termination handling in the coding...

5.5CVSS5.9AI score0.00225EPSS
SaveExploits1References2
NVD
NVD
added 2026/03/17 8:16 p.m.10 views

CVE-2026-32837

miniaudio version 0.11.25 and earlier fixed in commits 1df46ae and 1df46ae contain a heap out-of-bounds read vulnerability in the WAV BEXT metadata parser that allows attackers to trigger memory access violations by processing crafted WAV files. Attackers can exploit improper null-termination...

5.5CVSS0.00225EPSS
SaveExploits1References4
Snyk
Snyk
added 2026/03/17 7:42 p.m.6 views

Improper Null Termination

Overview Affected versions of this package are vulnerable to Improper Null Termination due to insufficient check of HTTP response parsing. An attacker can cause application crashes by sending specially crafted malformed HTTP responses. Note: This is only exploitable if the application connects to...

3.7CVSS5.9AI score0.00187EPSS
SaveExploits0References2
CVE
CVE
added 2026/03/17 7:10 p.m.60 views

CVE-2026-32837

miniaudio (version ≤ 0.11.25) contains a heap out-of-bounds read in the WAV BEXT metadata parser due to improper null-termination handling in the coding history field. Processing crafted WAV files can trigger memory access violations, causing application crashes or denial of service. Exploitation...

5.5CVSS5.2AI score0.00225EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/03/17 7:10 p.m.29 views

CVE-2026-32837 mackron / miniaudio Out-of-Bounds Read in BEXT Coding History Parsing

miniaudio version 0.11.25 and earlier fixed in commits 1df46ae and 1df46ae contain a heap out-of-bounds read vulnerability in the WAV BEXT metadata parser that allows attackers to trigger memory access violations by processing crafted WAV files. Attackers can exploit improper null-termination...

5.1CVSS5.9AI score
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/03/17 7:10 p.m.7 views

CVE-2026-32837

miniaudio version 0.11.25 and earlier fixed in commits 1df46ae and 1df46ae contain a heap out-of-bounds read vulnerability in the WAV BEXT metadata parser that allows attackers to trigger memory access violations by processing crafted WAV files. Attackers can exploit improper null-termination...

5.5CVSS5.2AI score0.00225EPSS
SaveExploits1References5
Vulnrichment
Vulnrichment
added 2026/03/10 7:04 p.m.9 views

CVE-2026-26309 Envoy has an off-by-one write in JsonEscaper::escapeString()

Envoy is a high-performance edge/middle/service proxy. Prior to 1.37.1, 1.36.5, 1.35.8, and 1.34.13, an off-by-one write in Envoy::JsonEscaper::escapeString can corrupt std::string null-termination, causing undefined behavior and potentially leading to crashes or out-of-bounds reads when the...

5.3CVSS5.8AI score0.00365EPSS
SaveExploits1References1
OSV
OSV
added 2026/03/10 7:04 p.m.11 views

CVE-2026-26309 Envoy has an off-by-one write in JsonEscaper::escapeString()

Envoy is a high-performance edge/middle/service proxy. Prior to 1.37.1, 1.36.5, 1.35.8, and 1.34.13, an off-by-one write in Envoy::JsonEscaper::escapeString can corrupt std::string null-termination, causing undefined behavior and potentially leading to crashes or out-of-bounds reads when the...

5.3CVSS5.8AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/03/10 6:30 p.m.18 views

Envoy affected by off-by-one write in JsonEscaper::escapeString()

Summary An off-by-one write in Envoy::JsonEscaper::escapeString can corrupt std::string null-termination, causing undefined behavior and potentially leading to crashes or out-of-bounds reads when the resulting string is later treated as a C-string. Details The bug is in the control-character...

5.3CVSS5.6AI score0.00365EPSS
SaveExploits1References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/03/10 12:00 a.m.29 views

PT-2026-24617

Summary An off-by-one write in Envoy::JsonEscaper::escapeString can corrupt std::string null-termination, causing undefined behavior and potentially leading to crashes or out-of-bounds reads when the resulting string is later treated as a C-string. Details The bug is in the control-character...

5.3CVSS5.6AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/03/01 12:00 a.m.13 views

PT-2026-36802

Name of the Vulnerable Software and Affected Versions Apache HTTP Server versions prior to 2.4.67 Description An improper null termination leads to an out-of-bounds read in the mod proxy ajp module. Specifically, the ajp msg get string function fails to perform a null-termination check, which may...

8.8CVSS5.8AI score0.00485EPSS
SaveExploits0References209
RedhatCVE
RedhatCVE
added 2026/02/27 7:45 p.m.15 views

CVE-2026-23749

Golioth Firmware SDK version 0.19.1 prior to 0.22.0, fixed in commit 0e788217, contain an out-of-bounds read due to improper null termination of a blockwise transfer path. blockwisetransferinit accepts a path whose length equals CONFIGGOLIOTHCOAPMAXPATHLEN and copies it using strncpy without...

2.9CVSS6AI score0.00165EPSS
SaveExploits0References1
OSV
OSV
added 2026/02/26 5:32 p.m.10 views

CVE-2026-23749 Golioth Firmware SDK < 0.22.0 Blockwise Transfer Path Out-of-Bounds Read

Golioth Firmware SDK version 0.19.1 prior to 0.22.0, fixed in commit 0e788217, contain an out-of-bounds read due to improper null termination of a blockwise transfer path. blockwisetransferinit accepts a path whose length equals CONFIGGOLIOTHCOAPMAXPATHLEN and copies it using strncpy without...

2.1CVSS6.1AI score
SaveExploits0References8
Rows per page
Query Builder