Lucene search
+L

280 matches found

EUVD
EUVD
added 2026/04/22 3:31 p.m.12 views

EUVD-2026-24799

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: check if extcaps is valid in BL setup LVDS connectors don't have extended backlight caps so check if the pointer is valid before accessing it. cherry picked from commit 3f797396d7f4eb9bb6eded184bbc6f033628a6f6...

5.7AI score0.00107EPSS
SaveExploits0References3
NVD
NVD
added 2026/04/22 2:16 p.m.11 views

CVE-2026-31510

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix null-ptr-deref on l2capsockreadycb Before using sk pointer, check if it is null. Fix the following: KASAN: null-ptr-deref in range 0x0000000000000260-0x0000000000000267 CPU: 0 UID: 0 PID: 5985 Comm:...

5.5CVSS0.00123EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2026/04/22 12:0 a.m.18 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the failure to check the validity of the extcaps pointer. This vulnerability may allow the LVDS...

5.5CVSS5.8AI score0.00107EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/04/22 12:0 a.m.14 views

PT-2026-34365

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the drm/amd/display component where the system fails to verify if the ext caps pointer is valid during backlight setup. This occurs because LVDS connectors do not...

5.5CVSS5.8AI score0.00107EPSS
SaveExploits0References11
NVD
NVD
added 2026/04/09 11:17 p.m.18 views

CVE-2026-5507

When restoring a session from cache, a pointer from the serialized session data is used in a free operation without validation. An attacker who can poison the session cache could trigger an arbitrary free. Exploitation requires the ability to inject a crafted session into the cache and for the...

4.1CVSS0.00172EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/04/09 10:18 p.m.5 views

CVE-2026-5507 Session Cache Restore — Arbitrary Free via Deserialized Pointer

When restoring a session from cache, a pointer from the serialized session data is used in a free operation without validation. An attacker who can poison the session cache could trigger an arbitrary free. Exploitation requires the ability to inject a crafted session into the cache and for the...

4.1CVSS5.9AI score0.00172EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2026/04/08 11:26 p.m.12 views

SUSE CVE-2026-31411

In the Linux kernel, the following vulnerability has been resolved: net: atm: fix crash due to unvalidated vcc pointer in sigdsend Reproducer available at 1. The ATM send path sendmsg - vccsendmsg - sigdsend reads the vcc pointer from msg-vcc and uses it directly without any validation. This...

5.5CVSS5.8AI score0.00131EPSS
SaveExploits0References19
EUVD
EUVD
added 2026/04/08 3:31 p.m.10 views

EUVD-2026-20469

In the Linux kernel, the following vulnerability has been resolved: net: atm: fix crash due to unvalidated vcc pointer in sigdsend Reproducer available at 1. The ATM send path sendmsg - vccsendmsg - sigdsend reads the vcc pointer from msg-vcc and uses it directly without any validation. This...

5.8AI score0.00131EPSS
SaveExploits0References9
NVD
NVD
added 2026/04/08 2:16 p.m.8 views

CVE-2026-31411

In the Linux kernel, the following vulnerability has been resolved: net: atm: fix crash due to unvalidated vcc pointer in sigdsend Reproducer available at 1. The ATM send path sendmsg - vccsendmsg - sigdsend reads the vcc pointer from msg-vcc and uses it directly without any validation. This...

5.5CVSS0.00131EPSS
SaveExploits0References10
ATTACKERKB
ATTACKERKB
added 2026/04/08 1:6 p.m.5 views

CVE-2026-31411

In the Linux kernel, the following vulnerability has been resolved: net: atm: fix crash due to unvalidated vcc pointer in sigdsend Reproducer available at 1. The ATM send path sendmsg - vccsendmsg - sigdsend reads the vcc pointer from msg-vcc and uses it directly without any validation. This...

5.8AI score0.00131EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2026/04/08 1:6 p.m.14 views

CVE-2026-31411 net: atm: fix crash due to unvalidated vcc pointer in sigd_send()

In the Linux kernel, the following vulnerability has been resolved: net: atm: fix crash due to unvalidated vcc pointer in sigdsend Reproducer available at 1. The ATM send path sendmsg - vccsendmsg - sigdsend reads the vcc pointer from msg-vcc and uses it directly without any validation. This...

5.9AI score
SaveExploits0References13
Positive Technologies
Positive Technologies
added 2026/04/08 12:0 a.m.7 views

PT-2026-31306

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw in the ATM send path sendmsg - vcc sendmsg - sigd send. The system reads the vcc pointer from msg-vcc without validation, and this pointer originates fro...

5.5CVSS5.9AI score0.00131EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/04/02 5:4 a.m.10 views

CVE-2026-3777

The application does not properly validate the lifetime and validity of internal view cache pointers after JavaScript changes the document zoom and page state. When a script modifies the zoom property and then triggers a page change, the original view object may be destroyed while stale pointers...

7.8CVSS6AI score0.00119EPSS
SaveExploits0References1
OSV
OSV
added 2026/03/23 1:40 p.m.13 views

CLSA-2026-1774273237 libtiff: Fix of CVE-2025-61143

CVE-2025-61143: fix NULL pointer dereference in tiffcrop add null checks and pointer validation, prevent crash...

5.5CVSS5.8AI score0.00113EPSS
SaveExploits0References1
CVE
CVE
added 2026/03/18 5:1 p.m.31 views

CVE-2026-23251

The CVE-2026-23251 issue affects the Linux kernel XFS code: destructors xfarray/xfblob were invoked on possibly-invalid pointers. The patch ensures xf{array,blob}_destroy is only called for a valid pointer and clears it afterwards, improving memory safety. The fix was merged in commits between 6....

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/03/18 5:1 p.m.28 views

CVE-2026-23251 xfs: only call xf{array,blob}_destroy if we have a valid pointer

In the Linux kernel, the following vulnerability has been resolved: xfs: only call xfarray,blobdestroy if we have a valid pointer Only call the xfarray and xfblob destructor if we have a valid pointer, and be sure to null out that pointer afterwards. Note that this patch fixes a large number of...

0.00122EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/03/18 5:1 p.m.3 views

CVE-2026-23251

In the Linux kernel, the following vulnerability has been resolved: xfs: only call xfarray,blobdestroy if we have a valid pointer Only call the xfarray and xfblob destructor if we have a valid pointer, and be sure to null out that pointer afterwards. Note that this patch fixes a large number of...

5.7AI score0.00122EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/03/04 4:37 p.m.10 views

CLSA-2026-1772642268 libtiff: Fix of CVE-2025-61145

CVE-2025-61145: fix double free in tiffcrop; add pointer validation and guard against second free...

5.5CVSS5.8AI score0.00131EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2026/02/18 12:0 a.m.13 views

Linux kernel 安全漏洞

The Linux kernel is the kernel used by the Linux operating system developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the failure to validate pointers before releasing memory, potentially leading to null pointer...

5.5CVSS5.8AI score0.00239EPSS
SaveExploits0References8
OSV
OSV
added 2026/01/23 4:15 p.m.10 views

UBUNTU-CVE-2026-22982

In the Linux kernel, the following vulnerability has been resolved: net: mscc: ocelot: Fix crash when adding interface under a lag Commit 15faa1f67ab4 "lan966x: Fix crash when adding interface under a lag" fixed a similar issue in the lan966x driver caused by a NULL pointer dereference. The...

5.5CVSS5.9AI score0.00121EPSS
SaveExploits0References33
Rows per page
Query Builder