Lucene search
+L

2823 matches found

F5 Networks
F5 Networks
added 2026/06/04 6:40 a.m.65 views

K000161576: Linux kernel vulnerabilities CVE-2025-39841 and CVE-2025-39727

Security Advisory Description CVE-2025-39841 In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix buffer free/clear order in deferred receive path Fix a use-after-free window by correcting the buffer release sequence in the deferred receive path. The code freed the ...

9.8CVSS6.8AI score0.00438EPSS
SaveExploits0
CNNVD
CNNVD
added 2026/06/04 12:0 a.m.16 views

Zephyr 安全漏洞

Zephyr is an open-source, scalable real-time operating system RTOS developed by Zephyr. There is a security vulnerability in Zephyr, which stems from integer underflow in the btmeshsolrecv function. This leads to out-of-bounds writes when reportedlen is less than 3. Negative values bypass length...

6.3CVSS5.9AI score0.00255EPSS
SaveExploits1References1
Tenable Nessus
Tenable Nessus
added 2026/06/03 12:0 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-46176

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - RDMA/mlx5: Fix error path fall-through in mlx5ibdevressrqinit mlx5ibdevressrqinit allocates two SRQs, s0 and s1. When ibcreatesrq fails for s1, the error branch...

7.8CVSS6.7AI score0.00142EPSS
SaveExploits0References3
NVD
NVD
added 2026/06/01 7:16 p.m.23 views

CVE-2026-37228

FlexRIC v2.0.0 contains a reachable assertion in e2aprecvsctpmsg src/lib/ep/e2apep.c. The function allocates a fixed 32KB receive buffer and enforces assertrc = 32,768 bytes to crash the near-RT RIC, iApp, E2 Agent, or xApp process via SIGABRT. No valid E2AP PDU is required. All four SCTP endpoin...

7.5CVSS0.00642EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2026/06/01 4:3 p.m.25 views

CVE-2026-45151

NanoMQ MQTT Broker NanoMQ is an all-around Edge Messaging Platform. In 0.24.8 and earlier, quicstreamrecv can dereference a null substream pointer when a substream is in reopen state. The code finishes the AIO with error but does not return before locking c-mtx...

6.3CVSS5.9AI score0.00227EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/06/01 12:0 a.m.11 views

CVE-2026-37228

FlexRIC v2.0.0 contains a reachable assertion in e2aprecvsctpmsg src/lib/ep/e2apep.c. The function allocates a fixed 32KB receive buffer and enforces assertrc = 32,768 bytes to crash the near-RT RIC, iApp, E2 Agent, or xApp process via SIGABRT. No valid E2AP PDU is required. All four SCTP endpoin...

6.1AI score0.00642EPSS
SaveExploits1References2
CloudLinux
CloudLinux
added 2026/05/30 10:23 a.m.22 views

rsync: Fix of CVE-2026-41035

CVE-2026-41035: fix use-after-free in receivexattr by using tempxattr.count instead of the stale count in qsort...

7.8CVSS5.5AI score0.00393EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2026/05/29 7:5 p.m.24 views

unbounded-spsc: Sender::send pointer-as-value transmute causes OOB read and fake-Arc drop under TX/RX race

Summary Sender::send in src/lib.rs contains an unsafe block in the DISCONNECTED arm that transmutes a raw pointer mut Producer into the bytes of a value-level Consumer. The author's intent, visible in the surrounding comment at lines 386-390, was a value transmute. The shipped code is one level o...

5.8CVSS5.8AI score0.0013EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/05/29 2:28 p.m.13 views

CLSA-2026-1780062671 Fix CVE(s): CVE-2026-41035

SECURITY UPDATE: receiver use-after-free in receivexattr via a wire-supplied xattr count passed to qsort: - debian/patches/els/0007-CVE-2026-41035.patch: sort tempxattr.count stored items instead of the untrusted wire count. - CVE-2026-41035...

7.8CVSS5.8AI score0.00393EPSS
SaveExploits1References1
OSV
OSV
added 2026/05/29 1:42 p.m.12 views

CLSA-2026-1780062116 Fix CVE(s): CVE-2026-41035

