Lucene search
+L
SusecveRecent

66348 matches found

SUSE CVE
SUSE CVE
•added 2026/09/02 1:07 a.m.•15 views

SUSE CVE-2026-19953

URI versions before 5.36 for Perl encode non-NFC host names to non-standard punycode labels via missing normalization in nameprep. nameprep lowercases each host label but performs no Unicode normalization. IDNA requires a label to be normalized to Form C before it is encoded RFC 5891, so a label...

5.3CVSS5.8AI score0.00373EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/02 1:06 a.m.•13 views

SUSE CVE-2026-37236

grpc-gateway v2.28.0 is vulnerable to Incorrect Access Control. The application processes the X-HTTP-Method-Override header in ServeMux.ServeHTTP without restricting allowed methods. When a POST request with Content-Type application/x-www-form-urlencoded includes this header, the request method i...

6.5CVSS6AI score0.0044EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/02 1:06 a.m.•13 views

SUSE CVE-2026-37237

vLLM up to and including 0.17.0 allows remote attackers to cause a Denial of Service via memory exhaustion. The AsyncMediaIO.fetchaudio and AsyncMediaIO.fetchimage functions in multimodal/inputs.py fetch user-supplied media URLs using aiohttp and call r.read without enforcing a maximum response...

7.5CVSS5.8AI score0.00532EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/02 1:04 a.m.•10 views

SUSE CVE-2026-72395

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus Fix passing events to regulator core Sashiko reports: Commit 754bd2b4a084 "hwmon: pmbus/core Protect regulator operations with mutex" introduced a worker to batch regulator events over time using atomicor. The delaye...

7.1CVSS6.7AI score0.00169EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/02 1:04 a.m.•11 views

SUSE CVE-2026-74508

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HIDP: reject frames without a transaction header hidprecvctrlframe and hidprecvintrframe read skb-data0 before checking that the L2CAP SDU contains a transaction header. A connected HIDP peer can send an empty basic-mo...

8.8CVSS5.8AI score0.00262EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/02 1:04 a.m.•14 views

SUSE CVE-2026-74605

In the Linux kernel, the following vulnerability has been resolved: eventfs: Use children field for rcu head and add memory barriers When an eventfs inode is freed, it sets ei-isfreed and then uses its ei-list to add it to the srcu link list as the list field is a union with the rcu list head. As...

7.8CVSS5.9AI score0.0012EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/02 1:04 a.m.•12 views

SUSE CVE-2026-74607

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Serialize accesses to the owner and mirror list with separate lock Interaction between KVMCAPVMMOVEENCCONTEXTFROM and KVMCAPVMCOPYENCCONTEXTFROM can cause two separate issues: - in sevmigratefrom, when the destination K...

8.8CVSS5.8AI score0.00129EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/09/02 1:04 a.m.•11 views

SUSE CVE-2026-74609

In the Linux kernel, the following vulnerability has been resolved: tipc: read le-link under the node lock in tipcnodelinkdown tipcnodelinkdown caches the link pointer before taking n-lock: struct tipclink l = le-link; / unlocked / if !l return; tipcnodewritelockn; if !tipclinkisestablishingl /...

7.8CVSS5.9AI score0.00126EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/09/02 1:01 a.m.•15 views

SUSE CVE-2026-77117

unknown...

5.8AI score0.00412EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/02 1:01 a.m.•12 views

SUSE CVE-2026-78367

A vulnerability was found in RPM's rpmbuild tarball processing. When processing a crafted source archive, the getTarSpec function in tools/rpmbuild.cc passes an attacker-controlled tar archive member name to rpmExpand as part of a %basename:... macro expression. A specially crafted .spec member...

7CVSS7.3AI score0.00141EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/02 1:01 a.m.•11 views

SUSE CVE-2026-80489

unknown...

5.8AI score0.00412EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/02 1:01 a.m.•11 views

SUSE CVE-2026-83557

DefaultBaseTypeLimitingValidator is the PolymorphicTypeValidator applied automatically whenever @JsonTypeInfo is used without an explicitly configured custom validator. It denies polymorphic resolution only for a fixed set of "unsafe base types", and its isSafeSubType method returns true...

