Lucene search
+L

29480 matches found

OSV
OSV
added 2026/04/24 3:16 p.m.10 views

DEBIAN-CVE-2026-31565

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix deadlock during netdev reset with active connections Resolve deadlock that occurs when user executes netdev reset while RDMA applications e.g., rping are active. The netdev reset causes ice driver to remove irdma...

5.5CVSS5.2AI score0.00097EPSS
SaveExploits0References1
NVD
NVD
added 2026/04/24 3:16 p.m.14 views

CVE-2026-31547

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix missing runtime PM reference in ccsmodestore ccsmodestore calls xegtreset which internally invokes xepmruntimegetnoresume. That function requires the caller to already hold an outer runtime PM reference and warns if...

5.5CVSS0.00107EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/24 3:16 p.m.5 views

DEBIAN-CVE-2026-31547

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix missing runtime PM reference in ccsmodestore ccsmodestore calls xegtreset which internally invokes xepmruntimegetnoresume. That function requires the caller to already hold an outer runtime PM reference and warns if...

5.5CVSS5.3AI score0.00107EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/04/24 3:16 p.m.18 views

CVE-2026-31547

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix missing runtime PM reference in ccsmodestore ccsmodestore calls xegtreset which internally invokes xepmruntimegetnoresume. That function requires the caller to already hold an outer runtime PM reference and warns if...

5.5CVSS5.4AI score0.00107EPSS
SaveExploits0References4
OSV
OSV
added 2026/04/24 2:45 p.m.13 views

CVE-2026-31649 net: stmmac: fix integer underflow in chain mode

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix integer underflow in chain mode The jumbofrm chain-mode implementation unconditionally computes len = nopagedlen - bmax; where nopagedlen = skbheadlenskb linear bytes only and bmax is BUFSIZE8KiB or BUFSIZE2KiB...

9.8CVSS6.1AI score
SaveExploits0References13
EUVD
EUVD
added 2026/04/24 2:45 p.m.13 views

EUVD-2026-25542

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix integer underflow in chain mode The jumbofrm chain-mode implementation unconditionally computes len = nopagedlen - bmax; where nopagedlen = skbheadlenskb linear bytes only and bmax is BUFSIZE8KiB or BUFSIZE2KiB...

6AI score0.00459EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/04/24 2:45 p.m.64 views

CVE-2026-31649 net: stmmac: fix integer underflow in chain mode

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix integer underflow in chain mode The jumbofrm chain-mode implementation unconditionally computes len = nopagedlen - bmax; where nopagedlen = skbheadlenskb linear bytes only and bmax is BUFSIZE8KiB or BUFSIZE2KiB...

9.8CVSS0.00459EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/04/24 2:45 p.m.9 views

CVE-2026-31649

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix integer underflow in chain mode The jumbofrm chain-mode implementation unconditionally computes len = nopagedlen - bmax; where nopagedlen = skbheadlenskb linear bytes only and bmax is BUFSIZE8KiB or BUFSIZE2KiB...

6.1AI score0.00459EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2026/04/24 2:45 p.m.79 views

CVE-2026-31649

The CVE-2026-31649 issue affects the Linux kernel’s stmmac driver, where jumbo_frm() can underflow when processing fragmented packets. If nopaged_len is small but skb->len is large, len = nopaged_len - buf_len (with buf_len clamped to min(nopaged_len, bmax)) can still yield a large unsigned va...

9.8CVSS6AI score0.00459EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2026/04/24 2:45 p.m.16 views

CVE-2026-31649

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix integer underflow in chain mode The jumbofrm chain-mode implementation unconditionally computes len = nopagedlen - bmax; where nopagedlen = skbheadlenskb linear bytes only and bmax is BUFSIZE8KiB or BUFSIZE2KiB...

9.8CVSS6.1AI score0.00459EPSS
SaveExploits0
CVE
CVE
added 2026/04/24 2:42 p.m.36 views

CVE-2026-31611

CVE-2026-31611 affects the Linux kernel's ksmbd path. The flaw occurs in parse_dacl() when comparing ACE SIDs to sid_unix_NFS_mode and subsequently reading sid.sub_auth[2] as the file mode. If the SID has only two sub-authorities, an ACE placed at the end of the ACL can cause sid.sub_auth[2] to r...

