Lucene search
+L

23454 matches found

OSV
OSV
added 2025/10/17 5:40 p.m.7 views

JLSEC-2025-82 libxml2 through 2.11.5 has a use-after-free that can only occur after a certain memory allocation...

libxml2 through 2.11.5 has a use-after-free that can only occur after a certain memory allocation fails. This occurs in xmlUnlinkNode in tree.c. NOTE: the vendor's position is "I don't think these issues are critical enough to warrant a CVE ID ... because an attacker typically can't control when...

6.5CVSS6.6AI score0.00826EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/17 11:09 a.m.9 views

OESA-2025-2455 expat security update

expat is a stream-oriented XML parser library written in C. expat excels with files too large to fit RAM, and where performance and flexibility are crucial. Security Fixes: libexpat in Expat before version 2.7.2 allows attackers to trigger large dynamic memory allocations via a small document...

7.5CVSS7AI score0.01315EPSS
SaveExploits1References2
OSV
OSV
added 2025/10/17 11:09 a.m.5 views

OESA-2025-2440 gstreamer1 security update

GStreamer1 implements a framework that allows for processing and encoding of multimedia sources in a manner similar to a shell pipeline. Security Fixes: GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function...

9.8CVSS8.1AI score0.01355EPSS
SaveExploits0References2
NCSC
NCSC
added 2025/10/17 8:42 a.m.14 views

Vulnerability fixed in FortiOS

Fortinet has fixed a vulnerability in FortiOS multiple versions. The vulnerability is in the way FortiOS handles memory allocation. Authenticated users can exploit this vulnerability by sending specially crafted requests, which can lead to the execution of unauthorized code. This can have serious...

8.8CVSS6.9AI score0.0063EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/10/16 7:44 p.m.15 views

CVE-2025-11832

Allocation of Resources Without Limits or Throttling vulnerability in Azure Access Technology BLU-IC2, Azure Access Technology BLU-IC4 allows Flooding.This issue affects BLU-IC2: through 1.19.5; BLU-IC4: through 1.19.5...

10CVSS7AI score0.00345EPSS
SaveExploits1References1
EUVD
EUVD
added 2025/10/16 6:30 p.m.10 views

EUVD-2025-34778

A vulnerability exists in the QuickJS engine's BigInt string parsing logic jsbigintfromstring when attempting to create a BigInt from a string with an excessively large number of digits. The function calculates the necessary number of bits nbits required to store the BigInt using the formula:...

7.1CVSS6.6AI score0.00447EPSS
SaveExploits1References3
OSV
OSV
added 2025/10/16 4:15 p.m.6 views

DEBIAN-CVE-2025-62496

A vulnerability exists in the QuickJS engine's BigInt string parsing logic jsbigintfromstring when attempting to create a BigInt from a string with an excessively large number of digits. The function calculates the necessary number of bits nbits required to store the BigInt using the formula:...

8.8CVSS5.6AI score0.00447EPSS
SaveExploits1References1
NVD
NVD
added 2025/10/16 4:15 p.m.11 views

CVE-2025-62496

A vulnerability exists in the QuickJS engine's BigInt string parsing logic jsbigintfromstring when attempting to create a BigInt from a string with an excessively large number of digits. The function calculates the necessary number of bits nbits required to store the BigInt using the formula:...

8.8CVSS0.00447EPSS
SaveExploits1References2
CVE
CVE
added 2025/10/16 3:52 p.m.35 views

CVE-2025-62496

The CVE refers to QuickJS: BigInt parsing in js_bigint_from_string. When converting a decimal string with an extremely large number of digits, the code computes n_bits as (n_digits × 27 + 7) / 8. For very large inputs (e.g., tens of millions of digits), this intermediate value overflows a 32-bit ...

8.8CVSS6.8AI score0.00447EPSS
SaveExploits1References2Affected Software1
Talos
Talos
added 2025/10/16 12:00 a.m.13 views

Dell BSAFE Crypto-C GetIndefiniteElementLen stack overflow vulnerability

Talos Vulnerability Report TALOS-2025-2142 Dell BSAFE Crypto-C GetIndefiniteElementLen stack overflow vulnerability October 16, 2025 CVE Number None SUMMARY A stack overflow vulnerability exists in the GetIndefiniteElementLen functionality of Dell BSAFE Crypto-C xxx. A specially crafted ASN.1...

7.5AI score
SaveExploits0
EUVD
EUVD
added 2025/10/15 9:31 p.m.8 views

EUVD-2025-34698