5.6CVSS6.3AI score0.00586EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/02 1:01 a.m.•13 views

SUSE CVE-2026-83605

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. Prior to @xmldom/xmldom versions 0.8.14 and 0.9.11, and in xmldom version 0.6.0 and earlier, Element.setAttribute calls the private createAttributename path without validating the attribute nam...

8.7CVSS5.9AI score0.00348EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/02 1:01 a.m.•12 views

SUSE CVE-2026-83606

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. From 0.9.0-beta.9 until 0.9.11, the processing-instruction production in lib/grammar.js lets the greedy S+ separator and lazy Char? data group repeatedly repartition a long whitespace tail when...

8.7CVSS5.9AI score0.00301EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/02 1:01 a.m.•12 views

SUSE CVE-2026-83607

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. Prior to @xmldom/xmldom versions 0.8.14 and 0.9.11, and in xmldom version 0.6.0 and earlier, Document.createElementtagName stores an unvalidated element name and XMLSerializer.serializeToString...

8.7CVSS5.8AI score0.00348EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/02 1:01 a.m.•13 views

SUSE CVE-2026-83608

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. Prior to @xmldom/xmldom versions 0.8.15 and 0.9.12, and in xmldom version 0.6.0 and earlier, the DOCUMENTTYPENODE branch in lib/dom.js validates publicId, systemId, and internalSubset under...

8.7CVSS5.8AI score0.00348EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/02 1:01 a.m.•13 views

SUSE CVE-2026-83609

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. From 0.9.0 until 0.9.12, the shared reg builder in lib/grammar.js compiles the anchored QNameexact validator with the multiline flag, so ^ and $ validate only one line instead of the complete...

8.7CVSS5.9AI score0.00326EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/02 1:01 a.m.•10 views

SUSE CVE-2026-83610

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. Prior to @xmldom/xmldom versions 0.8.15 and 0.9.12, and in xmldom version 0.6.0 and earlier, Document.createEntityReferencename accepts an invalid name and the ENTITYREFERENCENODE serializer...

6.3CVSS5.9AI score0.00355EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/02 1:01 a.m.•14 views

SUSE CVE-2026-83611

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. Prior to @xmldom/xmldom versions 0.8.15 and 0.9.12, and in xmldom version 0.6.0 and earlier, DOMParser.parseFromString can silently accept an end tag such as , close the element, and discard th...

6.9CVSS5.9AI score0.00352EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/02 1:01 a.m.•14 views

SUSE CVE-2026-83612

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. From 0.9.0-beta.1 until 0.9.12, HTML-mode parsing through DOMParser.parseFromString mishandles a mixed-case closing tag for the script, style, textarea, or title raw-text elements...

8.7CVSS5.9AI score0.00301EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/02 1:01 a.m.•11 views

SUSE CVE-2026-83613

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. Prior to @xmldom/xmldom versions 0.8.15 and 0.9.12, and in xmldom version 0.6.0 and earlier, DOMHandler.startElement in lib/dom-parser.js inserts every parsed attribute through setAttributeNode...

8.7CVSS5.9AI score0.00344EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/02 1:01 a.m.•12 views

SUSE CVE-2026-83614

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. Prior to @xmldom/xmldom versions 0.8.15 and 0.9.12, and in xmldom versions 0.3.0 through 0.6.0, two independent quadratic paths can cause denial of service. In lib/sax.js, parseElementStartPart...

8.7CVSS5.9AI score0.00351EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/02 1:01 a.m.•10 views

SUSE CVE-2026-83615

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. Prior to @xmldom/xmldom versions 0.8.15 and 0.9.12, and in xmldom versions 0.1.5 through 0.6.0, appendElement in lib/sax.js uses copy to clone the complete currentNSMap for each nested element...

8.7CVSS5.9AI score0.00351EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/02 1:01 a.m.•12 views

SUSE CVE-2026-83616

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. Prior to @xmldom/xmldom versions 0.8.15 and 0.9.12, and in xmldom version 0.6.0 and earlier, Document.createProcessingInstructiontarget, data in lib/dom.js accepts an unvalidated target, while...

8.7CVSS5.8AI score0.00348EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/02 1:01 a.m.•14 views

