Lucene search
+L

24882 matches found

UbuntuCve
UbuntuCve
•added 2026/04/24 3:16 p.m.•18 views

CVE-2026-31657

In the Linux kernel, the following vulnerability has been resolved: batman-adv: hold claim backbone gateways by reference batadvblaaddclaim can replace claim-backbonegw and drop the old gateway's last reference while readers still follow the pointer. The netlink claim dump path dereferences...

9.8CVSS6.9AI score0.00755EPSS
SaveExploits0References38
OSV
OSV
•added 2026/04/24 3:16 p.m.•14 views

UBUNTU-CVE-2026-31663

In the Linux kernel, the following vulnerability has been resolved: xfrm: hold dev ref until after transportfinish NFHOOK After async crypto completes, xfrminputresume calls devput immediately on re-entry before the skb reaches transportfinish. The skb-dev pointer is then used inside NFHOOK and i...

7.8CVSS5.7AI score0.00133EPSS
SaveExploits0References4
OSV
OSV
•added 2026/04/24 3:16 p.m.•13 views

UBUNTU-CVE-2026-31548

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: cancel pmsrfreewk in cfg80211pmsrwdevdown When the nl80211 socket that originated a PMSR request is closed, cfg80211releasepmsr sets the request's nlportid to zero and schedules pmsrfreewk to process the abort...

7.8CVSS5.2AI score0.00176EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
•added 2026/04/24 3:16 p.m.•15 views

CVE-2026-31536

In the Linux kernel, the following vulnerability has been resolved: smb: server: let senddone handle a completion without IBSENDSIGNALED With smbdirectsendbatch processing we likely have requests without IBSENDSIGNALED, which will be destroyed in the final request that has IBSENDSIGNALED set. If...

9.8CVSS5.4AI score0.00649EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/04/24 3:16 p.m.•12 views

CVE-2026-31660

In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: allocate rx skb before consuming bytes pn532receivebuf reports the number of accepted bytes to the serdev core. The current code consumes bytes into recvskb and may already hand a complete frame to pn533recvframe befo...

5.5CVSS5.4AI score0.00162EPSS
SaveExploits0References29
OSV
OSV
•added 2026/04/24 3:16 p.m.•13 views

UBUNTU-CVE-2026-31665

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftct: fix use-after-free in timeout object destroy nftcttimeoutobjdestroy frees the timeout object with kfree immediately after nfctuntimeout, without waiting for an RCU grace period. Concurrent packet processing on...

7.8CVSS5.7AI score0.00179EPSS
SaveExploits0References30
UbuntuCve
UbuntuCve
•added 2026/04/24 3:16 p.m.•16 views

CVE-2026-31582

In the Linux kernel, the following vulnerability has been resolved: hwmon: powerz Fix use-after-free on USB disconnect After powerzdisconnect frees the URB and releases the mutex, a subsequent powerzread call can acquire the mutex and call powerzreaddata, which dereferences the freed URB pointer...

7.8CVSS6.5AI score0.0017EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
•added 2026/04/24 3:16 p.m.•15 views

CVE-2026-31586

In the Linux kernel, the following vulnerability has been resolved: mm: blk-cgroup: fix use-after-free in cgwbreleaseworkfn cgwbreleaseworkfn calls cssputwb-blkcgcss and then later accesses wb-blkcgcss again via blkcgunpinonline. If cssput drops the last reference, the blkcg can be freed...

7.8CVSS5.3AI score0.00174EPSS
SaveExploits0References34
UbuntuCve
UbuntuCve
•added 2026/04/24 3:16 p.m.•10 views

CVE-2026-31638

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Only put the call ref if one was acquired rxrpcinputpacketonconn can process a to-client packet after the current client call on the channel has already been torn down. In that case chan-call is NULL, rxrpctrygetcall retur...

7.5CVSS6.5AI score0.0063EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
•added 2026/04/24 3:16 p.m.•9 views

CVE-2026-31651

In the Linux kernel, the following vulnerability has been resolved: mmc: vub300: fix NULL-deref on disconnect Make sure to deregister the controller before dropping the reference to the driver data on disconnect to avoid NULL-pointer dereferences or use-after-free...

5.5CVSS5.4AI score0.00166EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
•added 2026/04/24 3:16 p.m.•12 views

