Lucene search
+L

13461 matches found

Cvelist
Cvelist
added 2026/04/08 8:49 p.m.65 views

CVE-2026-39892 cryptography has a buffer overflow if non-contiguous buffers were passed to APIs

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. From 45.0.0 to before 46.0.7, if a non-contiguous buffer was passed to APIs which accepted Python buffers e.g. Hash.update, this could lead to buffer overflows. This vulnerability is fixed in...

6.9CVSS0.00652EPSS
SaveExploits0References1
CVE
CVE
added 2026/04/08 8:49 p.m.200 views

CVE-2026-39892

CVE-2026-39892 affects the Python package cryptography. From 45.0.0 to before 46.0.7, passing a non-contiguous buffer to APIs that accept Python buffers (e.g., Hash.update()) could cause buffer overflows. The issue is fixed in version 46.0.7. Remediation: upgrade to cryptography 46.0.7 or later.

9.8CVSS6.1AI score0.00652EPSS
SaveExploits0References30Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/08 7:23 p.m.90 views

Cryptography vulnerable to buffer overflow if non-contiguous buffers were passed to APIs

If a non-contiguous buffer was passed to APIs which accepted Python buffers e.g. Hash.update, this could lead to buffer overflows. For example: python h = HashSHA256 b.updatebuf::-1 would read past the end of the buffer on Python 3.11...

9.8CVSS6.1AI score0.00652EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/04/08 7:23 p.m.11 views

GHSA-P423-J2CM-9VMQ Cryptography vulnerable to buffer overflow if non-contiguous buffers were passed to APIs

If a non-contiguous buffer was passed to APIs which accepted Python buffers e.g. Hash.update, this could lead to buffer overflows. For example: python h = HashSHA256 b.updatebuf::-1 would read past the end of the buffer on Python 3.11...

6.9CVSS6AI score0.00652EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/04/08 3:45 p.m.14 views

kernel: macvlan: fix error recovery in macvlan_common_newlink()

A use-after-free vulnerability was found in the macvlan driver. When creating a macvlan interface in source mode fails after the source MAC has been added to the hash table e.g., due to an invalid interface name, the hash entry still references the freed netdevice structure. Subsequent packets...

7.8CVSS5.8AI score0.00119EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/04/08 2:43 p.m.16 views

binutils: GNU Binutils Linker elflink.c get_link_hash_entry out-of-bounds

A flaw was found in binutils. Processing a specially crafted object file with the ld linker can trigger an out-of-bounds read in the getlinkhashentry function in the bfd/elflink.c file due to an improper check, causing a crash and resulting in a denial of service...

5.5CVSS6AI score0.00189EPSS
SaveExploits1References7
OSV
OSV
added 2026/04/08 2:28 p.m.5 views

SUSE-SU-2026:21035-1 Security update for libtpms

This update for libtpms fixes the following issues: - CVE-2025-49133: out-of-bounds OOB access due to HMAC signing issue leads to abort and vTPM DoS bsc1244528...

5.9CVSS5.8AI score0.0015EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/04/08 12:16 p.m.16 views

kernel: macvlan: fix error recovery in macvlan_common_newlink()

A use-after-free vulnerability was found in the macvlan driver. When creating a macvlan interface in source mode fails after the source MAC has been added to the hash table e.g., due to an invalid interface name, the hash entry still references the freed netdevice structure. Subsequent packets...

7.8CVSS5.8AI score0.00119EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/04/08 8:35 a.m.12 views

kernel: macvlan: fix error recovery in macvlan_common_newlink()

A use-after-free vulnerability was found in the macvlan driver. When creating a macvlan interface in source mode fails after the source MAC has been added to the hash table e.g., due to an invalid interface name, the hash entry still references the freed netdevice structure. Subsequent packets...

7.8CVSS6AI score0.00119EPSS
SaveExploits0References5
NVD
NVD
added 2026/04/08 6:16 a.m.8 views

CVE-2026-5082

Amon2::Plugin::Web::CSRFDefender versions from 7.00 through 7.03 for Perl generate an insecure session id. The generatesessionid function will attempt to read bytes from the /dev/urandom device, but if that is unavailable then it generates bytes using SHA-1 hash seeded with the built-in rand...

