Lucene search
+L
DebiancveRecent

66208 matches found

Debian CVE
Debian CVE
added 2026/07/23 9:36 p.m.20 views

CVE-2026-16806

Use after free in WebMCP in Google Chrome prior to 150.0.7871.186 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. Chromium security severity: High...

8.8CVSS6.3AI score0.00387EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/23 7:18 p.m.20 views

CVE-2026-60122

gpsd through release-3.27.5, fixed at commit 4c06658, contains a code injection vulnerability in the gpsprof utility that allows an attacker who controls GPS input data to execute arbitrary OS commands by injecting malicious content into the SKY.satellites.used field, which is inserted unsanitize...

8.5CVSS6.3AI score0.00265EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/23 7:09 p.m.18 views

CVE-2026-25800

Quinn is a pure-Rust, async-compatible implementation of the IETF QUIC transport protocol. Starting in version 0.1.0 and prior to version 0.11.15, the Assembler component that assembles unordered stream fragments into consecutive chunks of the stream incurs some overhead for non-contiguous...

7.5CVSS6AI score0.00609EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/23 7:05 p.m.16 views

CVE-2026-65706

FFmpeg versions 3.0 through 8.1.2 contain an out-of-bounds write vulnerability in the vfswaprect video filter that allows attackers to corrupt heap memory by supplying a crafted NV12 video frame with odd width dimensions. The filterframe function reuses a temporary row buffer sized for plane 0's...

8.5CVSS6.2AI score0.00187EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/23 7:00 p.m.18 views

CVE-2026-65705

FFmpeg versions 3.4 through 8.1.2 contain an out-of-bounds write vulnerability in the vffloodfill video filter that allows attackers to corrupt heap memory by supplying a dynamically sized video stream with filtergraph reinitialization disabled via -reinitfilter 0. When configinput allocates the...

7.8CVSS6.3AI score0.00187EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/23 6:55 p.m.20 views

CVE-2026-65704

FFmpeg through 8.1.2 contains an out-of-bounds write vulnerability that allows attackers to cause heap corruption by supplying a crafted ffconcat file processed with the -safe 0 flag. The TY demuxer's demuxaudio function decrements packet size without bounds checking, producing a negative size...

7.8CVSS5.9AI score0.00178EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/23 6:52 p.m.26 views

CVE-2026-65703

FFmpeg versions 2.7 through 8.1.2 contain an out-of-bounds write vulnerability in the TDSC video decoder that allows remote attackers to cause heap corruption by supplying a crafted AVI file that changes frame dimensions across TDSF frames. The tdscparsetdsf function fails to unreference the...

8.5CVSS6.1AI score0.00292EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/23 5:36 p.m.21 views

CVE-2026-65918

PyTorch torchvision through 0.28.0, fixed in commit 4e05dc2, contains an out-of-bounds heap read vulnerability in the GIF decoder's readfromtensor callback that passes unclamped length to memcpy. Attackers can supply malicious or truncated GIF files to cause denial of service via segmentation fau...

7.1CVSS5.3AI score0.0033EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2026/07/23 4:41 p.m.17 views

CVE-2026-16768

A flaw was found in gdk-pixbuf. When parsing a specially crafted ICO file with pixel values that exceed the defined palette range, an out-of-bounds read can occur due to improper bounds checking against the actual palette size. This vulnerability causes heap bytes to be interpreted as valid palet...

5.3CVSS5.8AI score0.00237EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/23 1:16 p.m.24 views

CVE-2026-65914

DOMPurify before 3.3.2 contains a mutation-XSS vulnerability when sanitized HTML is reinserted into special parsing contexts using innerHTML with wrappers like script, xmp, iframe, noembed, noframes, or noscript. Attackers can craft payloads with closing sequences that break out of the wrapper...

6.1CVSS5.5AI score0.00207EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2026/07/23 1:16 p.m.19 views

CVE-2026-65913

DOMPurify before 3.3.2 contains a prototype pollution vulnerability in USEPROFILES mode that allows attackers to bypass attribute filtering by polluting Array.prototype properties. Attackers can set Array.prototype properties like onclick to true, causing DOMPurify to accept event handlers as...

6.1CVSS5.2AI score0.00318EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/23 1:16 p.m.22 views

CVE-2026-65912

DOMPurify before 3.3.2 contains a URI validation bypass vulnerability when ADDATTR is provided as a predicate function via EXTRAELEMENTHANDLING.attributeCheck. Attackers can supply a predicate that accepts specific attribute and tag combinations to bypass URI-safe validation, allowing unsafe...

