Lucene search
+L

3140 matches found

CVE
CVE
added 2026/07/25 8:49 a.m.23 views

CVE-2026-64256

CVE-2026-64256 affects the Linux kernel/XFS: a dqiterate quota-id loop uses an unsigned 32-bit q_id, which can wrap when reaching XFS_DQ_ID_MAX, causing the iteration to restart. The fix casts to 64-bit (u64) to prevent truncation. Exploitation details are not provided in the supplied documents. ...

5.7AI score0.002EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.14 views

PT-2026-64517

In the Linux kernel, the following vulnerability has been resolved: exfat: bound uniname advance in exfat find dir entry In exfat find dir entry, each TYPE EXTEND file name entry advances the output pointer by a fixed amount while the loop guard only tracks the accumulated name length: if ++order...

5.9AI score0.00164EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.15 views

PT-2026-64574

In the Linux kernel, the following vulnerability has been resolved: bpf: Keep dynamic inner array lookups nullable An ARRAY OF MAPS can use an array created with BPF F INNER MAP as its inner map template. A concrete inner array with a different max entries value can then replace the template. Aft...

5.7AI score0.00166EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-64297

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - module: decompress: check return value of moduleextendmaxpages moduleextendmaxpages calls kvrealloc internally and returns -ENOMEM on allocation failure. The...

5.4AI score0.00206EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/24 3:23 p.m.31 views

CVE-2026-64232

CVE-2026-64232 relates to the Linux kernel: when a request carries integrity data, blk_insert_cloned_request now also recomputes nr_integrity_segments against the bottom queue and rejects the request if it exceeds the bottom queue’s max_integrity_segments. This mirrors the existing nr_phys_segmen...

9.8CVSS5.8AI score0.00463EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/24 3:23 p.m.8 views

EUVD-2026-48640

In the Linux kernel, the following vulnerability has been resolved: block: recompute nrintegritysegments in blkinsertclonedrequest blkinsertclonedrequest already recomputes nrphyssegments against the bottom queue, because "the queue settings related to segment counting may differ from the origina...

5.8AI score0.00463EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/24 2:14 a.m.5 views

SUSE CVE-2026-63838

In the Linux kernel, the following vulnerability has been resolved: ASoC: rsnd: Fix potential out-of-bounds access of componentdais componentdaisRSNDMAXCOMPONENT is initially zero-initialized and later populated in rsnddaiofnode. However, the existing boundary check: if i = RSNDMAXCOMPONENT does...

5.7AI score0.00168EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/24 12:32 a.m.7 views

EUVD-2026-48437

Skipper contains an incomplete fix for CVE-2026-50197 in which oversized request bodies bypass Open Policy Agent OPA deny-on-presence Rego policies. When a request body exceeds the configured maxBodyBytes limit, Skipper forwards the full payload to the upstream service while OPA evaluates against...

8.8CVSS5.4AI score0.0029EPSS
SaveExploits0References3
CloudLinux
CloudLinux
added 2026/07/23 10:55 p.m.11 views

openssh: Fix of CVE-2026-60000

CVE-2026-60000: fix GSSAPI pre-authentication denial of service where inputgssapierrtok did not finish the postponed authentication attempt, so failed GSSAPI requests were never counted against MaxAuthTries...

7.5CVSS5.9AI score0.00441EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/23 9:16 p.m.10 views

CVE-2026-65604

Skipper contains an incomplete fix for CVE-2026-50197 in which oversized request bodies bypass Open Policy Agent OPA deny-on-presence Rego policies. When a request body exceeds the configured maxBodyBytes limit, Skipper forwards the full payload to the upstream service while OPA evaluates against...

8.8CVSS5.3AI score0.00429EPSS
SaveExploits0References3
SUSE Linux
SUSE Linux
added 2026/07/23 5:33 p.m.6 views

Security update for avahi

This update for avahi fixes the following issue: CVE-2025-59529: local DoS due to simple protocol server ignoring client limit CLIENTSMAX bsc1255451. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch". Alternative...

6.8CVSS6.1AI score0.00159EPSS
SaveExploits1References4
Snyk
Snyk
added 2026/07/23 3:49 p.m.11 views

Allocation of Resources Without Limits or Throttling

Overview org.webjars.npm:brace-expansion is a WebJar for brace-expansion. Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in the expand function and its recursive expand helper, which cap the number of results via the max option but do not...

8.7CVSS4.8AI score0.00339EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/23 2:17 p.m.7 views

UBUNTU-CVE-2026-14257

brace-expansion through 5.0.7 is vulnerable to denial of service via memory exhaustion. The expand function limits the number of results with a max option default 100,000 but does not bound the length of each result string. By chaining multiple brace groups, an attacker keeps the result count und...

7.5CVSS5.8AI score0.00339EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/23 2:17 p.m.6 views

DEBIAN-CVE-2026-14257

brace-expansion through 5.0.7 is vulnerable to denial of service via memory exhaustion. The expand function limits the number of results with a max option default 100,000 but does not bound the length of each result string. By chaining multiple brace groups, an attacker keeps the result count und...

7.5CVSS5.8AI score0.00339EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/23 12:54 p.m.5 views

CVE-2026-14257 brace-expansion DoS via unbounded expansion length causing an out-of-memory process crash

brace-expansion through 5.0.7 is vulnerable to denial of service via memory exhaustion. The expand function limits the number of results with a max option default 100,000 but does not bound the length of each result string. By chaining multiple brace groups, an attacker keeps the result count und...

7.5CVSS5.3AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/07/23 12:54 p.m.12 views

CVE-2026-14257 brace-expansion DoS via unbounded expansion length causing an out-of-memory process crash

brace-expansion through 5.0.7 is vulnerable to denial of service via memory exhaustion. The expand function limits the number of results with a max option default 100,000 but does not bound the length of each result string. By chaining multiple brace groups, an attacker keeps the result count und...

7.5CVSS5.3AI score0.00339EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2026/07/23 8:3 a.m.122 views

'max-global-quota' reset by DNSSEC validation restarts

...

5.3CVSS5.8AI score0.00278EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/23 12:0 a.m.10 views

PT-2026-63983

Name of the Vulnerable Software and Affected Versions brace-expansion versions prior to 5.0.8 Description An issue exists that allows a denial of service via memory exhaustion. The expand function limits the number of results using a max option, but it does not restrict the length of each...

7.5CVSS5.8AI score0.00339EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/22 2:17 p.m.5 views

ALPINE-CVE-2026-50045

In NLnet Labs Unbound 1.22.0 up to and including 1.25.1, a single client query for a deeply nested name under a DNSSEC-signed parent can cause Unbound to send more upstream packets per client query than the configured 'max-global-quota'. This effectively bypasses a security configuration that...

5.3CVSS5.8AI score0.00278EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/22 2:12 p.m.6 views

CVE-2026-11622 Potential memory usage beyond configured limits

A DNSSEC validating resolver that is under a random subdomain attack against a DNSSEC-signed zone can suffer from runaway memory usage. The attacker needs to be able to send queries faster than the resolver can perform validation. The increased memory usage can be orders of magnitude beyond the...

7.5CVSS5.3AI score0.00509EPSS
SaveExploits0References3
Rows per page
Query Builder