Lucene search
+L

3653 matches found

Positive Technologies
Positive Technologies
โ€ขadded 2025/01/01 12:0 a.m.โ€ข5 views

PT-2025-40087

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contained a flaw in the tcp bpf subsystem where sk msg free was not called when tcp bpf send verdict failed to allocate memory for psock-cork. This could lead to memory...

7.8CVSS8.2AI score0.00171EPSS
SaveExploits2
OSV
OSV
โ€ขadded 2024/12/27 3:15 p.m.โ€ข1 views

DEBIAN-CVE-2024-56633

In the Linux kernel, the following vulnerability has been resolved: tcpbpf: Fix the skmemuncharge logic in tcpbpfsendmsg The current sk memory accounting logic in SKREDIRECT is pre-uncharging tosend bytes, which is either msg-sg.size or a smaller value applybytes. Potential problems with this...

7.8CVSS5.6AI score0.00281EPSS
SaveExploits0References1
OSV
OSV
โ€ขadded 2024/12/27 3:15 p.m.โ€ข2 views

DEBIAN-CVE-2024-56565

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to drop all discards after creating snapshot on lvm device Piergiorgio reported a bug in bugzilla as below: ------------ cut here ------------ WARNING: CPU: 2 PID: 969 at fs/f2fs/segment.c:1330 RIP:...

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

UBUNTU-CVE-2024-56633

In the Linux kernel, the following vulnerability has been resolved: tcpbpf: Fix the skmemuncharge logic in tcpbpfsendmsg The current sk memory accounting logic in SKREDIRECT is pre-uncharging tosend bytes, which is either msg-sg.size or a smaller value applybytes. Potential problems with this...

7.8CVSS6.2AI score0.00281EPSS
SaveExploits0References46
OSV
OSV
โ€ขadded 2024/12/27 3:15 p.m.โ€ข4 views

UBUNTU-CVE-2024-56565

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to drop all discards after creating snapshot on lvm device Piergiorgio reported a bug in bugzilla as below: ------------ cut here ------------ WARNING: CPU: 2 PID: 969 at fs/f2fs/segment.c:1330 RIP:...

5.5CVSS6.2AI score0.00216EPSS
SaveExploits0References20
OSV
OSV
โ€ขadded 2024/12/27 2:54 p.m.โ€ข8 views

CLSA-2024-1735311253 squid: Fix of CVE-2023-5824

CVE-2023-5824: do not send serialized HTTP response header bytes in storeClientCopy answers. Ignore serialized header size when calling storeClientCopy...

7.5CVSS7.1AI score0.05186EPSS
SaveExploits0References1
BDU FSTEC
BDU FSTEC
โ€ขadded 2024/12/25 12:0 a.m.โ€ข10 views

The vulnerability of the Linux operating systemโ€™s PCI Core component allows a hacker to trigger a service failure.

The vulnerability of the Linux operating systemโ€™s PCIe kernel component is related to the assignment of the NULL pointer in the functions brcmfpcieproviderandombytes and brcmfpciedownloadfwnvram. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.4AI score0.00225EPSS
SaveExploits0References25Affected Software5
RustSec
RustSec
โ€ขadded 2024/12/19 12:0 p.m.โ€ข6 views

Unsound usages of `Vec::from_raw_parts`

The library provides a public safe API transmutevecasbytes, which incorrectly assumes that any generic type T could have stable layout, causing to uninitialized memory exposure if the users pass any types with padding bytes as T and cast it to u8 pointer. In the issue, we develop a PoC to show...

7AI score
SaveExploits0Affected Software1
RustSec
RustSec
โ€ขadded 2024/12/19 12:0 p.m.โ€ข5 views

Unsound usages of `core::slice::from_raw_parts_mut`

The library breaks the safety assumptions when using unsafe API slice::fromrawpartsmut. The pointer passed to fromrawpartsmut is misaligned by casting u8 to u16 raw pointer directly, which is unsound. The bug is patched by using alignoffset, which could make sure the memory address is aligned to ...

7.2AI score
SaveExploits0Affected Software1
Positive Technologies
Positive Technologies
โ€ขadded 2024/12/19 12:0 a.m.โ€ข5 views

PT-2024-41060 ยท Fyrox ยท Fyrox

Name of the Vulnerable Software and Affected Versions: Fyrox versions prior to the latest version on the master branch Description: The issue arises from the transmute vec as bytes API, which incorrectly assumes that any generic type T has a stable layout. This can lead to uninitialized memory...

7.1AI score
SaveExploits0References5
OSV
OSV
โ€ขadded 2024/12/12 2:3 a.m.โ€ข6 views

AZL-62333 CVE-2024-47539 affecting package gstreamer1 1.20.0-2