5.3CVSS0.00405EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/04/08 6:13 a.m.19 views

kernel: macvlan: fix possible UAF in macvlan_forward_source()

In the Linux kernel, the following vulnerability has been resolved: macvlan: fix possible UAF in macvlanforwardsource Add RCU protection on struct macvlansourceentry-vlan. Whenever macvlanhashdelsource is called, we must clear entry-vlan pointer before RCU grace period starts. This allows...

7.8CVSS5.9AI score0.00191EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/04/08 5:53 a.m.11 views

EUVD-2026-20063

Ado::Sessions versions through 0.935 for Perl generates insecure session ids. The session id is generated from a SHA-1 hash seeded with the built-in rand function, the epoch time, and the PID. The PID will come from a small set of numbers, and the epoch time may be guessed, if it is not leaked fr...

5.3CVSS5.8AI score0.00428EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/04/08 5:53 a.m.9 views

CVE-2026-5083 Ado::Sessions versions through 0.935 for Perl generates insecure session ids

Ado::Sessions versions through 0.935 for Perl generates insecure session ids. The session id is generated from a SHA-1 hash seeded with the built-in rand function, the epoch time, and the PID. The PID will come from a small set of numbers, and the epoch time may be guessed, if it is not leaked fr...

5.8AI score0.00428EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/04/08 5:15 a.m.16 views

kernel: macvlan: fix error recovery in macvlan_common_newlink()

A use-after-free vulnerability was found in the macvlan driver. When creating a macvlan interface in source mode fails after the source MAC has been added to the hash table e.g., due to an invalid interface name, the hash entry still references the freed netdevice structure. Subsequent packets...

7.8CVSS6AI score0.00119EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/04/08 3:38 a.m.12 views

kernel: macvlan: fix error recovery in macvlan_common_newlink()

A use-after-free vulnerability was found in the macvlan driver. When creating a macvlan interface in source mode fails after the source MAC has been added to the hash table e.g., due to an invalid interface name, the hash entry still references the freed netdevice structure. Subsequent packets...

7.8CVSS6AI score0.00119EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/04/08 3:26 a.m.23 views

kernel: macvlan: fix error recovery in macvlan_common_newlink()

A use-after-free vulnerability was found in the macvlan driver. When creating a macvlan interface in source mode fails after the source MAC has been added to the hash table e.g., due to an invalid interface name, the hash entry still references the freed netdevice structure. Subsequent packets...

7.8CVSS6AI score0.00119EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/04/08 12:05 a.m.17 views

Addressable has a Regular Expression Denial of Service in Addressable templates

Impact Within the URI template implementation in Addressable, two classes of URI template generate regular expressions vulnerable to catastrophic backtracking: 1. Templates using the explode modifier with any expansion operator e.g., foo, +var, var, /var, .var, ;var, ?var, &var generate patterns...

7.5CVSS5.8AI score0.0036EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/04/08 12:04 a.m.7 views

GHSA-69X8-HRGQ-FJJ8 LiteLLM: Password hash exposure and pass-the-hash authentication bypass

Impact Three issues combine into a full authentication bypass chain: 1. Weak hashing: User passwords are stored as unsalted SHA-256 hashes, making them vulnerable to rainbow table attacks and trivially identifying users with identical passwords. 2. Hash exposure: Multiple API endpoints /user/info...

8.6CVSS5.8AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/04/08 12:04 a.m.37 views

LiteLLM: Password hash exposure and pass-the-hash authentication bypass

Impact Three issues combine into a full authentication bypass chain: 1. Weak hashing: User passwords are stored as unsalted SHA-256 hashes, making them vulnerable to rainbow table attacks and trivially identifying users with identical passwords. 2. Hash exposure: Multiple API endpoints /user/info...

5.9AI score
SaveExploits0References2Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/04/08 12:00 a.m.5 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-006666)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-006666 advisory. In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix data-races around sysctlfibmultipathhashpolicy. While reading...

4.7CVSS6.3AI score0.00185EPSS
SaveExploits0References4
Rows per page
Query Builder