Lucene search
+L

938690 matches found

Debian CVE
Debian CVE
•added 2026/09/25 10:22 a.m.•5 views

CVE-2026-97601

In the Linux kernel, the following vulnerability has been resolved: ieee802154: 6lowpan: fix NULL dereference in lowpannewlink TUNSETLINK allows a TUN device to change its link-layer type to ARPHRDIEEE802154 without initializing ieee802154ptr. lowpannewlink checks only the device type before...

5.6AI score0.002EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/09/25 10:22 a.m.•31 views

CVE-2026-97601 ieee802154: 6lowpan: fix NULL dereference in lowpan_newlink

In the Linux kernel, the following vulnerability has been resolved: ieee802154: 6lowpan: fix NULL dereference in lowpannewlink TUNSETLINK allows a TUN device to change its link-layer type to ARPHRDIEEE802154 without initializing ieee802154ptr. lowpannewlink checks only the device type before...

0.002EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/25 10:22 a.m.•5 views

EUVD-2026-86732

In the Linux kernel, the following vulnerability has been resolved: ieee802154: 6lowpan: fix NULL dereference in lowpannewlink TUNSETLINK allows a TUN device to change its link-layer type to ARPHRDIEEE802154 without initializing ieee802154ptr. lowpannewlink checks only the device type before...

5.6AI score0.002EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/25 10:22 a.m.•9 views

CVE-2026-97601

The Linux kernel contains a vulnerability in the ieee802154: 6lowpan component where a NULL pointer dereference can occur in the lowpan_newlink() function. This issue is triggered when an RTM_NEWLINK request allows a TUN device to change its link-layer type to ARPHRD_IEEE802154 via TUNSETLINK wit...

5.6AI score0.002EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/25 10:22 a.m.•1 views

CVE-2026-97600 ieee802154: cc2520: fix FIFOP work use-after-free

In the Linux kernel, the following vulnerability has been resolved: ieee802154: cc2520: fix FIFOP work use-after-free The FIFOP interrupt handler queues cc2520fifopirqwork. On removal, cc2520remove only flushes the work. The devm-managed FIFOP IRQ remains active until after -remove returns and ca...

5.8AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/25 10:22 a.m.•1 views

CVE-2026-97599 ieee802154: hwsim: serialize pib updates to fix double-free

In the Linux kernel, the following vulnerability has been resolved: ieee802154: hwsim: serialize pib updates to fix double-free hwsimupdatepib does an unserialized read-swap-free of phy-pib: pibold = rtnldereferencephy-pib; ... rcuassignpointerphy-pib, pib; kfreercupibold, rcu; It assumes the RTN...

5.8AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/25 10:22 a.m.•1 views

CVE-2026-97597 ipv6: flowlabel: cap duplicate leases per socket

In the Linux kernel, the following vulnerability has been resolved: ipv6: flowlabel: cap duplicate leases per socket ipv6flowlabelget allocates an ipv6flsocklist entry for every successful GET. The recheck path for a compatible existing flowlabel links another lease without applying any lease...

5.8AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 10:22 a.m.•1 views

CVE-2026-97598 ipv4: fib: bound automatic table ID allocation

In the Linux kernel, the following vulnerability has been resolved: ipv4: fib: bound automatic table ID allocation fibemptytable probes every table ID from 1 until it finds a free one. IPv4 tables are stored in a 256-bucket hash table, so a dense set of IDs makes each probe walk a growing hash...

5.8AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/25 10:22 a.m.•2 views

CVE-2026-97595 mac802154: fix use-after-free of sdata via queued RX frames

In the Linux kernel, the following vulnerability has been resolved: mac802154: fix use-after-free of sdata via queued RX frames The RX softirq producer ieee802154subifframe queues received beacon and MAC-command frames onto local-rxbeaconlist / rxmaccmdlist and schedules a process-context worker,...

7.5CVSS6.6AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/25 10:22 a.m.•1 views

CVE-2026-97596 ipvs: reject invalid states in connection template sync records

In the Linux kernel, the following vulnerability has been resolved: ipvs: reject invalid states in connection template sync records IPVS sync receivers validate protocol states before creating or updating a connection. For connection templates, however, they only log states outside the template...

5.7AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/25 10:22 a.m.•1 views

CVE-2026-97594 landlock: Fix use-after-free of the source's parent directory

