Lucene search
+L

71304 matches found

RedHat Linux
RedHat Linux
added 2025/12/09 6:20 p.m.9 views

libwebsockets: Stack-based Buffer Overflow in libwebsockets

A stack based buffer overflow flaw has been discovered in libwebsockets. The vulnerability allows an attacker that can inspect DNS requests made by the victim e.g. being in the same wireless network to forge a DNS response packet that overflows the stack and may lead to arbitrary code execution...

7.5CVSS6.2AI score0.00266EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/09 4:17 p.m.13 views

CVE-2025-41748

An XSS vulnerability in pxcDot1xCfg.php can be used by an unauthenticated remote attacker to trick an authenticated user to click on the link provided by the attacker in order to change parameters available via web based management WBM. The vulnerability does not provide access to system-level...

7.1CVSS5.8AI score0.09765EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/09 4:17 p.m.10 views

CVE-2025-40343

In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: avoid scheduling association deletion twice When forcefully shutting down a port via the configfs interface, nvmetportsubsysdroplink first calls nvmetportdelctrls and then nvmetdisableport. Both functions will eventuall...

9.8CVSS0.00651EPSS
SaveExploits0References6
NVD
NVD
added 2025/12/09 4:17 p.m.10 views

CVE-2025-40337

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: Correctly handle Rx checksum offload errors The stmmacrx function would previously set skb-ipsummed to CHECKSUMUNNECESSARY if hardware checksum offload CoE was enabled and the packet was of a known IP ethertype...

8.2CVSS0.00481EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/09 4:17 p.m.13 views

CVE-2025-40327

In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix system hang caused by cpu-clock usage cpu-clock usage by the async-profiler tool can trigger a system hang, which got bisected back to the following commit by Octavia Togami: 18dbcbfabfff "perf: Fix the POLLHUP...

0.0021EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2025/12/09 4:17 p.m.9 views

CVE-2023-53860

In the Linux kernel, the following vulnerability has been resolved: dm: don't attempt to queue IO under RCU protection dm looks up the table for IO based on the request type, with an assumption that if the request is marked REQNOWAIT, it's fine to attempt to submit that IO while under RCU read lo...

7.8CVSS5.7AI score0.00184EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/09 4:17 p.m.11 views

UBUNTU-CVE-2025-40343

In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: avoid scheduling association deletion twice When forcefully shutting down a port via the configfs interface, nvmetportsubsysdroplink first calls nvmetportdelctrls and then nvmetdisableport. Both functions will eventuall...

9.8CVSS5.8AI score0.00651EPSS
SaveExploits0References34
UbuntuCve
UbuntuCve
added 2025/12/09 4:17 p.m.7 views

CVE-2025-40343

In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: avoid scheduling association deletion twice When forcefully shutting down a port via the configfs interface, nvmetportsubsysdroplink first calls nvmetportdelctrls and then nvmetdisableport. Both functions will eventuall...

9.8CVSS6.1AI score0.00651EPSS
SaveExploits0References33
OSV
OSV
added 2025/12/09 4:17 p.m.15 views

UBUNTU-CVE-2023-53832

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix null-ptr-deref in raid10syncrequest initresync inits mempool and sets conf-havereplacemnt at the beginning of sync, closesync frees the mempool when sync is completed. After 1 recovery might be skipped and initresy...

5.7AI score0.00257EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2025/12/09 8:07 a.m.44 views

CVE-2025-41750 Reflected XSS vulnerability in pxc_PortCfg.php

An XSS vulnerability in pxcPortCfg.php can be used by an unauthenticated remote attacker to trick an authenticated user to click on the link provided by the attacker in order to change parameters available via web based management WBM. The vulnerability does not provide access to system-level...

7.1CVSS0.09765EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/12/09 4:10 a.m.52 views

CVE-2025-40343 nvmet-fc: avoid scheduling association deletion twice

In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: avoid scheduling association deletion twice When forcefully shutting down a port via the configfs interface, nvmetportsubsysdroplink first calls nvmetportdelctrls and then nvmetdisableport. Both functions will eventuall...

9.8CVSS0.00651EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/09 4:10 a.m.35 views

CVE-2025-40343

CVE-2025-40343 affects the Linux kernel nvmet-fc component. When forcefully shutting down a port via configfs, nvmet_port_subsys_drop_link() calls nvmet_port_del_ctrls() and then nvmet_disable_port(), which both schedule deletion of remaining associations. The bug allows the first scheduled work ...

9.8CVSS5.9AI score0.00651EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/09 4:09 a.m.7 views

CVE-2025-40337 net: stmmac: Correctly handle Rx checksum offload errors

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: Correctly handle Rx checksum offload errors The stmmacrx function would previously set skb-ipsummed to CHECKSUMUNNECESSARY if hardware checksum offload CoE was enabled and the packet was of a known IP ethertype...

8.2CVSS6.3AI score
SaveExploits0References7
CVE
CVE
added 2025/12/09 4:09 a.m.42 views

CVE-2025-40337

The CVE-2025-40337 vulnerability affects the Linux kernel’s net: stmmac driver, specifically the stmmac_rx function. The issue occurred when hardware checksum offload was enabled and the packet had a known IP ethertype: skb->ip_summed could be incorrectly set to CHECKSUM_UNNECESSARY without ve...

8.2CVSS6AI score0.00481EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/09 4:09 a.m.42 views

CVE-2025-40327 perf/core: Fix system hang caused by cpu-clock usage

In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix system hang caused by cpu-clock usage cpu-clock usage by the async-profiler tool can trigger a system hang, which got bisected back to the following commit by Octavia Togami: 18dbcbfabfff "perf: Fix the POLLHUP...

0.0021EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/09 4:09 a.m.14 views

CVE-2025-40327 perf/core: Fix system hang caused by cpu-clock usage

In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix system hang caused by cpu-clock usage cpu-clock usage by the async-profiler tool can trigger a system hang, which got bisected back to the following commit by Octavia Togami: 18dbcbfabfff "perf: Fix the POLLHUP...

6.5AI score
SaveExploits0References5
CVE
CVE
added 2025/12/09 4:09 a.m.36 views

CVE-2025-40327

CVE-2025-40327 concerns the Linux kernel’s perf/core subsystem where cpu-clock events used by async-profiler could cause a system hang. The root cause was a recursion: __perf_event_overflow() runs from the hrtimer handler for cpu-clock events and attempted to call cpu_clock_event_stop(), which in...

6.2AI score0.0021EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.59 views

CVE-2023-53835

...

SaveExploits0
Debian CVE
Debian CVE
added 2025/12/09 1:29 a.m.20 views

CVE-2023-53835

Removed by vendor...

7AI score
SaveExploits0
CVE
CVE
added 2025/12/09 1:29 a.m.36 views

CVE-2023-53835

The CVE-2023-53835 entry concerns the Linux kernel ext4 filesystem: when remounting from read-only to read/write, SB_RDONLY can be cleared before quota is initialized, potentially triggering a WARN_ON_ONCE(dquot_initialize_needed(inode)) in ext4_xattr_block_set(). The issue is documented with a d...

6.6AI score
SaveExploits0
Rows per page
Query Builder