6.1CVSS5.2AI score0.00175EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/23 1:16 p.m.22 views

CVE-2026-65911

In DOMPurify through 3.3.3, function predicates supplied via ADDATTR or ADDTAGS to DOMPurify.sanitize persist in internal state EXTRAELEMENTHANDLING across subsequent sanitize calls on the same instance. If a later call on the same instance provides ADDATTR or ADDTAGS as an array rather than a...

6.1CVSS4.5AI score0.00233EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2026/07/23 1:16 p.m.20 views

CVE-2026-65904

DOMPurify through 3.3.3 fails to sanitize DOM elements passed via INPLACE mode when the element originates from a different window/realm e.g., an iframe's contentDocument. A cross-realm instanceof check in the private isNode function returns false for foreign-realm nodes, causing DOMPurify to...

4.7CVSS5.9AI score0.00206EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2026/07/23 1:16 p.m.20 views

CVE-2026-65903

DOMPurify before 3.4.0 contains a logic error in the ADDTAGS function where short-circuit evaluation allows forbidden tags to bypass FORBIDTAGS restrictions. Attackers can craft input containing tags listed in FORBIDTAGS that are also added via ADDTAGS function, causing them to be retained in...

6.1CVSS5.2AI score0.00325EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2026/07/23 1:16 p.m.19 views

CVE-2026-65902

DOMPurify before 3.4.7 affected versions = 3.4.5 passes direct references to the module-level DEFAULTALLOWEDTAGS and DEFAULTALLOWEDATTR sets to the uponSanitizeElement and uponSanitizeAttribute hooks via data.allowedTags / data.allowedAttributes when sanitize is called without an explicit...

6.1CVSS5.3AI score0.00237EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2026/07/23 1:16 p.m.22 views

CVE-2026-65901

DOMPurify through 3.4.6 contains a cross-site scripting vulnerability in INPLACE mode that trusts attacker-controlled nodeName on live non-form nodes. Attackers can supply hostile live DOM objects with real script children whose observable nodeName is clobbered to appear as allowed elements,...

6.1CVSS5.1AI score0.00192EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2026/07/23 1:16 p.m.19 views

CVE-2026-65900

DOMPurify versions =3.0.0 and before 3.4.8, when configured with SAFEFORTEMPLATES together with a DOM output mode RETURNDOM, RETURNDOMFRAGMENT, or INPLACE, fail to strip template expressions e.g. $evil, evil, inside element content. The final normalization/scrub pass scrubTemplateExpressions uses...

6.1CVSS5.3AI score0.00209EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2026/07/23 1:16 p.m.24 views

CVE-2026-65899

DOMPurify 3.0.0 before 3.4.9 does not reset the retained Trusted Types policy when clearConfig is called, so a DOMPurify instance reused across trust boundaries stays bound to a previously supplied TRUSTEDTYPESPOLICY. A later caller that requests RETURNTRUSTEDTYPE output receives a TrustedHTML...

6.1CVSS5.6AI score0.00266EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2026/07/23 1:16 p.m.17 views

CVE-2026-65898

DOMPurify before 3.4.11 fails to clone the ALLOWEDATTR allowlist when setConfig is used with an uponSanitizeAttribute hook, allowing the hook to permanently mutate the shared allowlist. Attackers can register a hook that conditionally allows dangerous attributes like onerror for trusted elements,...

7.2CVSS5.3AI score0.00212EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2026/07/23 12:54 p.m.12 views

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.00466EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/23 12:33 p.m.14 views

CVE-2026-15037

Improper output neutralization XML injection in QDom comment, CDATA, and processing-instruction serialization in Qt XML from 4.0.0 through 6.11 allows untrusted text serialized by an application into those nodes to inject arbitrary XML markup, because the node terminators are not escaped under th...

6.3CVSS5.9AI score0.00262EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/23 10:46 a.m.24 views

CVE-2026-64611

A flaw was found in libcupsfilters. The cfIEEE1284NormalizeMakeModel function enters an infinite loop when processing a printer-advertised IEEE-1284 device ID with an empty model field, causing sustained CPU consumption. A network-adjacent attacker could exploit this by broadcasting a specially...

7.5CVSS5.2AI score0.00346EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/23 8:03 a.m.15 views

CVE-2026-52688

RRSIGs with too few labels can lead to bypass of DNSSEC wildcard validation...

7.5CVSS5.2AI score0.00122EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/23 8:03 a.m.18 views

CVE-2026-52686

