VulnSea

Weekly digest

Week 13, 2025 (24–30 Mar)

37 new CVEs this week, in line with the recent average. Of those, 16 high. One arrived with exploitation evidence or public exploit code already attached. No new KEV entries. linux was the most-affected vendor with 13.

37
New CVEs
0
Critical
0
KEV additions
0
Records changed

New this week, ranked by depth score

The 12 that matter most of the 37 published.

CVE-2025-1097High· 8.8PoC
1y ago

ngress-nginx controller - configuration injection via unsanitized auth-tls-match-cn annotation

ngress-nginx controller - configuration injection via unsanitized auth-tls-match-cn annotation

▾ Midnightingress-nginx · k8s.io/ingress-nginxEPSS 33%via OSV
CVE-2025-21876High· 8.8⚖ disputed
1y ago

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix suspicious RCU usage Commit <d74169ceb0d2> ("iommu/vt-d: Allocate DMAR fault interrupts locally") moved the call to enable_drhd_fault_handling() to a c…

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix suspicious RCU usage Commit <d74169ceb0d2> ("iommu/vt-d: Allocate DMAR fault interrupts locally") moved the call to enable_drhd_fault_handling() to a c…

▾ Twilightlinux · linux_kernelEPSS 0.21%via NVD
CVE-2025-30358High· 8.1
1y ago

Mesop Class Pollution vulnerability leads to DoS and Jailbreak attacks

Mesop Class Pollution vulnerability leads to DoS and Jailbreak attacks

▾ Twilightmesop · mesopEPSS 0.69%via OSV
CVE-2025-21890High· 8.2
1y ago

In the Linux kernel, the following vulnerability has been resolved: idpf: fix checksums set in idpf_rx_rsc() idpf_rx_rsc() uses skb_transport_offset(skb) while the transport header is not set yet. This triggers the following warning f…

In the Linux kernel, the following vulnerability has been resolved: idpf: fix checksums set in idpf_rx_rsc() idpf_rx_rsc() uses skb_transport_offset(skb) while the transport header is not set yet. This triggers the following warning f…

▾ Twilightlinux · linux_kernelEPSS 0.38%via NVD
CVE-2025-21889High· 7.8⚖ disputed
1y ago

In the Linux kernel, the following vulnerability has been resolved: perf/core: Add RCU read lock protection to perf_iterate_ctx() The perf_iterate_ctx() function performs RCU list traversal but currently lacks RCU read lock protection.…

In the Linux kernel, the following vulnerability has been resolved: perf/core: Add RCU read lock protection to perf_iterate_ctx() The perf_iterate_ctx() function performs RCU list traversal but currently lacks RCU read lock protection.…

▾ Twilightlinux · linux_kernelEPSS 0.20%via NVD
CVE-2025-21887High· 7.8
1y ago

In the Linux kernel, the following vulnerability has been resolved: ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up The issue was caused by dput(upper) being called before ovl_dentry_update_reval(), while upper-…

In the Linux kernel, the following vulnerability has been resolved: ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up The issue was caused by dput(upper) being called before ovl_dentry_update_reval(), while upper-…

▾ Twilightlinux · linux_kernelEPSS 0.21%via NVD
CVE-2025-21884High· 7.8⚖ disputed
1y ago

In the Linux kernel, the following vulnerability has been resolved: net: better track kernel sockets lifetime While kernel sockets are dismantled during pernet_operations->exit(), their freeing can be delayed by any tx packets still he…

In the Linux kernel, the following vulnerability has been resolved: net: better track kernel sockets lifetime While kernel sockets are dismantled during pernet_operations->exit(), their freeing can be delayed by any tx packets still he…

▾ Twilightlinux · linux_kernelEPSS 0.21%via NVD
CVE-2025-21882High· 7.8
1y ago

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix vport QoS cleanup on error When enabling vport QoS fails, the scheduling node was never freed, causing a leak. Add the missing free and reset the vport …

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix vport QoS cleanup on error When enabling vport QoS fails, the scheduling node was never freed, causing a leak. Add the missing free and reset the vport …

▾ Twilightlinux · linux_kernelEPSS 0.18%via NVD
CVE-2025-21870High· 7.8
1y ago

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-topology: Harden loops for looking up ALH copiers Other, non DAI copier widgets could have the same stream name (sname) as the ALH copier and in that …

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-topology: Harden loops for looking up ALH copiers Other, non DAI copier widgets could have the same stream name (sname) as the ALH copier and in that …

▾ Twilightlinux · linux_kernelEPSS 0.20%via NVD
CVE-2025-21867High· 7.8
1y ago

In the Linux kernel, the following vulnerability has been resolved: bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type() KMSAN reported a use-after-free issue in eth_skb_pkt_type()[1]

In the Linux kernel, the following vulnerability has been resolved: bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type() KMSAN reported a use-after-free issue in eth_skb_pkt_type()[1]. The cause of the issue was that eth_skb_p…

▾ Twilightlinux · linux_kernelEPSS 0.19%via NVD
CVE-2025-21885High· 7.5
1y ago

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Fix the page details for the srq created by kernel consumers While using nvme target with use_srq on, below kernel panic is noticed. [ 549.698111] bnxt…

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Fix the page details for the srq created by kernel consumers While using nvme target with use_srq on, below kernel panic is noticed. [ 549.698111] bnxt…

▾ Twilightlinux · linux_kernelEPSS 0.43%via NVD
CVE-2025-21868High· 7.5⚖ disputed
1y ago

In the Linux kernel, the following vulnerability has been resolved: net: allow small head cache usage with large MAX_SKB_FRAGS values Sabrina reported the following splat: WARNING: CPU: 0 PID: 1 at net/core/dev.c:6935 netif_napi_a…

In the Linux kernel, the following vulnerability has been resolved: net: allow small head cache usage with large MAX_SKB_FRAGS values Sabrina reported the following splat: WARNING: CPU: 0 PID: 1 at net/core/dev.c:6935 netif_napi_a…

▾ Twilightlinux · linux_kernelEPSS 0.38%via NVD

Most-affected vendors

By CVEs published in the period.