GStreamer is a library for constructing graphs of media-handling components. An out-of-bounds write vulnerability was identified in the converttos3341a function in isomp4/qtdemux.c. The vulnerability arises due to a discrepancy between the size of memory allocated to the storage array and the loo...

9.8CVSS7.3AI score0.00994EPSS
SaveExploits0References1
OSV
OSV
โ€ขadded 2024/12/12 12:0 a.m.โ€ข6 views

UBUNTU-CVE-2024-47539

GStreamer is a library for constructing graphs of media-handling components. An out-of-bounds write vulnerability was identified in the converttos3341a function in isomp4/qtdemux.c. The vulnerability arises due to a discrepancy between the size of memory allocated to the storage array and the loo...

9.8CVSS5.7AI score0.00994EPSS
SaveExploits0References5
OSV
OSV
โ€ขadded 2024/12/04 6:31 p.m.โ€ข5 views

GHSA-2RXC-GJRP-VJHX Unsoundness in anstream

When given a valid UTF8 string "รถ\x1b๐Ÿ˜€", the function in crates/anstream/src/adapter/strip.rs will be confused. The UTF8 bytes are \xc3\xb6 then \x1b then \xf0\x9f\x98\x80. When looping over "non-printable bytes" \x1b\xf0 will be considered as some non-printable sequence. This will produce a brok...

7.2AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
โ€ขadded 2024/12/04 6:31 p.m.โ€ข15 views

Unsoundness in anstream

When given a valid UTF8 string "รถ\x1b๐Ÿ˜€", the function in crates/anstream/src/adapter/strip.rs will be confused. The UTF8 bytes are \xc3\xb6 then \x1b then \xf0\x9f\x98\x80. When looping over "non-printable bytes" \x1b\xf0 will be considered as some non-printable sequence. This will produce a brok...

7.2AI score
SaveExploits0References3Affected Software1
AstraLinux
AstraLinux
โ€ขadded 2024/11/23 3:4 a.m.โ€ข1 views

Astra Linux โ€“ Vulnerability in PostgresSQL-15

The use of server error messages by clients in PostgreSQL allows a server that is not trusted under current SSL or GSS settings to send arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message claiming that a human user or someone...

3.7CVSS6.8AI score0.0038EPSS
SaveExploits0References3
AstraLinux
AstraLinux
โ€ขadded 2024/11/23 3:4 a.m.โ€ข3 views

Astra Linux โ€“ Vulnerability in p7zip

The NtfsHandler.cpp NTFS handler in 7-Zip before version 24.01 for 7zz contains a heap-based buffer overflow vulnerability. This vulnerability allows an attacker to overwrite two bytes at multiple offsets beyond the allocated buffer size: buffer+512i-2, where i ranges from 9, 10, 11, etc...

8.4CVSS7.3AI score0.00343EPSS
SaveExploits0References3
Oracle linux
Oracle linux
โ€ขadded 2024/11/18 12:0 a.m.โ€ข282 views

libsoup security update

2.72.0-8.el95.2 - Backport upstream patch for CVE-2024-52532 - infinite loop while reading websocket data - Resolves: RHEL-67068 2.72.0-8.el95.1 - Backport upstream patch for CVE-2024-52530 - HTTP request smuggling via stripping null bytes from the ends of header names - Resolves: RHEL-67080...

7.5CVSS7AI score0.00933EPSS
SaveExploits1
CVE
CVE
โ€ขadded 2024/11/14 1:0 p.m.โ€ข495 views

CVE-2024-10977

CVE-2024-10977 affects PostgreSQL libpq by allowing a server to send an error message that, when the client is not trusting SSL/GSS settings, can reveal arbitrary non-NUL bytes to the client (e.g., psql). Affected products/versions include PostgreSQL before the fixed point: 17.1 and older branche...

3.7CVSS3.5AI score0.0038EPSS
SaveExploits0References2Affected Software1
AlpineLinux
AlpineLinux
โ€ขadded 2024/11/14 1:0 p.m.โ€ข13 views

CVE-2024-10977

Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistake...

3.7CVSS6.3AI score0.0038EPSS
SaveExploits0
RedHat Linux
RedHat Linux
โ€ขadded 2024/11/14 12:34 p.m.โ€ข58 views

libsoup: HTTP request smuggling via stripping null bytes from the ends of header names

A flaw was found in the Libsoup library. When Libsoup parses HTTP headers, it ignores null bytes at the end of header names. Thus, Transfer-Encoding: chunked is equivalent to Transfer-Encoding\x00: chunked. This issue allows request smuggling when Libsoup is used in a service behind a reverse pro...

7.5CVSS7.3AI score0.00793EPSS
SaveExploits1References7
Rows per page
Query Builder