Lucene search
+L

292975 matches found

Cvelist
Cvelist
•added 2026/09/17 4:06 p.m.•27 views

CVE-2026-90102 NFSv4/pnfs: key the data server cache on the NFS version

In the Linux kernel, the following vulnerability has been resolved: NFSv4/pnfs: key the data server cache on the NFS version nfs4pnfsdsadd keys the per-net data server cache on the multipath address set alone, and struct nfs4pnfsds records no version. That suffices for the files layout driver,...

7.5CVSS0.00716EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/17 4:06 p.m.•7 views

CVE-2026-90102 NFSv4/pnfs: key the data server cache on the NFS version

In the Linux kernel, the following vulnerability has been resolved: NFSv4/pnfs: key the data server cache on the NFS version nfs4pnfsdsadd keys the per-net data server cache on the multipath address set alone, and struct nfs4pnfsds records no version. That suffices for the files layout driver,...

7.5CVSS5.8AI score
SaveExploits0References11
CVE
CVE
•added 2026/09/17 4:06 p.m.•19 views

CVE-2026-90101

CVE-2026-90101 affects the bnxt_en driver in the Linux kernel. The driver calls hwmon_notify_event() with the platform device as its first parameter instead of the expected hardware monitoring device . This API contract violation results in undefined behavior and may lead to a crash . The fix pas...

5.8AI score0.00209EPSS
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/17 4:06 p.m.•11 views

CVE-2026-90102

In the Linux kernel, the following vulnerability has been resolved: NFSv4/pnfs: key the data server cache on the NFS version nfs4pnfsdsadd keys the per-net data server cache on the multipath address set alone, and struct nfs4pnfsds records no version. That suffices for the files layout driver,...

7.5CVSS5.8AI score0.00716EPSS
SaveExploits0
EUVD
EUVD
•added 2026/09/17 4:06 p.m.•10 views

EUVD-2026-81695

In the Linux kernel, the following vulnerability has been resolved: NFSv4/pnfs: key the data server cache on the NFS version nfs4pnfsdsadd keys the per-net data server cache on the multipath address set alone, and struct nfs4pnfsds records no version. That suffices for the files layout driver,...

5.8AI score0.00716EPSS
SaveExploits0References8
Debian CVE
Debian CVE
•added 2026/09/17 4:06 p.m.•10 views

CVE-2026-90101

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix call to hardware monitoring event handler The first parameter of hwmonnotifyevent is supposed to be the hardware monitoring device. The bnxt driver calls it with the platform device as first parameter instead. This AP...

5.8AI score0.00209EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/09/17 4:06 p.m.•28 views

CVE-2026-90100 ptp: netc: fix period truncation and potential divide-by-zero in PEROUT

In the Linux kernel, the following vulnerability has been resolved: ptp: netc: fix period truncation and potential divide-by-zero in PEROUT The maxperiod bound in nettimerenableperout was computed as: maxperiod = u64NETCTMRDEFAULTFIPER + integralperiod; which exceeds U32MAX when integralperiod 0...

0.00206EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/17 4:06 p.m.•18 views

CVE-2026-90100

CVE-2026-90100 affects the Linux kernel PTP (Precision Time Protocol) netc driver. The root cause is a period truncation in net_timer_enable_perout(): a u64 max_period bound exceeds U32_MAX when integral_period > 0, allowing a period_ns value to pass the range check but be silently truncated t...

5.8AI score0.00206EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/17 4:06 p.m.•10 views

CVE-2026-90100 ptp: netc: fix period truncation and potential divide-by-zero in PEROUT

In the Linux kernel, the following vulnerability has been resolved: ptp: netc: fix period truncation and potential divide-by-zero in PEROUT The maxperiod bound in nettimerenableperout was computed as: maxperiod = u64NETCTMRDEFAULTFIPER + integralperiod; which exceeds U32MAX when integralperiod 0...

5.8AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/09/17 4:06 p.m.•11 views

EUVD-2026-81961

In the Linux kernel, the following vulnerability has been resolved: ptp: netc: fix period truncation and potential divide-by-zero in PEROUT The maxperiod bound in nettimerenableperout was computed as: maxperiod = u64NETCTMRDEFAULTFIPER + integralperiod; which exceeds U32MAX when integralperiod 0...