CVE-2026-31543

In the Linux kernel, the following vulnerability has been resolved: crashdump: don't log dm-crypt key bytes in readkeyfromuserkeying When debug logging is enabled, readkeyfromuserkeying logs the first 8 bytes of the key payload and partially exposes the dm-crypt key. Stop logging any key bytes...

5.5CVSS5.3AI score0.0016EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/04/24 3:16 p.m.•10 views

CVE-2026-31569

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Handle the case that EIOINTC's coremap is empty EIOINTC's coremap in eiointcupdateswcoremap can be empty, currently we get a cpuid with -1 in this case, but we actually need 0 because it's similar as the case that...

7.3CVSS5.7AI score0.00159EPSS
SaveExploits0References2
OSV
OSV
•added 2026/04/24 3:16 p.m.•15 views

UBUNTU-CVE-2026-31664

In the Linux kernel, the following vulnerability has been resolved: xfrm: clear trailing padding in buildpolexpire buildexpire clears the trailing padding bytes of struct xfrmuserexpire after setting the hard field via memsetafter, but the analogous function buildpolexpire does not do this for...

5.5CVSS5.7AI score0.00171EPSS
SaveExploits0References30
OSV
OSV
•added 2026/04/24 3:16 p.m.•11 views

UBUNTU-CVE-2026-31579

In the Linux kernel, the following vulnerability has been resolved: wireguard: device: use exitrtnl callback instead of manual rtnllock in preexit wgnetnspreexit manually acquires rtnllock inside the pernet .preexit callback. This causes a hung task when another thread holds rtnlmutex - the...

5.5CVSS5.7AI score0.00162EPSS
SaveExploits0References8
OSV
OSV
•added 2026/04/24 3:16 p.m.•18 views

UBUNTU-CVE-2026-31654

In the Linux kernel, the following vulnerability has been resolved: mm/vma: fix memory leak in mmapregion commit 605f6586ecf7 "mm/vma: do not leak memory when .mmapprepare swaps the file" handled the success path by skipping getfile via filedoesntneedget, but missed the error path. When /dev/zero...

5.5CVSS5.8AI score0.00162EPSS
SaveExploits0References3
OSV
OSV
•added 2026/04/24 2:50 p.m.•34 views

CLSA-2026-1777042213 qemu-kvm: Fix of 2 CVEs

Fix CVE-2023-3255 qemu-kvm: VNC inflatebuffer infinite loop ELSCVE-57519 - Fix CVE-2023-6683 qemu-kvm: VNC clipboard NULL pointer dereference ELSCVE-57516...

6.5CVSS7.1AI score0.01891EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2026/04/24 2:45 p.m.•51 views

CVE-2026-31671 xfrm_user: fix info leak in build_report()

In the Linux kernel, the following vulnerability has been resolved: xfrmuser: fix info leak in buildreport struct xfrmuserreport is a u8 proto field followed by a struct xfrmselector which means there is three "empty" bytes of padding, but the padding is never zeroed before copying to userspace...

0.00171EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/04/24 2:44 p.m.•47 views

CVE-2026-31637 rxrpc: reject undecryptable rxkad response tickets

In the Linux kernel, the following vulnerability has been resolved: rxrpc: reject undecryptable rxkad response tickets rxkaddecryptticket decrypts the RXKAD response ticket and then parses the buffer as plaintext without checking whether cryptoskcipherdecrypt succeeded. A malformed RESPONSE can...

9.8CVSS0.00755EPSS
SaveExploits0References8
Debian CVE
Debian CVE
•added 2026/04/24 2:44 p.m.•32 views

CVE-2026-31635

In the Linux kernel, the following vulnerability has been resolved: rxrpc: fix oversized RESPONSE authenticator length check rxgkverifyresponse decodes authlen from the packet and is supposed to verify that it fits in the remaining bytes. The existing check is inverted, so oversized RESPONSE...

7.5CVSS5.2AI score0.0063EPSS
SaveExploits4
EUVD
EUVD
•added 2026/04/24 2:44 p.m.•27 views

EUVD-2026-25525

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix leak of rxgk context in rxgkverifyresponse Fix rxgkverifyresponse to clean up the rxgk context it creates...

5.3AI score0.0016EPSS
SaveExploits0References3
Rows per page
Query Builder