In the Linux kernel, the following vulnerability has been resolved: landlock: Fix use-after-free of the source's parent directory currentcheckreferpath reads olddentry-dparent without holding a reference nor a lock on it, and then dereferences it in collectdomainaccesses and in the audit record. ...

7.8CVSS6.5AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 10:22 a.m.•2 views

CVE-2026-97592 s390/crypto: Fix missing scrub of temp buffers with AES ctr and gcm algorithm

In the Linux kernel, the following vulnerability has been resolved: s390/crypto: Fix missing scrub of temp buffers with AES ctr and gcm algorithm In function ctraescrypt there is a buffer used to process remaining bytes AESBLOCKSIZE. This buffer was not scrubbed and thus could lead to expose of...

5.9AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/25 10:22 a.m.•2 views

CVE-2026-97593 iommu/s390: Fix NULL dereference in iova_to_phys() with ZPCI_TABLE_TYPE_RFX

In the Linux kernel, the following vulnerability has been resolved: iommu/s390: Fix NULL dereference in iovatophys with ZPCITABLETYPERFX When using a 5-level translation table via ZPCITABLETYPERFX getrsofromiova returns NULL when the region-first entry is invalid. Yet in getrtofromiova the...

5.7AI score
SaveExploits0References6
Cvelist
Cvelist
•added 2026/09/25 10:22 a.m.•29 views

CVE-2026-97591 s390/crypto: Fix handling of EBUSY in PHMAC when req is pushed to crypto engine

In the Linux kernel, the following vulnerability has been resolved: s390/crypto: Fix handling of EBUSY in PHMAC when req is pushed to crypto engine When a request is transferred to the engine via cryptotransferhashrequesttoengine there are two return codes signaling a successful transfer:...

0.00198EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/25 10:22 a.m.•2 views

CVE-2026-97591 s390/crypto: Fix handling of EBUSY in PHMAC when req is pushed to crypto engine

In the Linux kernel, the following vulnerability has been resolved: s390/crypto: Fix handling of EBUSY in PHMAC when req is pushed to crypto engine When a request is transferred to the engine via cryptotransferhashrequesttoengine there are two return codes signaling a successful transfer:...

5.8AI score
SaveExploits0References6
OSV
OSV
•added 2026/09/25 10:22 a.m.•2 views

CVE-2026-97590 s390/crypto: Fix missing scrub of temp buffers with PAES algorithm

In the Linux kernel, the following vulnerability has been resolved: s390/crypto: Fix missing scrub of temp buffers with PAES algorithm In function ctrpaesdocrypt there is a buffer used to process remaining bytes AESBLOCKSIZE. This buffer was not scrubbed and thus could lead to expose of unwanted...

5.9AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/09/25 10:22 a.m.•3 views

EUVD-2026-86899

In the Linux kernel, the following vulnerability has been resolved: s390/crypto: Fix handling of EBUSY in PHMAC when req is pushed to crypto engine When a request is transferred to the engine via cryptotransferhashrequesttoengine there are two return codes signaling a successful transfer:...

5.8AI score0.00198EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2026/09/25 10:22 a.m.•5 views

CVE-2026-97591

In the Linux kernel, the following vulnerability has been resolved: s390/crypto: Fix handling of EBUSY in PHMAC when req is pushed to crypto engine When a request is transferred to the engine via cryptotransferhashrequesttoengine there are two return codes signaling a successful transfer:...

5.8AI score0.00198EPSS
SaveExploits0
CVE
CVE
•added 2026/09/25 10:22 a.m.•9 views

CVE-2026-97591

The Linux kernel (specifically the s390/crypto architecture) contained a logic flaw in how it handled return codes when pushing requests to the crypto engine. In the PHMAC function, the crypto_transfer_hash_request_to_engine() call could return EBUSY in addition to EINPROGRESS to signal a success...

5.8AI score0.00198EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/25 10:22 a.m.•8 views

CVE-2026-97589

The Linux kernel contains a vulnerability in the s390/crypto subsystem where asynch callbacks return an incorrect error code. Specifically, when crypto_finalize_hash_request() or crypto_finalize_skcipher_request() explicitly completes a request, the do_one_request callback must return 0. Returnin...

7CVSS5.8AI score0.00143EPSS
SaveExploits0References3
Rows per page
Query Builder