Lucene search
+L

3554 matches found

Debian CVE
Debian CVE
added 2026/07/28 12:32 p.m.18 views

CVE-2026-62430

Accesses to the CMOS memory contents are done using an indirect IO port pair. Therefore Xen needs to cache the guest chosen index, and one of the usages of the index didn't take the necessary locking to avoid concurrent changes. As a result, a guest could change the index after it being checked,...

7.5CVSS5.8AI score0.00243EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/07/28 9:07 a.m.18 views

httpd: mod_authn_socache: NULL pointer dereference can cause a child process crash

A flaw was found in the modauthnsocache module of httpd. This vulnerability allows an unauthenticated remote user to crash a child process due to a NULL pointer dereference when the server is operating in a caching forward proxy configuration...

5.3CVSS6AI score0.00514EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/28 6:16 a.m.15 views

CVE-2026-17524

Versions of the package zip-lib before 1.1.0 are vulnerable to Directory Traversal via the caching mechanism for path validation during the extraction process. An attacker can bypass security checks designed to prevent directory traversal. The intended security function, isOutsideTargetFolder, on...

8.7CVSS0.00785EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/28 5:00 a.m.43 views

CVE-2026-17524

Versions of the package zip-lib before 1.1.0 are vulnerable to Directory Traversal via the caching mechanism for path validation during the extraction process. An attacker can bypass security checks designed to prevent directory traversal. The intended security function, isOutsideTargetFolder, on...

8.7CVSS0.00785EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/28 5:00 a.m.10 views

CVE-2026-17524

Versions of the package zip-lib before 1.1.0 are vulnerable to Directory Traversal via the caching mechanism for path validation during the extraction process. An attacker can bypass security checks designed to prevent directory traversal. The intended security function, isOutsideTargetFolder, on...

8.7CVSS5.9AI score
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/28 5:00 a.m.11 views

CVE-2026-17524

Versions of the package zip-lib before 1.1.0 are vulnerable to Directory Traversal via the caching mechanism for path validation during the extraction process. An attacker can bypass security checks designed to prevent directory traversal. The intended security function, isOutsideTargetFolder, on...

8.7CVSS5.9AI score0.00785EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/28 5:00 a.m.9 views

EUVD-2026-49687

Versions of the package zip-lib before 1.1.0 are vulnerable to Directory Traversal via the caching mechanism for path validation during the extraction process. An attacker can bypass security checks designed to prevent directory traversal. The intended security function, isOutsideTargetFolder, on...

8.7CVSS5.9AI score0.00785EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/07/28 4:07 a.m.14 views

kernel: ipv6: fix possible UAF in icmpv6_rcv()

A flaw was found in the Linux kernel's IPv6 Internet Protocol version 6 implementation. This vulnerability, a Use-After-Free UAF error, occurs due to incorrect caching of network packet addresses before a memory operation. An attacker could potentially exploit this flaw to cause memory corruption...

9.8CVSS6.1AI score0.00395EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/07/28 3:40 a.m.14 views

kernel: ipv6: fix possible UAF in icmpv6_rcv()

A flaw was found in the Linux kernel's IPv6 Internet Protocol version 6 implementation. This vulnerability, a Use-After-Free UAF error, occurs due to incorrect caching of network packet addresses before a memory operation. An attacker could potentially exploit this flaw to cause memory corruption...

9.8CVSS6.1AI score0.00395EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/28 12:00 a.m.19 views

PT-2026-65472

Accesses to the CMOS memory contents are done using an indirect IO port pair. Therefore Xen needs to cache the guest chosen index, and one of the usages of the index didn't take the necessary locking to avoid concurrent changes. As a result, a guest could change the index after it being checked,...

7.5CVSS5.9AI score0.00243EPSS
SaveExploits0References35
SUSE CVE
SUSE CVE
added 2026/07/25 3:59 p.m.11 views

SUSE CVE-2026-64430