8.6CVSS5.4AI score0.00366EPSS
SaveExploits0References7Affected Software1
EUVD
EUVD
added 2026/04/24 2:42 p.m.13 views

EUVD-2026-25504

In the Linux kernel, the following vulnerability has been resolved: ksmbd: require 3 sub-authorities before reading subauth2 parsedacl compares each ACE SID against sidunixNFSmode and on match reads sid.subauth2 as the file mode. If sidunixNFSmode is the prefix S-1-5-88-3 with numsubauth = 2 then...

5.4AI score0.00366EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/04/24 2:42 p.m.5 views

CVE-2026-31611

In the Linux kernel, the following vulnerability has been resolved: ksmbd: require 3 sub-authorities before reading subauth2 parsedacl compares each ACE SID against sidunixNFSmode and on match reads sid.subauth2 as the file mode. If sidunixNFSmode is the prefix S-1-5-88-3 with numsubauth = 2 then...

8.6CVSS5.4AI score0.00366EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/04/24 2:42 p.m.13 views

CVE-2026-31611 ksmbd: require 3 sub-authorities before reading sub_auth[2]

In the Linux kernel, the following vulnerability has been resolved: ksmbd: require 3 sub-authorities before reading subauth2 parsedacl compares each ACE SID against sidunixNFSmode and on match reads sid.subauth2 as the file mode. If sidunixNFSmode is the prefix S-1-5-88-3 with numsubauth = 2 then...

8.6CVSS5.8AI score
SaveExploits0References10
Cvelist
Cvelist
added 2026/04/24 2:42 p.m.45 views

CVE-2026-31611 ksmbd: require 3 sub-authorities before reading sub_auth[2]

In the Linux kernel, the following vulnerability has been resolved: ksmbd: require 3 sub-authorities before reading subauth2 parsedacl compares each ACE SID against sidunixNFSmode and on match reads sid.subauth2 as the file mode. If sidunixNFSmode is the prefix S-1-5-88-3 with numsubauth = 2 then...

8.6CVSS0.00366EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/04/24 2:42 p.m.42 views

CVE-2026-31603 staging: sm750fb: fix division by zero in ps_to_hz()

In the Linux kernel, the following vulnerability has been resolved: staging: sm750fb: fix division by zero in pstohz pstohz is called from hwsm750crtcsetmode without validating that pixclock is non-zero. A zero pixclock passed via FBIOPUTVSCREENINFO causes a division by zero. Fix by rejecting zer...

0.00125EPSS
SaveExploits0References9
ATTACKERKB
ATTACKERKB
added 2026/04/24 2:35 p.m.13 views

CVE-2026-31565

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix deadlock during netdev reset with active connections Resolve deadlock that occurs when user executes netdev reset while RDMA applications e.g., rping are active. The netdev reset causes ice driver to remove irdma...

5.5CVSS5.8AI score0.00097EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2026/04/24 2:33 p.m.28 views

CVE-2026-31547

CVE-2026-31547 affects the Linux kernel DRM/xe driver. The flaw is a missing outer runtime PM reference in ccs_mode_store, where ccs_mode_store() calls xe_gt_reset() which invokes xe_pm_runtime_get_noresume() that requires an outer runtime PM reference. The result is a runtime PM protection warni...

5.5CVSS5.3AI score0.00107EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/04/24 2:33 p.m.44 views

CVE-2026-31547 drm/xe: Fix missing runtime PM reference in ccs_mode_store

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix missing runtime PM reference in ccsmodestore ccsmodestore calls xegtreset which internally invokes xepmruntimegetnoresume. That function requires the caller to already hold an outer runtime PM reference and warns if...

0.00107EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/04/24 2:33 p.m.9 views

EUVD-2026-25440

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix missing runtime PM reference in ccsmodestore ccsmodestore calls xegtreset which internally invokes xepmruntimegetnoresume. That function requires the caller to already hold an outer runtime PM reference and warns if...

5.3AI score0.00107EPSS
SaveExploits0References2
Rows per page
Query Builder