Lucene search
+L

249895 matches found

UbuntuCve
UbuntuCve
added 2026/08/15 1:18 p.m.8 views

CVE-2026-74557

In the Linux kernel, the following vulnerability has been resolved: scsi: libiscsi: Fix stale-data leak into the SCSI sense buffer iscsiscsicmdrsp copies the sense data of a SCSI Response from the target-supplied data segment. The segment carries a 2-byte sense length followed by the sense bytes,...

7.5CVSS5.4AI score0.00329EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/15 1:18 p.m.7 views

CVE-2026-74550

In the Linux kernel, the following vulnerability has been resolved: net: do not send ICMP/NDISC Redirects when peer allocation fails When inetgetpeerv4 or inetgetpeerv6 fails to allocate a peer entry under memory pressure or tree size caps, redirect handlers previously fell back to sending...

7.5CVSS5.5AI score0.00479EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/15 1:18 p.m.7 views

CVE-2026-74567

In the Linux kernel, the following vulnerability has been resolved: keys: fix out-of-bounds read in keyringgetkeychunk For description-level chunks keyringgetkeychunk advances the read pointer by level sizeoflong past the inline prefix but only bounds-checks the prefix, so a long enough key...

7.1CVSS5.4AI score0.00117EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/15 1:18 p.m.9 views

CVE-2026-74554

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix out-of-bounds clearbit in ath12kmacdppeercleanup ath12kmacdppeercleanup clears the ML peer ID slot on the freemlpeeridmap bitmap by indexing it with dppeer-peerid. That is wrong: dppeer-peerid for an MLO peer...

8.8CVSS5.4AI score0.00204EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/15 1:18 p.m.8 views

CVE-2026-74555

In the Linux kernel, the following vulnerability has been resolved: scsi: libsas: Fix HA resume deadlock and hisisas disk-wake race Commit fbefe22811c3 "scsi: libsas: Don't always drain event workqueue for HA resume" introduced sasresumehanosync to avoid a deadlock: the PHYERESUMETIMEOUT handler,...

5.6AI score0.00161EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/15 1:18 p.m.10 views

CVE-2026-74565

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: make nftobject rhltable per table The nftobject rhltable is global, this allows for accessing objects that are being dismangled from lookup path by other existing netns. Given the nftobjdestroy releases the...

7.8CVSS5.6AI score0.00116EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/08/15 1:18 p.m.10 views

CVE-2026-74573

In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu-v3-iommufd: Require exactly one Stream ID for a vDEVICE armvsmmuvsidtosid maps a guest's vSID to a single physical Stream ID taken from master-streams0, assuming a device has exactly one stream. A device with sever...

9.3CVSS5.3AI score0.00131EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/08/15 1:18 p.m.9 views

CVE-2026-74549

In the Linux kernel, the following vulnerability has been resolved: hwmon: nct6775-core Prevent access to unsupported weight registers Sashiko reports: During initialization of the nct6116 chip, the driver sets data-pwmnum to 5. However, it assigns several NCT6106 register arrays such as...

7.8CVSS5.5AI score0.0013EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/15 1:18 p.m.11 views

CVE-2026-74566

In the Linux kernel, the following vulnerability has been resolved: keys: make keyring key-chunk byte order agree with keyringdiffobjects keyringgetkeychunk loads description bytes into the index chunk low address first, while keyringdiffobjects numbers the first differing bit from the low end an...

5.5AI score0.00165EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/15 1:18 p.m.7 views

CVE-2026-74556

In the Linux kernel, the following vulnerability has been resolved: scsi: libiscsitcp: Bound SCSI Response data segment to the connection buffer iscsitcphdrdissect receives the data segment of several PDU types into the fixed-size conn-data buffer, which is allocated for ISCSIDEFMAXRECVSEGLEN 819...

9.8CVSS5.4AI score0.00399EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/15 1:18 p.m.9 views

CVE-2026-74562