SECURITY UPDATE: use-after-free in receivexattr - debian/patches/CVE-2026-41035.patch: replace stale local 'count' with tempxattr.count in the qsort call inside receivexattr, so the sort uses the live size of the rebuilt xattr items list; victim must run rsync with -X / --xattrs - CVE-2026-41035...

7.8CVSS5.8AI score0.00393EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2026/05/29 1:11 p.m.61 views

CVE-2026-45619 AVideo CVE-2026-43884 incomplete fix - `isSSRFSafeURL()` call sites still discard the `$resolvedIP` out-param at master HEAD post

WWBN AVideo is an open source video platform. In 29.0 and earlier, EpgParser.php, plugin/AI/receiveAsync.json.php, and other locations do not use the $resolvedIP out-param of isSSRFSafeURL for DNS pinning via CURLOPTRESOLVE, opening DNS-rebinding TOCTOU...

6.5CVSS0.00136EPSS
SaveExploits0References1
NVD
NVD
added 2026/05/29 12:16 p.m.18 views

CVE-2025-41280

Nozomi Networks Labs identified a CWE-23: Relative Path Traversal Zip Slip in Waterfall WF-500 RX Host in version 7.9.1.0 R2502171040 that allows attackers with access to the TX Host to execute code on the RX Host when a MySQL connector is configured and file compression is enabled...

7.8CVSS0.00146EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/29 11:39 a.m.13 views

CLSA-2026-1780054763 Fix CVE(s): CVE-2026-41035

SECURITY UPDATE: use-after-free in receivexattr - debian/patches/CVE-2026-41035.patch: replace stale local 'count' with tempxattr.count in the qsort call inside receivexattr, so the sort uses the live size of the rebuilt xattr items list; victim must run rsync with -X / --xattrs - CVE-2026-41035...

7.8CVSS5.8AI score0.00393EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
added 2026/05/29 11:0 a.m.19 views

CVE-2025-41281

Nozomi Networks Labs identified a CWE-78: Improper Neutralization of Special Elements used in an OS Command 'OS Command Injection' in Waterfall WF-500 RX Host in version 7.9.1.0 R2502171040 that allows attackers with access to the TX Host to execute code on the RX Host when a MySQL connector is...

7.5CVSS6AI score0.00505EPSS
SaveExploits0References2
CVE
CVE
added 2026/05/29 10:59 a.m.31 views

CVE-2025-41280

CVE-2025-41280 affects Waterfall WF-500 RX Host (version 7.9.1.0 R2502171040). The vulnerability is a CWE-23 Relative Path Traversal (Zip Slip) in the MySQL connector scenario when file compression is enabled, allowing a user with access to the TX Host to execute code on the RX Host. Documented i...

7.8CVSS6AI score0.00146EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/05/29 10:59 a.m.51 views

CVE-2025-41280

Nozomi Networks Labs identified a CWE-23: Relative Path Traversal Zip Slip in Waterfall WF-500 RX Host in version 7.9.1.0 R2502171040 that allows attackers with access to the TX Host to execute code on the RX Host when a MySQL connector is configured and file compression is enabled...

7.5CVSS0.00146EPSS
SaveExploits0References1
CVE
CVE
added 2026/05/29 10:58 a.m.43 views

CVE-2025-41278

The CVE-2025-41278 entry concerns Nozomi Networks’ Waterfall WF-500 RX Host (version 7.10.0.0 R2601141040). A CWE-125 Out-of-bounds Read vulnerability exists in the RX Host’s handling, enabling code execution on the RX Host by an attacker who has access to the TX Host. The description indicates t...

7.8CVSS6AI score0.0012EPSS
SaveExploits0References1Affected Software1
Microsoft CVE
Microsoft CVE
added 2026/05/29 8:7 a.m.15 views

wifi: mac80211: drop stray 'static' from fast-RX rx_result

...

8.8CVSS5.4AI score0.00167EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/05/29 8:6 a.m.11 views

ipmi: Add limits to event and receive message requests

...

7.5CVSS5.4AI score0.00501EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/05/29 8:5 a.m.18 views

RDMA/mlx5: Fix error path fall-through in mlx5_ib_dev_res_srq_init()

...

7.8CVSS5.4AI score0.00142EPSS
SaveExploits0
Rows per page
Query Builder