Lucene search
+L

720 matches found

OSV
OSV
added 2025/04/26 12:15 a.m.11 views

OSV-2025-300 Negative-size-param in recurse_update_offsets

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=413078692 Crash type: Negative-size-param Crash state: recurseupdateoffsets match pcre2match8...

7.2AI score
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/04/26 12:00 a.m.16 views

PT-2025-21904 · Git +1 · Pcre2

Name of the Vulnerable Software and Affected Versions: pcre2 affected versions not specified Description: The software is susceptible to a negative-size-param issue. The crash state involves the recurse update offsets and match functions, ultimately leading to a crash within the pcre2 match 8...

6.9AI score
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/04/25 12:00 a.m.10 views

PT-2025-17936 · Z2D · Z2D

Name of the Vulnerable Software and Affected Versions: z2d version 0.6.0 Description: The issue arises when using z2d.compositor.StrideCompositor.run to write from one surface to another, allowing the source surface to be completely out-of-bounds on the x-axis due to a negative offset. This resul...

7.3CVSS6.6AI score0.00173EPSS
SaveExploits0References8
Packet Storm News
Packet Storm News
added 2025/04/20 12:00 a.m.9 views

Slice+Slice Baby: Generating Last-Level Cache Eviction Sets in the Blink of an Eye

An essential step for mounting cache attacks is finding eviction sets, collections of memory locations that contend on cache space. On Intel processors, one of the main challenges for identifying contending addresses is the sliced cache design, where the processor hashes the physical address to...

6.5AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/04/18 1:29 a.m.6 views

SUSE CVE-2025-3549

A vulnerability, which was classified as critical, was found in Open Asset Import Library Assimp 5.4.3. Affected is the function Assimp::MD3Importer::ValidateSurfaceHeaderOffsets of the file code/AssetLib/MD3/MD3Loader.cpp of the component File Handler. The manipulation leads to heap-based buffer...

5.3CVSS5.2AI score0.00281EPSS
SaveExploits1References3
PyPA
PyPA
added 2025/04/14 3:15 a.m.17 views

PYSEC-2025-171

A vulnerability, which was classified as critical, was found in Open Asset Import Library Assimp 5.4.3. Affected is the function Assimp::MD3Importer::ValidateSurfaceHeaderOffsets of the file code/AssetLib/MD3/MD3Loader.cpp of the component File Handler. The manipulation leads to heap-based buffer...

5.3CVSS5.9AI score0.00281EPSS
SaveExploits1References5Affected Software1
CVE
CVE
added 2025/04/07 10:15 a.m.62 views

CVE-2024-45557

CVE-2024-45557 describes memory corruption in Qualcomm’s Trust Management Engine (TME) when it processes addresses from TZ and MPSS requests without proper validation, affecting Qualcomm chipsets. The CVSSv3.1 base score is 7.8 (High) with Local, Low complexity, Low privileges, and no user intera...

7.8CVSS7.3AI score0.00107EPSS
SaveExploits0References1Affected Software1
Positive Technologies
Positive Technologies
added 2025/04/01 12:00 a.m.15 views

PT-2025-27979

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue concerns an array-index-out-of-bounds read in the add missing indices function. Specifically, the stbl variable is of type s8 but is expected to contain offsets into a slot...

7.1CVSS6.4AI score0.00165EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/02/27 12:00 a.m.9 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the fastrpc driver not taking offsets into account when calculating page sizes, which could lead to...

7.8CVSS6.4AI score0.00201EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2025/02/27 12:00 a.m.11 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from not properly handling negative offsets, which could lead to out-of-bounds access...

7.8CVSS6.4AI score0.0021EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/12 2:15 p.m.8 views

DEBIAN-CVE-2024-57952

In the Linux kernel, the following vulnerability has been resolved: Revert "libfs: fix infinite directory reads for offset dir" The current directory offset allocator based on mtreealloccyclic stores the next offset value to return in octx-nextoffset. This mechanism typically returns values that...

5.5CVSS5.7AI score0.00218EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/08 11:08 a.m.13 views

OESA-2025-1096 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential OOBs in smb2parsecontexts Validate offsets and lengths before dereferencing create contexts in smb2parsecontexts. This fixes following...

8CVSS6.2AI score0.0102EPSS
SaveExploits0References41
OSV
OSV
added 2025/01/31 12:15 p.m.7 views

DEBIAN-CVE-2025-21667

In the Linux kernel, the following vulnerability has been resolved: iomap: avoid avoid truncating 64-bit offset to 32 bits on 32-bit kernels, iomapwritedelallocscan was inadvertently using a 32-bit position due to folionextindex returning an unsigned long. This could lead to an infinite loop when...

5.5CVSS5.6AI score0.00217EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 3:15 p.m.10 views

UBUNTU-CVE-2024-56638

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftinner: incorrect percpu area handling under softirq Softirq can interrupt ongoing packet from process context that is walking over the percpu area that contains inner header offsets. Disable bh and perform three...

7.8CVSS6.2AI score0.00226EPSS
SaveExploits0References20
OSV
OSV
added 2024/12/09 3:30 a.m.18 views

GHSA-MWCW-C2X4-8C55 Predictable results in nanoid generation when given non-integer values

When nanoid is called with a fractional value, there were a number of undesirable effects: 1. in browser and non-secure, the code infinite loops on while size-- 2. in node, the value of poolOffset becomes fractional, causing calls to nanoid to return zeroes until the pool is next filled 3. if the...

4.3CVSS7AI score0.00679EPSS
SaveExploits0References7
AstraLinux
AstraLinux
added 2024/11/23 3:04 a.m.8 views

Astra Linux – Vulnerability in libheif

In Libheif 1.17.6, insufficient checks during the decoding of a heif file using ImageOverlay::parse can lead to out-of-bounds read and write operations when processing a file containing an overlay image with forged offsets...

8.1CVSS7AI score0.00807EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2024/11/18 12:00 a.m.13 views

Cesanta Mongoose Web Server 安全漏洞

Cesanta Mongoose Web Server is a cross-platform embedded server and web library written in C from Cesanta Ireland. A security vulnerability exists in Cesanta Mongoose Web Server version v7.14, which stems from the presence of out-of-range pointer offsets, which could allow an attacker to send...

5.3CVSS6.4AI score0.00309EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/11/18 12:00 a.m.7 views

Cesanta Mongoose Web Server 安全漏洞

Cesanta Mongoose Web Server is a cross-platform embedded server and web library written in C from Cesanta Ireland. A security vulnerability exists in Cesanta Mongoose Web Server version v7.14, which stems from the presence of out-of-range pointer offsets, which could allow an attacker to send...

5.3CVSS6.3AI score0.00281EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/11/18 12:00 a.m.12 views

Cesanta Mongoose Web Server 安全漏洞

Cesanta Mongoose Web Server is a cross-platform embedded server and web library written in C from Cesanta Ireland. A security vulnerability exists in Cesanta Mongoose Web Server version v7.14, which stems from the presence of out-of-range pointer offsets, which could allow an attacker to send...

5.3CVSS6.3AI score0.00309EPSS
SaveExploits0References1
Mageia
Mageia
added 2024/11/09 5:17 a.m.26 views

Updated libheif packages fix security vulnerability

In Libheif, insufficient checks in ImageOverlay::parse while decoding a HEIF file containing an overlay image with forged offsets can lead to an out-of-bounds read and write. CVE-2024-41311...

8.1CVSS7.2AI score0.00807EPSS
SaveExploits1References2
Rows per page
Query Builder