Lucene search
+L

50027 matches found

Cvelist
Cvelist
added 2026/09/01 2:34 p.m.32 views

CVE-2026-83611 xmldom: Parser silently accepts a not-well-formed end tag whose name is followed by a line break and trailing content

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.9CVSS0.00352EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/01 2:21 p.m.33 views

CVE-2026-83606 xmldom PI grammar regex ReDoS: quadratic backtracking on unterminated processing instructions

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.7CVSS0.00301EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/09/01 2:21 p.m.11 views

Regular Expression Denial of Service (ReDoS)

Overview @xmldom/xmldom is a javascript ponyfill to provide the following APIs that are present in modern browsers to other runtimes. Since version 0.7.0 this package is published to npm as @xmldom/xmldom and no longer as xmldom Affected versions of this package are vulnerable to Regular Expressi...

8.7CVSS7.3AI score0.00301EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/09/01 1:25 p.m.12 views

SUSE CVE-2026-82397

Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.8, Tornado parses application/x-www-form-urlencoded request bodies with urllib.parse.parseqs in tornado/escape.py without passing maxnumfields. RequestHandler.execute in tornado/web.py parses the body before handl...

7.5CVSS5.9AI score0.0035EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/09/01 10:37 a.m.8 views

CVE-2026-82398

A flaw was found in pypdf. An attacker can craft a PDF that causes long runtimes when the readuntilwhitespace function processes a stream containing a long sequence of bytes without whitespace. This occurs due to inefficient algorithmic complexity, where the function repeatedly performs immutable...

6.9CVSS5.8AI score0.00301EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/09/01 10:31 a.m.10 views

CVE-2024-58379

A flaw was found in Nodemailer. A remote attacker can exploit a regular expression denial of service ReDoS vulnerability by sending specially crafted emails containing malicious data URLs or embedded attachments. This can cause the email parsing process to hang, leading to a denial of service for...

6.9CVSS5.9AI score0.00304EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/01 8:38 a.m.20 views

Important: Red Hat Security Advisory: OpenShift Container Platform 4.22.12 security and extras update

Red Hat OpenShift Container Platform release 4.22.12 is now available with updates to packages and images that fix several bugs. This release includes a security update for Red Hat OpenShift Container Platform 4.22. Red Hat Product Security has rated this update as having a security impact of...

7.5CVSS6.8AI score0.00781EPSS
SaveExploits0References5
NVD
NVD
added 2026/09/01 6:16 a.m.14 views

CVE-2026-83772

A vulnerability was detected in Cobham SATCOM VSAT7090 Maritime Satellite Router up to 20260704. This issue affects the function csetreportsdecode of the file mail-report.sh of the component JSON Parsing. The manipulation of the argument sender/recipients results in command injection. It is...

9.9CVSS0.01687EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/01 5:43 a.m.9 views

encoding/asn1: golang: Go encoding/asn1: Denial of Service via excessive recursion in Unmarshal

A flaw was found in the encoding/asn1 package in Go. An attacker could provide a specially crafted, deeply-nested Abstract Syntax Notation One ASN.1 structure, leading to excessive recursion during the Unmarshal operation. This could result in stack exhaustion and a Denial of Service DoS conditio...

7.5CVSS6AI score0.00568EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/01 5:30 a.m.46 views

CVE-2026-83772 Cobham SATCOM VSAT7090 Maritime Satellite Router JSON Parsing mail-report.sh c_set_reports_decode command injection

A vulnerability was detected in Cobham SATCOM VSAT7090 Maritime Satellite Router up to 20260704. This issue affects the function csetreportsdecode of the file mail-report.sh of the component JSON Parsing. The manipulation of the argument sender/recipients results in command injection. It is...

9.9CVSS0.01687EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/01 5:30 a.m.9 views

EUVD-2026-68984

A vulnerability was detected in Cobham SATCOM VSAT7090 Maritime Satellite Router up to 20260704. This issue affects the function csetreportsdecode of the file mail-report.sh of the component JSON Parsing. The manipulation of the argument sender/recipients results in command injection. It is...

9.9CVSS6.9AI score0.01687EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/01 5:30 a.m.45 views

CVE-2026-83772

Cobham SATCOM VSAT7090 Maritime Satellite Router versions up to 20260704 are affected by a command injection vulnerability in the JSON Parsing component. The root cause lies in the function c_set_reports_decode within the file mail-report.sh , where unsanitized manipulation of the sender/recipien...

9.9CVSS6.9AI score0.01687EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/09/01 12:49 a.m.13 views

SUSE CVE-2026-81893

A flaw was found in gdk-pixbuf. When loading a specially crafted JPEG image containing chunked ICC profile markers, an error during ICC profile parsing can leave stale size metadata after the profile buffer is freed. A subsequent allocation in the same decode can cause an out-of-bounds write,...

4.7CVSS5.9AI score0.00112EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/09/01 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-82397

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.8, Tornado parses application/x-www-form-urlencoded request bodies with...

7.5CVSS5.4AI score0.0035EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/09/01 12:00 a.m.17 views

openSUSE 16 Security Update : python-sqlparse (openSUSE-SU-2026:21690-1)

The remote openSUSE 16 host has a package installed that is affected by multiple vulnerabilities as referenced in the openSUSE-SU-2026:21690-1 advisory. - CVE-2026-54284: high algorithm complexity when parsing SQL payloads with hundreds of nesting levels can lead to denial of service via excessiv...

8.7CVSS6AI score0.00279EPSS
SaveExploits0References13
Debian CVE
Debian CVE
added 2026/09/01 12:00 a.m.11 views

CVE-2026-52023

An issue in kamailio v.6.1.1 and before allows a remote attacker to cause a denial of service via the imsregistrarpcscf module, specifically the pcscfsavepending/savepending path and security-agreement parsing in secagree.c:parsesecagree...

7.5CVSS5.5AI score0.00331EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2026/09/01 12:00 a.m.11 views

Mozilla Thunderbird < 155.0

The version of Thunderbird installed on the remote Windows host is prior to 155.0. It is, therefore, affected by multiple vulnerabilities as referenced in the mfsa2026-86 advisory. - Privilege escalation due to invalid pointer in the Graphics component. This vulnerability was fixed in Firefox 155...

9.8CVSS6.4AI score0.00378EPSS
SaveExploits1References31
Tenable Nessus
Tenable Nessus
added 2026/09/01 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2024-58379

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - nodemailer before 6.9.9 contains a regular expression denial of service vulnerability in email parsing when attachDataUrls parameter is set or processing embedd...

6.9CVSS5.4AI score0.00304EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/01 12:00 a.m.6 views

CVE-2026-52023

An issue in kamailio v.6.1.1 and before allows a remote attacker to cause a denial of service via the imsregistrarpcscf module, specifically the pcscfsavepending/savepending path and security-agreement parsing in secagree.c:parsesecagree...

7.5CVSS6AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/09/01 12:00 a.m.18 views

PT-2026-84119

Name of the Vulnerable Software and Affected Versions Cobham SATCOM VSAT7090 Maritime Satellite Router versions prior to 20260704 Description Command injection is possible via remote attack in the JSON Parsing component. The issue exists within the c set reports decode function of the...

9.9CVSS7.4AI score0.01687EPSS
SaveExploits0References11
Rows per page
Query Builder