Lucene search
+L

3818 matches found

OSV
OSV
added 2025/01/14 7:23 p.m.43 views

BIT-PHP-MIN-2020-7069 Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV

In PHP versions 7.2.x below 7.2.34, 7.3.x below 7.3.23 and 7.4.x below 7.4.11, when AES-CCM mode is used with opensslencrypt function with 12 bytes IV, only first 7 bytes of the IV is actually used. This can lead to both decreased security and incorrect encryption data...

6.5CVSS6.8AI score0.02055EPSS
SaveExploits0References14
OSV
OSV
added 2025/01/12 10:15 p.m.24 views

CVE-2024-42180

HCL MyXalytics is affected by a malicious file upload vulnerability. The application accepts invalid file uploads, including incorrect content types, double extensions, null bytes, and special characters, allowing attackers to upload and execute malicious files...

9.8CVSS5.8AI score0.00257EPSS
SaveExploits0References1
CVE
CVE
added 2025/01/12 9:53 p.m.74 views

CVE-2024-42180

CVE-2024-42180 affects HCL DRYiCE MyXalytics (HCL MyXalytics). The vulnerability is a malicious file upload issue where the application accepts invalid uploads (wrong content types, double extensions, null bytes, and special characters), enabling an attacker to upload and potentially execute mali...

9.8CVSS4AI score0.00257EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2025/01/07 9:08 p.m.13 views

CLSA-2025-1736284126 haproxy: Fix of CVE-2023-0836

CVE-2023-0836: Fix information leak vulnerability in connection buffer by initializing 5 bytes in FCGIBEGINREQUEST record encoding...

7.5CVSS7.2AI score0.01201EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.8 views

PT-2025-40348

Name of the Vulnerable Software and Affected Versions Chromium affected versions not specified Description A use-after-free condition exists in V8 when evaluating the compile-time options parameter, which detaches the ArrayBuffer holding the wire bytes. This issue was reported by Google Big Sleep...

8.8CVSS6.4AI score0.00361EPSS
SaveExploits0References42
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.11 views

PT-2026-4948

Name of the Vulnerable Software and Affected Versions OpenSSL versions 1.1.1 through 3.6 OpenSSL version 1.0.2 is not affected Description The issue relates to the handling of non-block-aligned input lengths when using the low-level OCB API directly with AES-NI or other hardware-accelerated code...

9.8CVSS5.9AI score0.48211EPSS
SaveExploits8References107
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.9 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.00183EPSS
SaveExploits2
OSV
OSV
added 2024/12/27 3:15 p.m.4 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.8 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.18 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.9 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.14 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:00 a.m.13 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:00 p.m.11 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
RustSec
RustSec
added 2024/12/19 12:00 p.m.11 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
Positive Technologies
Positive Technologies
added 2024/12/19 12:00 a.m.10 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:03 a.m.11 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.01324EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/12 12:00 a.m.10 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.01324EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/04 6:31 p.m.6 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.23 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
Rows per page
Query Builder