The issue is a DNSSEC validation bypass where wildcard expansion proofs NSEC/NSEC3 records are accepted without signature validation when the wildcard answer is a CNAME or DNAME record...

3.7CVSS5.2AI score0.00109EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/23 7:49 a.m.18 views

CVE-2026-52684

If the auth responds very slowly and the records expire in between, the capping of TTLs is not enforced for lack of data. This does not happen on regular resolve as then then the child records are used immediately if not expired and thus valid, or the records are expired, and in that case not use...

3.7CVSS5.3AI score0.00143EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/23 6:43 a.m.12 views

CVE-2026-59677

A Missing Authorization vulnerability in selinux policycoreutils seunshares allows a user that is running in unconfined context to kill e.g. root-owned processes running also in unconfined context This issue affects policycoreutils through 3.10...

6.8CVSS5.8AI score0.0014EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/23 6:40 a.m.15 views

CVE-2026-59676

A Time-of-check Time-of-use TOCTOU Race Condition vulnerability in seunshare of selinux policycoreutils allows a user calling seunshare that is running in the unconfined SELinux domain to delete arbitrary root-owned files, This issue affects policycoreutils through 3.10...

5.8CVSS5.9AI score0.00087EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/23 5:46 a.m.19 views

CVE-2026-64600

In the Linux kernel, the following vulnerability has been resolved: xfs: resample the data fork mapping after cycling ILOCK xfsreflinkfillcowhole,delalloc are both presented with an inode, a data fork mapping, and a cow fork mapping. Unfortunately, these two helpers cycle the ILOCK to grab a...

7.8CVSS5.9AI score0.00467EPSS
SaveExploits8
Debian CVE
Debian CVE
added 2026/07/23 3:55 a.m.18 views

CVE-2026-6390

A flaw was found in GNU nano's multi-buffer error message handling. When a user opens multiple files at startup and one triggers an ALERT-level error, a specially crafted filename containing printf format specifiers can be reinterpreted. This format string vulnerability may allow an attacker to...

6.8CVSS5.4AI score0.00154EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/23 12:00 a.m.20 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.5CVSS5.9AI score0.0015EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/22 7:19 p.m.13 views

CVE-2026-14899

The code to parse MIME headers for display when forwarding a message if the setting to view all headers was enabled had an off-by-one error, allowing a single byte to be read from the memory after the buffer for the headers, and potentially crashing Thunderbird. This vulnerability was fixed in...

7.5CVSS6AI score0.00274EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/22 5:24 p.m.14 views

CVE-2026-64835

FFmpeg versions 4.4 through 8.1.2 contain an out-of-bounds memory access vulnerability in the ADX audio decoder within libavcodec/adxdec.c that allows attackers to trigger both out-of-bounds reads and writes by supplying a crafted ADX or AAX audio file with a mid-stream channel layout change. Whe...

8.8CVSS5.3AI score0.00328EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/22 5:06 p.m.22 views

CVE-2026-64834

FFmpeg versions 0.6.3 through 8.1.2 contain an infinite loop vulnerability in the RTP/ASF demuxer within libavformat/rtpdecasf.c that allows remote attackers to cause denial of service by sending a crafted RTP/ASF stream. The rtpasffixheader function fails to validate a minimum chunksize when...

8.7CVSS5.4AI score0.00503EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/22 5:03 p.m.19 views

CVE-2026-64833

FFmpeg versions 0.7.1 through 8.1.2 contain an out-of-bounds read vulnerability in the S/PDIF muxer that allows attackers to access memory beyond buffer boundaries by supplying a crafted DTS stream with a coresize value larger than the actual packet length. Attackers can exploit the missing bound...

7.1CVSS5.5AI score0.00396EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/22 5:01 p.m.16 views

CVE-2026-64832

FFmpeg versions 4.4 through 8.1.2 contain a double-free vulnerability in the NVIDIA NVDEC hardware decoder within libavcodec/nvdec.c that allows attackers to trigger memory corruption by supplying a crafted video file. When no decoder surfaces remain, the ffnvdecstartframesepref error path frees...

8.8CVSS5.5AI score0.00335EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/22 4:35 p.m.23 views

CVE-2026-64831

FFmpeg versions 8.0 through 8.1.2 contains a stack buffer overflow vulnerability in the Vulkan HEVC hardware decoder that allows remote attackers to overwrite return addresses and adjacent stack frames by supplying a crafted HEVC/H.265 bitstream. Attackers can embed a malicious vpsnumhrdparameter...

8.8CVSS6.3AI score0.00851EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/22 4:33 p.m.22 views