Allocation of Resources Without Limits or Throttling vulnerability in Azure Access Technology BLU-IC2, Azure Access Technology BLU-IC4 allows Flooding.This issue affects BLU-IC2: through 1.19.5; BLU-IC4: through 1.19.5...

10CVSS6.5AI score0.00345EPSS
SaveExploits1References2
EUVD
EUVD
added 2025/10/15 9:31 p.m.5 views

EUVD-2022-55059

In the Linux kernel, the following vulnerability has been resolved: ntfs: add sanity check on allocation size ntfsreadinodemount invokes ntfsmallocnofs with zero allocation size. It triggers one BUG in the ntfsmalloc function. Fix this by adding sanity check on ni-attrlistsize...

5.5CVSS5.7AI score0.00263EPSS
SaveExploits0References10
NVD
NVD
added 2025/10/15 7:15 p.m.14 views

CVE-2025-11832

Allocation of Resources Without Limits or Throttling vulnerability in Azure Access Technology BLU-IC2, Azure Access Technology BLU-IC4 allows Flooding.This issue affects BLU-IC2: through 1.19.5; BLU-IC4: through 1.19.5...

10CVSS0.00345EPSS
SaveExploits1References1
EUVD
EUVD
added 2025/10/15 9:30 a.m.13 views

EUVD-2025-34596

In the Linux kernel, the following vulnerability has been resolved: futex: Use correct exit on failure from futexhashallocatedefault copyprocess uses the wrong error exit path from futexhashallocatedefault. After exiting from futexhashallocatedefault, neither tasklistlock nor siglock has been...

6AI score0.00133EPSS
SaveExploits0References3
CVE
CVE
added 2025/10/15 7:55 a.m.23 views

CVE-2025-39976

CVE-2025-39976 refers to a Linux kernel issue where copy_process() used the wrong error exit path from futex_hash_allocate_default(). The root cause was exiting via bad_fork_core_free, which did not hold tasklist_lock or siglock, leading to incorrect unlocks. The correct exit label is bad_fork_ca...

7.8CVSS6.1AI score0.00133EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/10/15 7:55 a.m.19 views

CVE-2025-39967 fbcon: fix integer overflow in fbcon_do_set_font

In the Linux kernel, the following vulnerability has been resolved: fbcon: fix integer overflow in fbcondosetfont Fix integer overflow vulnerabilities in fbcondosetfont where font size calculations could overflow when handling user-controlled font parameters. The vulnerabilities occur when: 1...

7.8CVSS0.00159EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2025/10/15 12:00 a.m.10 views

Azure Access Technology BLU-IC2和Azure Access Technology BLU-IC4 安全漏洞

The Azure Access Technology BLU-IC2 and Azure Access Technology BLU-IC4 are both networked access controllers from Azure Access Technology, USA. A security vulnerability exists in Azure Access Technology BLU-IC2 and Azure Access Technology BLU-IC4 that stems from unrestricted resource allocation ...

10CVSS6.5AI score0.00345EPSS
SaveExploits1References2
CNVD
CNVD
added 2025/10/15 12:00 a.m.7 views

QNAP Qsync Central Unlimited Resource Allocation Vulnerability (CNVD-2025-30290)

QNAP Qsync Central is the official private cloud synchronization service developed by QNAP for its Network Attached Storage NAS devices. QNAP Qsync Central suffers from an unrestricted resource allocation vulnerability that can be exploited by an attacker to prevent other systems, applications, o...

7.1CVSS7AI score0.0046EPSS
SaveExploits0References1
BDU FSTEC
BDU FSTEC
added 2025/10/15 12:00 a.m.12 views

The vulnerability of the OLE Document File Allocation Table Parser component of the text extraction software, which can read text from MS-Word catdoc files, allows a hacker to execute arbitrary code.

The vulnerability of the OLE Document File Allocation Table Parser component of the MS-Word catdoc file extraction tool is related to a numerical overflow condition. Exploiting this vulnerability could allow an attacker to execute arbitrary code...

8.4CVSS7.6AI score0.00261EPSS
SaveExploits1References9Affected Software5
CNVD
CNVD
added 2025/10/15 12:00 a.m.5 views

QNAP Qsync Central Unlimited Resource Allocation Vulnerability

QNAP Qsync Central is the official private cloud synchronization service developed by QNAP for its Network Attached Storage NAS devices. QNAP Qsync Central suffers from an unrestricted resource allocation vulnerability that can be exploited by attackers to cause a denial of service...

7.1CVSS6.8AI score0.0034EPSS
SaveExploits0References1
Rows per page
Query Builder