In the Linux kernel, the following vulnerability has been resolved: NTB: epf: Avoid calling pciirqvector from hardirq context ntbepfvecisr calls pciirqvector in hardirq context to derive the vector number. pciirqvector calls msigetvirq that takes a mutex and can therefore trigger "scheduling whil...

4.7CVSS5.7AI score0.0049EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/25 8:51 a.m.34 views

CVE-2026-64430

CVE-2026-64430 affects the Linux kernel NTB EPF subsystem. ntb_epf_vec_isr previously called pci_irq_vector() in hardirq context, and pci_irq_vector() may call msi_get_virq() which takes a mutex and can trigger scheduling while atomic. The fix caches the Linux IRQ number for vector 0 when vectors...

7.5CVSS5.7AI score0.0049EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2026/07/25 8:51 a.m.40 views

CVE-2026-64430 NTB: epf: Avoid calling pci_irq_vector() from hardirq context

In the Linux kernel, the following vulnerability has been resolved: NTB: epf: Avoid calling pciirqvector from hardirq context ntbepfvecisr calls pciirqvector in hardirq context to derive the vector number. pciirqvector calls msigetvirq that takes a mutex and can therefore trigger "scheduling whil...

7.5CVSS0.0049EPSS
SaveExploits0References7
Veracode
Veracode
added 2026/07/25 7:46 a.m.20 views

Cache Confusion

Next.js is vulnerable to Cache Confusion. The vulnerability is due to improper caching of server-side fetch responses, where cached response bodies may be reused across requests with different request bodies, allowing confidential data from one request to be exposed to unauthorized users...

6CVSS5.4AI score0.00336EPSS
SaveExploits0References5Affected Software1
Veracode
Veracode
added 2026/07/25 6:00 a.m.16 views

Sensitive Information Exposure

Next.js is vulnerable to Sensitive Information Exposure. The vulnerability is due to improper caching of server-side fetch responses for non-UTF-8 request bodies, where different request bodies can share the same cache entry, allowing confidential response data to be exposed to unauthorized...

6.3CVSS5.5AI score0.00351EPSS
SaveExploits0References5Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-39155

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Knot DNS before 3.4.10 and 3.5.x before 3.5.4 contains a vulnerability in mod-onlinesign where the next NSEC owner name can be computed incorrectly. This can...

6.5CVSS5.9AI score0.0015EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/07/24 4:01 p.m.11 views

kernel: ipv6: fix possible UAF in icmpv6_rcv()

A flaw was found in the Linux kernel's IPv6 Internet Protocol version 6 implementation. This vulnerability, a Use-After-Free UAF error, occurs due to incorrect caching of network packet addresses before a memory operation. An attacker could potentially exploit this flaw to cause memory corruption...

9.8CVSS6.1AI score0.00395EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/23 9:17 p.m.13 views

CVE-2026-39155

Knot DNS before 3.4.10 and 3.5.x before 3.5.4 contains a vulnerability in mod-onlinesign where the next NSEC owner name can be computed incorrectly. This can create an overly broad authenticated denial interval, allowing downstream validating resolvers using aggressive negative caching to...

6.5CVSS0.0015EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/23 10:16 a.m.17 views

CVE-2026-65755

Joomla Extension - regularlabs.com - Date-sensitive query-cache leakage in Articles Anywhere and Users Anywhere extension - Date-sensitive query cache keys did not retain a bounded time component. Cached results could remain active across future publication or expiry boundaries, potentially...

7.5CVSS0.00245EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/23 9:14 a.m.10 views

CVE-2026-65755

Joomla Extension - regularlabs.com - Date-sensitive query-cache leakage in Articles Anywhere and Users Anywhere extension - Date-sensitive query cache keys did not retain a bounded time component. Cached results could remain active across future publication or expiry boundaries, potentially...

5.2AI score0.00245EPSS
SaveExploits0References2Affected Software2
Rows per page
Query Builder