CVE-2026-64830

FFmpeg versions 2.1 through 8.1.2 contains a heap buffer overflow vulnerability in the VobSub subtitle demuxer that allows attackers to corrupt adjacent heap memory by supplying a malicious .sub/.idx subtitle file declaring more distinct stream IDs than the fixed-size array bounds in...

8.8CVSS6.5AI score0.00342EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/22 4:12 p.m.19 views

CVE-2026-16615

A flaw was found in librest. The PKCE implementation for OAuth authorization uses the GRand function from the GLib API, a cryptographically insecure pseudo-random number generator. Because the generated "code verifier" lacks sufficient cryptographic entropy, a malicious actor can reverse-engineer...

6.8CVSS5.4AI score0.00254EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/22 3:55 p.m.18 views

CVE-2026-16552

Removed by vendor...

5.2AI score
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/22 2:16 p.m.18 views

CVE-2026-13321

The BIND resolver accepts validly-signed NSEC records where the "Next Domain Name" field points outside the signer's zone. This issue affects BIND 9 versions 9.11.0 through 9.18.50, 9.20.0 through 9.20.24, 9.21.0 through 9.21.23, 9.11.3-S1 through 9.18.50-S1, and 9.20.9-S1 through 9.20.24-S1...

8.6CVSS5.2AI score0.00223EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/22 2:15 p.m.19 views

CVE-2026-13204

If a provably insecure domain is covered by both an NSEC and NSEC3 record at the parent, and there exist an RRSIG for only one of these types, then BIND may exit unexpectedly with an assertion while validating this proof. This issue affects BIND 9 versions 9.11.0 through 9.18.50, 9.20.0 through...

7.5CVSS5.2AI score0.00523EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/22 2:14 p.m.19 views

CVE-2026-12617

The issue is unexpected program termination based on ordering and/or specific content in responses to queries for CNAME or DNAME, and A records. Specifically, if a client queries for a DNAME and A record below the DNAME to the resolver, and the authoritative server responds positively to the A...

7.5CVSS5.3AI score0.00501EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/22 2:13 p.m.35 views

CVE-2026-48029

libheif is a HEIF and AVIF file format decoder and encoder. Versions 1.19.0 through 1.21.2 have a heap OOB read in ImageItemGrid::decodegridtile via irot-induced tile-coordinate underflow. Version 1.22.0 fixes the issue...

7.1CVSS4.7AI score0.00304EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2026/07/22 2:13 p.m.18 views

CVE-2026-11721

It is possible for an attacker's zone to respond to a query with an RRSIG that has a smaller number of labels than the zone in which the RRSIG is contained. This causes named to produce a wildcard name for a zone that is shorter than the attacker's zone, which can result in cache poisoning. For...

7.5CVSS5.3AI score0.00395EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/22 2:12 p.m.23 views

CVE-2026-11622

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.2AI score0.00523EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/22 2:11 p.m.24 views

CVE-2026-11605

The issue is a resource exhaustion vulnerability associated with DNSSEC validation. BIND always validates all RRSIG records in an answer, even if they are not strictly needed. A query to an authoritative server/zone which returns many valid but superfluous RRSIG records causes the validator to...

7.5CVSS5.3AI score0.00539EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/22 2:10 p.m.15 views

CVE-2026-11331

An attacker who knows or guesses that a resolver uses RPZ with wildcard CNAME policies can craft query names long enough to trigger a NAMETOOLONG error condition during RPZ processing. This is not handled correctly and may lead to defeating the RPZ rule. It also may lead to an unexpected exit of...

7.5CVSS5.3AI score0.00428EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/22 2:09 p.m.24 views

CVE-2026-10822

If BIND encounters a particular invalid data structure in a DNS record, it will accept the invalid data, and may subsequently abort and exit. BIND will first need to store a DNS record for a key KEY, DNSKEY, etc.. That key must specify a PRIVATEDNS algorithm 253, and in the algorithm identifier,...

6.5CVSS5.2AI score0.00381EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/22 2:08 p.m.23 views

CVE-2026-10723

BIND may accept incorrect child-zone NSEC3 records as valid, which could allow an attacker to forge authenticated NXDOMAIN responses. This issue affects BIND 9 versions 9.18.0 through 9.18.50, 9.20.0 through 9.20.24, 9.21.0 through 9.21.23, 9.11.3-S1 through 9.18.50-S1, and 9.20.9-S1 through...

6.8CVSS5.2AI score0.00272EPSS
SaveExploits0
Total number of security vulnerabilities66208