In the Linux kernel, the following vulnerability has been resolved: nexthop: take nh-lock for f6ilist walks in replace check and notify fib6checknhlist and nexthopreplacenotify walk nh-f6ilist during an RTNL-serialized nexthop replace without holding nh-lock. IPv6 RTMNEWROUTE/RTMDELROUTE run...

8.8CVSS5.5AI score0.00113EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 1:18 p.m.5 views

UBUNTU-CVE-2026-74570

In the Linux kernel, the following vulnerability has been resolved: ntfs: harden runlist realloc size calculations Add a shared helper to safely convert runlist element counts to byte sizes using overflow checks, and use it in both ntfsrlrealloc and ntfsrlreallocnofail...

9.8CVSS5.4AI score0.00308EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 1:18 p.m.5 views

UBUNTU-CVE-2026-74558

In the Linux kernel, the following vulnerability has been resolved: xsk: reclaim invalid Tx descriptors in ZC batch path The zero-copy Tx batch parser stops when it encounters an invalid descriptor. If this happens after one or more continuation descriptors, the Tx consumer can be advanced past...

5.5AI score0.00145EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 1:18 p.m.7 views

UBUNTU-CVE-2026-74563

In the Linux kernel, the following vulnerability has been resolved: rds: tcp: hold the RCU lock across ipv6chkaddr in rdstcpladdrcheck rdstcpladdrcheck looks up a scoped IPv6 interface with devgetbyindexrcu, drops the RCU read-side lock, and only then passes the bare struct netdevice into...

7.8CVSS5.3AI score0.00117EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 1:18 p.m.9 views

UBUNTU-CVE-2026-74557

In the Linux kernel, the following vulnerability has been resolved: scsi: libiscsi: Fix stale-data leak into the SCSI sense buffer iscsiscsicmdrsp copies the sense data of a SCSI Response from the target-supplied data segment. The segment carries a 2-byte sense length followed by the sense bytes,...

7.5CVSS5.6AI score0.00329EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 1:18 p.m.5 views

UBUNTU-CVE-2026-74550

In the Linux kernel, the following vulnerability has been resolved: net: do not send ICMP/NDISC Redirects when peer allocation fails When inetgetpeerv4 or inetgetpeerv6 fails to allocate a peer entry under memory pressure or tree size caps, redirect handlers previously fell back to sending...

7.5CVSS5.4AI score0.00479EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 1:18 p.m.5 views

UBUNTU-CVE-2026-74569

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconntracksip: widen NAT rewrite delta to s32 in siphelptcp siphelptcp stores the size change of each NAT-rewritten SIP message in s16 diff and accumulates it in s16 tdiff, but a single message can grow by more than...

9.8CVSS5.5AI score0.00388EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 1:18 p.m.7 views

UBUNTU-CVE-2026-74547

In the Linux kernel, the following vulnerability has been resolved: hwmon: adt7470 Fix busy-loop and I2C flooding in update thread When userspace configures 'autoupdateinterval' to 0 via sysfs, the background kthread executes scheduletimeoutinterruptible0, which returns immediately. If...

5.4AI score0.00177EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/08/15 1:18 p.m.10 views

CVE-2026-74551

In the Linux kernel, the following vulnerability has been resolved: hwmon: nzxt-smart2 DMA-align output buffer Sashiko reports: When sendoutputreport calls hidhwoutputreport, the underlying USB HID core calls usbinterruptmsg which maps this buffer directly for DMA. When the DMA mapping flushes or...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 1:18 p.m.5 views

UBUNTU-CVE-2026-74566

In the Linux kernel, the following vulnerability has been resolved: keys: make keyring key-chunk byte order agree with keyringdiffobjects keyringgetkeychunk loads description bytes into the index chunk low address first, while keyringdiffobjects numbers the first differing bit from the low end an...

5.3AI score0.00165EPSS
SaveExploits0References8
Rows per page
Query Builder