SUSE CVE-2026-83617

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. From 0.9.11 until 0.9.12, the requireWellFormed: true element and attribute name checks use the anchored QNameexact expression produced by reg in lib/grammar.js, which inherits the multiline...

8.7CVSS5.9AI score0.00328EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/02 1:01 a.m.•10 views

SUSE CVE-2026-83618

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. From 0.9.10 until 0.9.12, the requireWellFormed: true serializer validates DocumentType.publicId and DocumentType.systemId with PubidLiteralmatch and SystemLiteralmatch expressions produced by...

8.7CVSS5.9AI score0.00328EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/02 1:00 a.m.•12 views

SUSE CVE-2026-83619

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. From 0.7.0 until 0.8.15, the release-0.8.x parser in lib/sax.js trims captured end-tag names with the unanchored global expression / \t\n\r+$/g. For an end tag containing a long whitespace run...

8.7CVSS5.9AI score0.00301EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/02 1:00 a.m.•16 views

SUSE CVE-2026-84117

Privilege escalation in Firefox for Android. This vulnerability was fixed in Firefox 155...

8.8CVSS5.8AI score0.00234EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/09/02 1:00 a.m.•11 views

SUSE CVE-2026-84118

Use-after-free in the JavaScript: GC component. This vulnerability was fixed in Firefox 155, Firefox ESR 153.2, Thunderbird 155, and Thunderbird 153.2...

5.4CVSS5.9AI score0.00204EPSS
SaveExploits1References4
SUSE CVE
SUSE CVE
•added 2026/09/02 1:00 a.m.•9 views

SUSE CVE-2026-84119

Sandbox escape due to use-after-free in the DOM: Navigation component. This vulnerability was fixed in Firefox 155, Firefox ESR 115.40, Firefox ESR 140.15, Firefox ESR 153.2, Thunderbird 155, Thunderbird 140.15, and Thunderbird 153.2...

8.3CVSS5.9AI score0.00319EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/09/02 1:00 a.m.•12 views

SUSE CVE-2026-84120

Use-after-free in the Audio/Video component. This vulnerability was fixed in Firefox 155, Firefox ESR 115.40, Firefox ESR 140.15, Firefox ESR 153.2, Thunderbird 155, Thunderbird 140.15, and Thunderbird 153.2...

5.4CVSS5.9AI score0.00219EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/09/02 1:00 a.m.•10 views

SUSE CVE-2026-84121

Sandbox escape due to use-after-free in the DOM: Security component. This vulnerability was fixed in Firefox 155, Firefox ESR 115.40, Firefox ESR 140.15, Firefox ESR 153.2, Thunderbird 155, Thunderbird 140.15, and Thunderbird 153.2...

8.3CVSS5.9AI score0.00319EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/09/02 1:00 a.m.•11 views

SUSE CVE-2026-84122

Use-after-free in the Audio/Video component. This vulnerability was fixed in Firefox 155, Firefox ESR 140.15, Firefox ESR 153.2, Thunderbird 155, Thunderbird 140.15, and Thunderbird 153.2...

5.4CVSS5.9AI score0.00214EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/09/02 1:00 a.m.•11 views

SUSE CVE-2026-84123

Privilege escalation due to use-after-free in the Graphics: WebGPU component. This vulnerability was fixed in Firefox 155, Firefox ESR 153.2, Thunderbird 155, and Thunderbird 153.2...

8.8CVSS5.9AI score0.00233EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/09/02 1:00 a.m.•12 views

SUSE CVE-2026-84124

Use-after-free in the DOM: Core & HTML component. This vulnerability was fixed in Firefox 155, Firefox ESR 140.15, Firefox ESR 153.2, Thunderbird 155, Thunderbird 140.15, and Thunderbird 153.2...

5.4CVSS5.9AI score0.0017EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/09/02 1:00 a.m.•10 views

SUSE CVE-2026-84125

Use-after-free in the DOM: Core & HTML component. This vulnerability was fixed in Firefox 155, Firefox ESR 153.2, Thunderbird 155, and Thunderbird 153.2...

5.4CVSS5.9AI score0.00164EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/09/02 1:00 a.m.•10 views