5.8AI score0.00206EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2026/09/17 4:06 p.m.•12 views

CVE-2026-90100

In the Linux kernel, the following vulnerability has been resolved: ptp: netc: fix period truncation and potential divide-by-zero in PEROUT The maxperiod bound in nettimerenableperout was computed as: maxperiod = u64NETCTMRDEFAULTFIPER + integralperiod; which exceeds U32MAX when integralperiod 0...

5.8AI score0.00206EPSS
SaveExploits0
CVE
CVE
•added 2026/09/17 4:06 p.m.•12 views

CVE-2026-90098

CVE-2026-90098 affects the Linux kernel sparx5 network driver. The root cause is that sparx5_set_rx_mode() executes with netif_addr_lock_bh held (an atomic context), yet calls sparx5_mact_learn() / sparx5_mact_forget() , which acquire a mutex and poll the MAC access command register via readx_pol...

5.8AI score0.00198EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/17 4:06 p.m.•9 views

EUVD-2026-81960

In the Linux kernel, the following vulnerability has been resolved: net/sched: account classifier filter allocations to memcg Allocations in the tc classifier change paths filter objects, per-CPU counters, and per-filter aux data use plain GFPKERNEL without GFPACCOUNT, allowing unprivileged users...

5.8AI score0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/17 4:06 p.m.•26 views

CVE-2026-90098 net: sparx5: fix sleep in atomic context in MAC table access

In the Linux kernel, the following vulnerability has been resolved: net: sparx5: fix sleep in atomic context in MAC table access sparx5setrxmode runs with netifaddrlockbh held and iterates dev-mc via devmcsync, which per address calls sparx5mcsync / sparx5mcunsync - sparx5mactlearn /...

0.00198EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/17 4:06 p.m.•12 views

EUVD-2026-81959

In the Linux kernel, the following vulnerability has been resolved: net: sparx5: fix sleep in atomic context in MAC table access sparx5setrxmode runs with netifaddrlockbh held and iterates dev-mc via devmcsync, which per address calls sparx5mcsync / sparx5mcunsync - sparx5mactlearn /...

5.8AI score0.00198EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/17 4:06 p.m.•22 views

CVE-2026-90099

CVE-2026-90099 affects the Linux kernel's net/sched (traffic control) subsystem. Allocations in tc classifier *_change() paths use GFP_KERNEL without __GFP_ACCOUNT , allowing unprivileged users in a user+network namespace to pin kernel memory outside memcg charging by creating large numbers of tc...

5.8AI score0.00198EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/17 4:06 p.m.•8 views

CVE-2026-90098 net: sparx5: fix sleep in atomic context in MAC table access

In the Linux kernel, the following vulnerability has been resolved: net: sparx5: fix sleep in atomic context in MAC table access sparx5setrxmode runs with netifaddrlockbh held and iterates dev-mc via devmcsync, which per address calls sparx5mcsync / sparx5mcunsync - sparx5mactlearn /...

5.8AI score
SaveExploits0References5
Debian CVE
Debian CVE
•added 2026/09/17 4:06 p.m.•11 views

CVE-2026-90099

In the Linux kernel, the following vulnerability has been resolved: net/sched: account classifier filter allocations to memcg Allocations in the tc classifier change paths filter objects, per-CPU counters, and per-filter aux data use plain GFPKERNEL without GFPACCOUNT, allowing unprivileged users...

5.8AI score0.00198EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/17 4:06 p.m.•9 views

CVE-2026-90098

In the Linux kernel, the following vulnerability has been resolved: net: sparx5: fix sleep in atomic context in MAC table access sparx5setrxmode runs with netifaddrlockbh held and iterates dev-mc via devmcsync, which per address calls sparx5mcsync / sparx5mcunsync - sparx5mactlearn /...

5.9AI score0.00198EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/09/17 4:06 p.m.•25 views

CVE-2026-90099 net/sched: account classifier filter allocations to memcg

In the Linux kernel, the following vulnerability has been resolved: net/sched: account classifier filter allocations to memcg Allocations in the tc classifier change paths filter objects, per-CPU counters, and per-filter aux data use plain GFPKERNEL without GFPACCOUNT, allowing unprivileged users...

0.00198EPSS
SaveExploits0References2
Rows per page
Query Builder