Lucene search
+L

3644 matches found

EUVD
EUVD
added 2026/07/27 8:40 a.m.16 views

EUVD-2026-49129

cJSON library is vulnerable to an integer overflow in the printstringptr function in cJSON.c on 32-bit platforms. The escapecharacters counter, a 32-bit sizet, can wrap around when processing strings containing approximately 858,993,460 or more control characters, causing the output buffer to be...

5.1CVSS6.4AI score0.00291EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/27 8:40 a.m.63 views

CVE-2026-16554

cJSON is a lightweight JSON parser/generator library. The vulnerability is an integer overflow in the print_string_ptr() function of cJSON.c on 32-bit platforms . The escape_characters counter (a 32-bit size_t) wraps around when a JSON string contains approximately 858,993,460 or more control cha...

7.8CVSS6.4AI score0.00291EPSS
SaveExploits0References4Affected Software1
AlpineLinux
AlpineLinux
added 2026/07/27 8:40 a.m.11 views

CVE-2026-16554

cJSON library is vulnerable to an integer overflow in the printstringptr function in cJSON.c on 32-bit platforms. The escapecharacters counter, a 32-bit sizet, can wrap around when processing strings containing approximately 858,993,460 or more control characters, causing the output buffer to be...

7.8CVSS6.1AI score0.00291EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/27 8:40 a.m.10 views

CVE-2026-16554

cJSON library is vulnerable to an integer overflow in the printstringptr function in cJSON.c on 32-bit platforms. The escapecharacters counter, a 32-bit sizet, can wrap around when processing strings containing approximately 858,993,460 or more control characters, causing the output buffer to be...

5.1CVSS6.4AI score0.00291EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/07/27 8:40 a.m.56 views

CVE-2026-16554 Integer Overflow Leading to Heap Buffer Overflow in cJSON

cJSON library is vulnerable to an integer overflow in the printstringptr function in cJSON.c on 32-bit platforms. The escapecharacters counter, a 32-bit sizet, can wrap around when processing strings containing approximately 858,993,460 or more control characters, causing the output buffer to be...

5.1CVSS0.00291EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/25 10:17 a.m.19 views

CVE-2026-64467

In the Linux kernel, the following vulnerability has been resolved: rustbinder: use a u64 stride when cleaning up the offsets array Allocation's Drop walks the offsets array bindersizet = u64 entries, cleaning up the objects, but it used usize instead of u64 for both the stride and the per-entry...

8.8CVSS0.00137EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/25 10:17 a.m.15 views

CVE-2026-64361

In the Linux kernel, the following vulnerability has been resolved: hfs/hfsplus: fix u32 overflow in checkandcorrectrequestedlength checkandcorrectrequestedlength compares off + len against nodesize using u32 arithmetic. When the caller passes a large len value e.g. from an underflowed subtractio...

7.8CVSS0.00129EPSS
SaveExploits0References8
NVD
NVD
added 2026/07/25 10:17 a.m.13 views

CVE-2026-64267

In the Linux kernel, the following vulnerability has been resolved: fuse: avoid 32-bit prune notification count wrap FUSENOTIFYPRUNE validates the nodeid payload length with: size - sizeofoutarg != outarg.count sizeofu64 On 32-bit kernels, sizet is also 32 bits, so the daemon-controlled count...

5.5CVSS0.00153EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/07/25 10:17 a.m.12 views

CVE-2026-64293

In the Linux kernel, the following vulnerability has been resolved: iommufd: Use sizeofhdr instead of sizeofhdr in veventq read The bound-check in iommufdveventqfopsread for the normal vEVENT path uses sizeofhdr where the surrounding code uses sizeofhdr: if !veventforlosteventsheadercur &&...

7.8CVSS5.6AI score0.00162EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/07/25 10:17 a.m.18 views

CVE-2026-64467

In the Linux kernel, the following vulnerability has been resolved: rustbinder: use a u64 stride when cleaning up the offsets array Allocation's Drop walks the offsets array bindersizet = u64 entries, cleaning up the objects, but it used usize instead of u64 for both the stride and the per-entry...

8.8CVSS5.3AI score0.00137EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2026/07/25 8:51 a.m.38 views

CVE-2026-64467 rust_binder: use a u64 stride when cleaning up the offsets array

In the Linux kernel, the following vulnerability has been resolved: rustbinder: use a u64 stride when cleaning up the offsets array Allocation's Drop walks the offsets array bindersizet = u64 entries, cleaning up the objects, but it used usize instead of u64 for both the stride and the per-entry...

8.8CVSS0.00137EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/25 8:49 a.m.49 views

CVE-2026-64293

CVE-2026-64293 affects the Linux kernel iommufd component. A 32-bit bound-check in iommufd_veventq_fops_read() uses sizeof(hdr) (size of the pointer) instead of sizeof(*hdr), causing under-count of the vEVENT header and potentially writing past the user buffer during header+data payload copy. Mul...

7.8CVSS5.8AI score0.00162EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.41 views

CVE-2026-64267 fuse: avoid 32-bit prune notification count wrap

In the Linux kernel, the following vulnerability has been resolved: fuse: avoid 32-bit prune notification count wrap FUSENOTIFYPRUNE validates the nodeid payload length with: size - sizeofoutarg != outarg.count sizeofu64 On 32-bit kernels, sizet is also 32 bits, so the daemon-controlled count...

0.00153EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/25 3:14 a.m.11 views

JLSEC-2026-787 Integer overflow in gawk's `do_sub()` can cause buffer overflow and denial of service

Integer overflow vulnerability has been found in "builtin.c" program file of gawk dosub routine. This issue could be used to overwrite gawk heap metadata and objects causing the program to crash. It affects 32-bit builds of gawk in versions 5.4.0 and below...

9.1CVSS5.8AI score0.00353EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.12 views

PT-2026-64688

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the rust binder component where the Drop implementation for Allocation uses usize instead of u64 for the stride and per-entry read when cleaning up the offsets array. ...

8.8CVSS5.6AI score0.00137EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-64467

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: rustbinder: use a u64 stride when cleaning up the offsets array Allocation's Drop walks the...

8.8CVSS5.9AI score0.00137EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2026-64267

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: fuse: avoid 32-bit prune notification count wrap FUSENOTIFYPRUNE validates the nodeid payloa...

5.5CVSS6AI score0.00153EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2026-64361

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - hfs/hfsplus: fix u32 overflow in checkandcorrectrequestedlength checkandcorrectrequestedlength compares off + len against nodesize using u32 arithmetic. When th...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.15 views

openSUSE 16 Security Update : perl (openSUSE-SU-2026:21411-1)

The remote openSUSE 16 host has packages installed that are affected by multiple vulnerabilities as referenced in the openSUSE-SU-2026:21411-1 advisory. - CVE-2025-15649: IO:Uncompress:Unzip propagates uncaught exception when parsing zip header with malformed DOS date bsc1266361. - CVE-2026-8376:...

9.8CVSS6.1AI score0.00443EPSS
SaveExploits1References15
AlpineLinux
AlpineLinux
added 2026/07/24 4:45 p.m.15 views

CVE-2026-66035

libssh2 through 1.11.1, fixed in commit 42e33d8, contains a pre-authentication heap buffer overflow vulnerability that allows a malicious SSH server to corrupt heap metadata in any connecting client by sending a packet with a packetlength smaller than the cipher's block size during Encrypt-then-M...

7.7CVSS6.1AI score0.00472EPSS
SaveExploits0References3
Rows per page
Query Builder