SUSE CVE-2026-84126

Incorrect boundary conditions in the Layout: Grid component. This vulnerability was fixed in Firefox 155 and Thunderbird 155...

4.3CVSS5.8AI score0.00179EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/09/02 1:00 a.m.•9 views

SUSE CVE-2026-84127

Information disclosure in the WebExtensions component in Firefox for Android. This vulnerability was fixed in Firefox 155...

4.3CVSS5.8AI score0.00155EPSS
SaveExploits1References4
SUSE CVE
SUSE CVE
•added 2026/09/02 1:00 a.m.•10 views

SUSE CVE-2026-84128

Privilege escalation in the WebDriver BiDi component. This vulnerability was fixed in Firefox 155 and Thunderbird 155...

8.8CVSS5.8AI score0.00233EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/09/02 1:00 a.m.•9 views

SUSE CVE-2026-84129

Site isolation issue in the DOM: Navigation component. This vulnerability was fixed in Firefox 155, Firefox ESR 153.2, Thunderbird 155, and Thunderbird 153.2...

9.8CVSS5.9AI score0.00185EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/09/02 1:00 a.m.•12 views

SUSE CVE-2026-84130

Information disclosure in the Graphics: WebGPU component. This vulnerability was fixed in Firefox 155, Firefox ESR 153.2, Thunderbird 155, and Thunderbird 153.2...

7.5CVSS5.8AI score0.00256EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/09/02 1:00 a.m.•11 views

SUSE CVE-2026-84131

Privilege escalation due to invalid pointer in the Graphics component. This vulnerability was fixed in Firefox 155, Firefox ESR 115.40, Firefox ESR 140.15, Firefox ESR 153.2, Thunderbird 155, Thunderbird 140.15, and Thunderbird 153.2...

8.8CVSS5.9AI score0.00328EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/09/02 1:00 a.m.•11 views

SUSE CVE-2026-84132

Information disclosure in the Networking: HTTP component. This vulnerability was fixed in Firefox 155, Firefox ESR 153.2, Thunderbird 155, and Thunderbird 153.2...

7.5CVSS5.9AI score0.00256EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/09/02 1:00 a.m.•9 views

SUSE CVE-2026-84133

Site isolation issue in the DOM: Push Subscriptions component. This vulnerability was fixed in Firefox 155, Firefox ESR 153.2, Thunderbird 155, and Thunderbird 153.2...

9.8CVSS5.9AI score0.00185EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/09/02 1:00 a.m.•12 views

SUSE CVE-2026-84134

Other issue in the Profile Backup component. This vulnerability was fixed in Firefox 155, Firefox ESR 153.2, Thunderbird 155, and Thunderbird 153.2...

9.8CVSS5.8AI score0.00309EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/09/02 1:00 a.m.•11 views

SUSE CVE-2026-84135

Other issue in Firefox Focus for Android. This vulnerability was fixed in Firefox 155...

5.9AI score0.00253EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/09/02 1:00 a.m.•9 views

SUSE CVE-2026-84136

Other issue in the DOM: Navigation component. This vulnerability was fixed in Firefox 155, Firefox ESR 153.2, Thunderbird 155, and Thunderbird 153.2...

6.1CVSS5.8AI score0.00202EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/09/02 1:00 a.m.•9 views

SUSE CVE-2026-84137

Spoofing issue in the DOM: Core & HTML component. This vulnerability was fixed in Firefox 155, Firefox ESR 153.2, Thunderbird 155, and Thunderbird 153.2...

4.3CVSS5.8AI score0.00129EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/09/02 1:00 a.m.•8 views

SUSE CVE-2026-84138

Denial-of-service in the PDF Viewer component. This vulnerability was fixed in Firefox 155 and Thunderbird 155...

5.8AI score0.00204EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/09/02 1:00 a.m.•10 views

SUSE CVE-2026-84139

Clickjacking issue in the DOM: Events component. This vulnerability was fixed in Firefox 155, Firefox ESR 153.2, Thunderbird 155, and Thunderbird 153.2...

6.1CVSS5.8AI score0.0018EPSS
SaveExploits0References4
Total number of security vulnerabilities66348