Lucene search
+L

2298 matches found

EUVD
EUVD
added 2026/07/19 12:2 p.m.11 views

EUVD-2026-45463

In the Linux kernel, the following vulnerability has been resolved: rpmsg: char: Fix use-after-free on probe error path rpmsgchrdevprobe stores the newly allocated eptdev in the default endpoint's priv pointer before calling rpmsgchrdeveptdevadd. If rpmsgchrdeveptdevadd then fails, its error path...

5.3AI score0.00146EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/19 12:2 p.m.50 views

CVE-2026-63797

The CVE-2026-63797 fix addresses a use-after-free in the Linux kernel rpmsg character device path. If rpmsg_chrdev_eptdev_add() fails after rpmsg_chrdev_probe() stores the new eptdev in the default endpoint’s priv pointer, the eptdev may be freed while callbacks still access the stale priv. The p...

8.4CVSS5.4AI score0.00146EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/07/19 12:2 p.m.11 views

EUVD-2026-45461

In the Linux kernel, the following vulnerability has been resolved: 9p: avoid putting oldfid in p9clientwalk error path When p9clientwalk is called with clone set to false, fid aliases oldfid. If the walk subsequently fails after the request has been sent, the error path jumps to clunkfid, which...

5.4AI score0.00477EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/19 12:2 p.m.9 views

CVE-2026-63795

In the Linux kernel, the following vulnerability has been resolved: 9p: avoid putting oldfid in p9clientwalk error path When p9clientwalk is called with clone set to false, fid aliases oldfid. If the walk subsequently fails after the request has been sent, the error path jumps to clunkfid, which...

10CVSS5.3AI score0.00477EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 12:2 p.m.42 views

CVE-2026-63795 9p: avoid putting oldfid in p9_client_walk() error path

In the Linux kernel, the following vulnerability has been resolved: 9p: avoid putting oldfid in p9clientwalk error path When p9clientwalk is called with clone set to false, fid aliases oldfid. If the walk subsequently fails after the request has been sent, the error path jumps to clunkfid, which...

10CVSS0.00477EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/19 12:2 p.m.6 views

CVE-2026-63795 9p: avoid putting oldfid in p9_client_walk() error path

In the Linux kernel, the following vulnerability has been resolved: 9p: avoid putting oldfid in p9clientwalk error path When p9clientwalk is called with clone set to false, fid aliases oldfid. If the walk subsequently fails after the request has been sent, the error path jumps to clunkfid, which...

10CVSS5.4AI score
SaveExploits0References9
CVE
CVE
added 2026/07/19 12:2 p.m.50 views

CVE-2026-63795

CVE-2026-63795 affects the Linux kernel 9p client implementation. The issue occurs when p9_client_walk() is called with clone=false and the fid aliases oldfid; if the walk fails after a request is sent, the error path may clunk the fid and destroy oldfid even when the caller still owns it, causin...

10CVSS5.4AI score0.00477EPSS
SaveExploits0References6Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/19 12:2 p.m.9 views

CVE-2026-53402

In the Linux kernel, the following vulnerability has been resolved: fbdev: fbcon: fix out-of-bounds read in errout of fbcondosetfont When fbcondosetfont fails e.g., due to a memory allocation failure inside vcresize under heavy memory pressure, it jumps to the errout label to roll back the consol...

7.1CVSS5.4AI score0.00135EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2026/07/19 12:2 p.m.25 views

CVE-2026-53402

The CVE-2026-53402 issue affects the Linux kernel’s fbdev/fbcon path. When fbcon_do_set_font() fails (e.g., vc_resize() under memory pressure), the error path (err_out) only rolls back vc_font.charcount and neglects to restore hi_font state and the screen buffer. This leaves vc_hi_font_mask set, ...

7.1CVSS5.6AI score0.00135EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2026/07/19 12:2 p.m.9 views

CVE-2026-53402

In the Linux kernel, the following vulnerability has been resolved: fbdev: fbcon: fix out-of-bounds read in errout of fbcondosetfont When fbcondosetfont fails e.g., due to a memory allocation failure inside vcresize under heavy memory pressure, it jumps to the errout label to roll back the consol...

7.1CVSS5.4AI score0.00135EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/07/19 12:1 p.m.7 views

CVE-2026-53396

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix posixacl leak and ignored error in nfsd4createfile nfsd4createfile has two bugs in its ACL handling: The return value of nfsd4acltoattr is silently discarded. When the NFSv4-to-POSIX ACL conversion fails e.g., -EINVAL f...

5.2AI score0.00268EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/07/19 12:1 p.m.13 views

EUVD-2026-45518

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix posixacl leak and ignored error in nfsd4createfile nfsd4createfile has two bugs in its ACL handling: The return value of nfsd4acltoattr is silently discarded. When the NFSv4-to-POSIX ACL conversion fails e.g., -EINVAL f...

5.4AI score0.00268EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/19 12:1 p.m.6 views

CVE-2026-53396 nfsd: fix posix_acl leak and ignored error in nfsd4_create_file

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix posixacl leak and ignored error in nfsd4createfile nfsd4createfile has two bugs in its ACL handling: The return value of nfsd4acltoattr is silently discarded. When the NFSv4-to-POSIX ACL conversion fails e.g., -EINVAL f...

7.1CVSS5.4AI score
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/19 10:2 a.m.8 views

CVE-2026-53379

In the Linux kernel, the following vulnerability has been resolved: media: i2c: ov8856: free control handler on error in ov8856initcontrols The control handler wasn't freed if adding controls failed, add an error exit label and convert the existing error return to use it...

5.4AI score0.0012EPSS
SaveExploits0References8Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.16 views

PT-2026-61202

In the Linux kernel, the following vulnerability has been resolved: drm/gem: fix race between change handle and handle delete drm gem change handle ioctl leaves the old handle live in the IDR during the window between spin unlocktable lock and the final spin locktable lock. A concurrent drm gem...

5.3AI score0.00161EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.11 views

PT-2026-61101

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The nfsd4 create file function contains two issues related to Access Control List ACL handling. First, the return value of the nfsd4 acl to attr function is ignored. If the conversion fr...

10CVSS5.2AI score0.0069EPSS
SaveExploits0References75
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.15 views

PT-2026-61361

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the OpenVPN implementation where the ovpn nl peer new doit function error path calls ovpn peer release directly instead of using ovpn peer put. This bypasses the kref...

7.8CVSS4.8AI score0.00172EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.9 views

PT-2026-61472

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the ath11k wifi driver where memory leaks occur during certain WMI WOW calls. The problem arises because the return value of the ath11k wmi cmd send function is return...

5.4AI score0.00173EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.14 views

PT-2026-61467

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the netfilter module, specifically within the nft inner component. In the error path, the local bh enable function is called before local unlock nested bh, which resul...

9.8CVSS5.1AI score0.00442EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.18 views

PT-2026-61478

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak occurs in the icssm prueth probe function within the net: ti: icssm-prueth component. The issue arises when of property read u32 fails, causing the function to return witho...

5.1AI score0.00167EPSS
SaveExploits0
Rows per page
Query Builder