Lucene search
+L

72 matches found

UbuntuCve
UbuntuCve
added 2026/07/27 12:0 a.m.10 views

CVE-2026-64243

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: simple-mux: Fix enum control bounds check simplemuxcontrolput rejects values greater than e-items, but enum control values are zero based. For the two-entry mux used by this driver, valid values are 0 and 1, so valu...

7.1CVSS5.7AI score0.00117EPSS
SaveExploits0References11
OSV
OSV
added 2026/07/25 8:49 a.m.8 views

CVE-2026-64258 fuse-uring: remove request-less entries from ent_w_req_queue to fix NULL deref

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: remove request-less entries from entwreqqueue to fix NULL deref If a copy into the userspace ring buffer fails, a request will be terminated and fuseuringreqend will set ent-fusereq to NULL but it will leave the entry...

5.9AI score
SaveExploits0References6
EUVD
EUVD
added 2026/07/25 8:49 a.m.7 views

EUVD-2026-48970

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: remove request-less entries from entwreqqueue to fix NULL deref If a copy into the userspace ring buffer fails, a request will be terminated and fuseuringreqend will set ent-fusereq to NULL but it will leave the entry...

5.9AI score0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/25 8:49 a.m.10 views

CVE-2026-64258

CVE-2026-64258 affects the Linux kernel fuse-uring path. When copying into the userspace ring buffer fails, fuse_uring_req_end() clears ent->fuse_req but may leave the ent_w_req_queue entry in FRRS_FUSE_REQ, enabling a NULL dereference during expiration scanning. The fix removes the entry from...

5.9AI score0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 2:56 p.m.16 views

CVE-2026-63990

In CVE-2026-63990, the Linux kernel bonding code incorrectly allowed enslaving CAN devices (including vxcan) to a bonding master, which mutated CAN private state (can_ml_priv) rather than Ethernet-like structures. This caused a kernel paging request crash in can_rx_unregister() and potential memo...

5.5AI score0.00181EPSS
SaveExploits0References7
NVD
NVD
added 2026/07/08 9:16 a.m.13 views

CVE-2026-57245

When the application opens a PDF, traverses and builds the annotation elements related to hyperlinks, it fails to validate the abnormal annotation relationships and field combinations. This results in the internal objects entering an invalid state. Eventually, during the destruction phase, an...

7.8CVSS0.00116EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/08 7:36 a.m.8 views

CVE-2026-57245

When the application opens a PDF, traverses and builds the annotation elements related to hyperlinks, it fails to validate the abnormal annotation relationships and field combinations. This results in the internal objects entering an invalid state. Eventually, during the destruction phase, an...

7.8CVSS5.9AI score0.00116EPSS
SaveExploits0References2Affected Software2
Positive Technologies
Positive Technologies
added 2026/07/08 12:0 a.m.13 views

PT-2026-56336

Name of the Vulnerable Software and Affected Versions The product name cannot be determined affected versions not specified Description Opening a PDF allows JavaScript to modify form field properties, causing the state of the underlying objects referenced by the program to become invalid. This...

7.8CVSS6.1AI score0.00116EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:8 a.m.14 views

jq --rawfile invalid-state reuse after String too long causes heap-buffer-overflow

...

7.1CVSS5.8AI score0.00148EPSS
SaveExploits1
CVE
CVE
added 2026/06/25 5:17 p.m.45 views

CVE-2026-49839

Summary: CVE-2026-49839 affects jq prior to 1.8.2, where in the --rawfile path an oversized string can trigger invalid-state reuse and heap-buffer-overflow writes. In detail, when jv_load_file(raw=1) reads attacker-controlled data, file chunks are appended to a single jv string accumulator; after...

7.1CVSS5.8AI score0.00148EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2026/06/25 5:17 p.m.6 views

CVE-2026-49839 jq --rawfile invalid-state reuse after String too long causes heap-buffer-overflow

jq is a command-line JSON processor. Prior to 1.8.2, jq --rawfile can turn a handled oversized-string error into invalid-state reuse and a real heap out-of-bounds write in assertion-disabled builds. When jvloadfileraw=1 reads an attacker-controlled file, it repeatedly appends file chunks to the...

7.1CVSS5.9AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/06/25 5:17 p.m.52 views

CVE-2026-49839 jq --rawfile invalid-state reuse after String too long causes heap-buffer-overflow

jq is a command-line JSON processor. Prior to 1.8.2, jq --rawfile can turn a handled oversized-string error into invalid-state reuse and a real heap out-of-bounds write in assertion-disabled builds. When jvloadfileraw=1 reads an attacker-controlled file, it repeatedly appends file chunks to the...

7.1CVSS0.00148EPSS
SaveExploits1References1
OSV
OSV
added 2026/06/25 7:40 a.m.16 views

BIT-PYTHON-MIN-2026-9669 bz2.BZ2Decompressor reuse after error can cause a stack buffer overflow

bz2.BZ2Decompressor objects could be reused after a decompression error. If an application caught the resulting OSError and retried with the same decompressor, crafted input could cause the decompressor to resume from an invalid internal state and perform out-of-bounds writes to a stack buffer...

8.2CVSS5.4AI score0.00417EPSS
SaveExploits0References10
NVD
NVD
added 2026/06/08 11:17 p.m.20 views

CVE-2026-9669

bz2.BZ2Decompressor objects could be reused after a decompression error. If an application caught the resulting OSError and retried with the same decompressor, crafted input could cause the decompressor to resume from an invalid internal state and perform out-of-bounds writes to a stack buffer...

8.2CVSS0.00417EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/06/08 12:0 a.m.19 views

PT-2026-47453

Name of the Vulnerable Software and Affected Versions Python affected versions not specified Description bz2.BZ2Decompressor objects can be reused following a decompression error. If an application catches the resulting OSError and attempts to retry using the same decompressor, specially crafted...

8.2CVSS5.4AI score0.00417EPSS
SaveExploits0References68
CNNVD
CNNVD
added 2026/05/28 12:0 a.m.14 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the batman-adv module not rejecting new tpmeter sessions during network disconnection. This allow...

7.8CVSS5.8AI score0.00139EPSS
SaveExploits0References5
NVD
NVD
added 2026/03/06 7:16 p.m.9 views

CVE-2025-69652

GNU Binutils thru 2.46 readelf contains a vulnerability that leads to an abort SIGABRT when processing a crafted ELF binary with malformed DWARF abbrev or debug information. Due to incomplete state cleanup in processdebuginfo, an invalid debuginfop state may propagate into DWARF attribute parsing...

6.2CVSS0.00173EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/02/04 4:8 p.m.6 views

CVE-2026-23102

In the Linux kernel, the following vulnerability has been resolved: arm64/fpsimd: signal: Fix restoration of SVE context When SME is supported, Restoring SVE signal context can go wrong in a few ways, including placing the task into an invalid state where the kernel may read from out-of-bounds...

5.5AI score0.00117EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/10/14 7:57 p.m.3 views

GHSA-HRHF-2VCR-GHCH CometBFT's invalid BitArray handling can lead to network halt

Name: ASA-2025-003: Invalid BitArray handling can lead to network halt Criticality: High Considerable Impact; Possible Likelihood per ACMv1.2 Affected versions: = v0.38.18, = v0.37.15, and main development branches Affected users: Validators, Full nodes, Users Description A bug was discovered in...

8.7CVSS7AI score
SaveExploits0References6
EUVD
EUVD
added 2025/10/07 12:30 a.m.5 views

EUVD-2019-7497

Malware in sbrugna...

6.5CVSS7.8AI score0.0134EPSS
SaveExploits0References13
Rows per page
Query Builder