Lucene search
+L

109 matches found

Cvelist
Cvelist
added 2025/10/24 12:00 a.m.19 views

CVE-2025-61430

Improper handling of DNS over TCP in Simple DNS Plus v9 allows a remote attacker with querying access to the DNS server to cause the server to return request payloads from other clients. This happens when the TCP length prefix is malformed len differs from actual packet len, and due to a...

0.0024EPSS
SaveExploits0References2
CVE
CVE
added 2025/10/24 12:00 a.m.33 views

CVE-2025-61430

CVE-2025-61430 concerns Simple DNS Plus v9, where improper handling of DNS over TCP allows a remote attacker with querying access to cause the server to leak other clients’ DNS queries. The root cause is a malformed TCP length prefix (length differs from the packet) and a concurrency/buffering is...

6.5CVSS6.3AI score0.0024EPSS
SaveExploits0References2
NVD
NVD
added 2025/10/07 4:15 p.m.8 views

CVE-2023-53620

In the Linux kernel, the following vulnerability has been resolved: md: fix soft lockup in statusresync statusresync will calculate 'currresync - recoveryactive' to show user a progress bar like following: ============........ resync = 61.4% 'currresync' and 'recoveryactive' is updated in mddosyn...

5.5CVSS0.00143EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.8 views

EUVD-2022-6865

Malicious code in bioql PyPI...

3.7CVSS7.1AI score0.01854EPSS
SaveExploits0References16
EUVD
EUVD
added 2025/10/03 8:07 p.m.23 views

EUVD-2024-53348

Malicious code in bioql PyPI...

5.5CVSS7.3AI score0.00218EPSS
SaveExploits0References10
NVD
NVD
added 2025/09/24 4:15 p.m.11 views

CVE-2025-47316

Memory corruption due to double free when multiple threads race to set the timestamp store...

7.8CVSS0.00081EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/18 4:15 p.m.4 views

DEBIAN-CVE-2023-53445

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: Fix a refcount bug in qrtrrecvmsg Syzbot reported a bug as following: refcountt: addition on 0; use-after-free. ... RIP: 0010:refcountwarnsaturate+0x17c/0x1f0 lib/refcount.c:25 ... Call Trace: refcountadd...

5.5CVSS5.4AI score0.00148EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 3:15 p.m.6 views

UBUNTU-CVE-2022-50285

In the Linux kernel, the following vulnerability has been resolved: mm,hugetlb: take hugetlblock before decrementing h-resvhugepages The h-hugepages counters are protected by the hugetlblock, but allochugepage has a corner case where it can decrement the counter outside of the lock. This could le...

5.5CVSS5.9AI score0.00156EPSS
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2025/09/06 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2025-39726

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - s390/ism: fix concurrency management in ismcmd The s390x ISM device data sheet clearly states that only one request-response sequence is allowable per ISM...

9.8CVSS5.8AI score0.00235EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/05 6:15 p.m.9 views

UBUNTU-CVE-2025-39726

In the Linux kernel, the following vulnerability has been resolved: s390/ism: fix concurrency management in ismcmd The s390x ISM device data sheet clearly states that only one request-response sequence is allowable per ISM function at any point in time. Unfortunately as of today the s390/ism driv...

9.8CVSS5.9AI score0.00235EPSS
SaveExploits0References29
Tenable Nessus
Tenable Nessus
added 2025/08/11 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2025-38262

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - tty: serial: uartlite: register uart driver in init When two instances of uart devices are probing, a concurrency race can occur. If one thread calls...

7.8CVSS6.2AI score0.00158EPSS
SaveExploits0References4
Microsoft CVE
Microsoft CVE
added 2025/08/07 7:00 a.m.6 views

posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_timer_del()

...

7.8CVSS7AI score0.01278EPSS
SaveExploits8
RedHat Linux
RedHat Linux
added 2025/07/02 4:39 a.m.11 views

kernel: mt76: fix use-after-free by removing a non-RCU wcid pointer

A vulnerability was found in the Linux kernel's mt76 wi-fi driver. A concurrency bug causes the mtxq TX queue to maintain a raw pointer to a wcid structure mtxq-wcid that might be freed by the time it is accessed. This issue can lead to a use-after-free scenario, leading to system instability,...

8.8CVSS6.9AI score0.00413EPSS
SaveExploits0References5
Packet Storm News
Packet Storm News
added 2025/07/02 12:00 a.m.8 views

FreeBSD Security Advisory - FreeBSD-SA-25:06.xz

FreeBSD Security Advisory - A worker thread could free its input buffer after decoding, while the main thread might still be writing to it. This leads to an use-after-free condition on heap memory...

8.7CVSS7.8AI score0.00647EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/06/24 6:58 a.m.8 views

kernel: mt76: fix use-after-free by removing a non-RCU wcid pointer

A vulnerability was found in the Linux kernel's mt76 wi-fi driver. A concurrency bug causes the mtxq TX queue to maintain a raw pointer to a wcid structure mtxq-wcid that might be freed by the time it is accessed. This issue can lead to a use-after-free scenario, leading to system instability,...

8.8CVSS6.9AI score0.00413EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/02/26 2:23 a.m.2 views

CVE-2022-49574 tcp: Fix data-races around sysctl_tcp_recovery.

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix data-races around sysctltcprecovery. While reading sysctltcprecovery, it can be changed concurrently. Thus, we need to add READONCE to its readers...

7.5AI score0.00186EPSS
SaveExploits0References6
OSV
OSV
added 2024/11/15 11:07 a.m.12 views

OESA-2024-2402 tomcat security update

The Apache Tomcat software is developed in an open and participatory environment and released under the Apache License version 2. The Apache Tomcat project is intended to be a collaboration of the best-of-breed developers from around the world. We invite you to participate in this open developmen...

8.6CVSS6.8AI score0.99999EPSS
SaveExploits22References8
OSV
OSV
added 2024/11/15 11:07 a.m.15 views

OESA-2024-2404 tomcat security update

The Apache Tomcat software is developed in an open and participatory environment and released under the Apache License version 2. The Apache Tomcat project is intended to be a collaboration of the best-of-breed developers from around the world. We invite you to participate in this open developmen...

8.6CVSS6.8AI score0.99999EPSS
SaveExploits22References8
OSV
OSV
added 2024/11/15 11:07 a.m.14 views

OESA-2024-2405 tomcat security update

The Apache Tomcat software is developed in an open and participatory environment and released under the Apache License version 2. The Apache Tomcat project is intended to be a collaboration of the best-of-breed developers from around the world. We invite you to participate in this open developmen...

8.6CVSS6.8AI score0.99999EPSS
SaveExploits22References8
SUSE CVE
SUSE CVE
added 2024/09/28 2:51 a.m.7 views

SUSE CVE-2024-46847

In the Linux kernel, the following vulnerability has been resolved: mm: vmalloc: ensure vmapblock is initialised before adding to queue Commit 8c61291fd850 "mm: fix incorrect vbq reference in purgefragmentedblock" extended the 'vmapblock' structure to contain a 'cpu' field which is set at...

5.5CVSS7.7AI score0.00227EPSS
SaveExploits0References3
Rows per page
Query Builder