Lucene search
+L

1713 matches found

PyPA
PyPA
added 2026/07/14 4:17 p.m.26 views

PYSEC-2026-3452

Pillow is a Python imaging library. From 12.0.0 through 12.2.0, Pillow's EPS parser in PIL/EpsImagePlugin.py accepts a negative byte count in the %%BeginBinary directive, allowing a crafted EPS file to cause Image.open to seek backwards to the same directive and parse it repeatedly in an infinite...

7.5CVSS6.1AI score0.00655EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/07/14 4:17 p.m.17 views

DEBIAN-CVE-2026-59203

Pillow is a Python imaging library. From 12.0.0 through 12.2.0, Pillow's EPS parser in PIL/EpsImagePlugin.py accepts a negative byte count in the %%BeginBinary directive, allowing a crafted EPS file to cause Image.open to seek backwards to the same directive and parse it repeatedly in an infinite...

7.5CVSS6.1AI score0.00655EPSS
SaveExploits1References1
Debian CVE
Debian CVE
added 2026/07/14 3:43 p.m.25 views

CVE-2026-59203

Pillow is a Python imaging library. From 12.0.0 through 12.2.0, Pillow's EPS parser in PIL/EpsImagePlugin.py accepts a negative byte count in the %%BeginBinary directive, allowing a crafted EPS file to cause Image.open to seek backwards to the same directive and parse it repeatedly in an infinite...

7.5CVSS5.3AI score0.00655EPSS
SaveExploits1
Vulnrichment
Vulnrichment
added 2026/07/14 3:43 p.m.9 views

CVE-2026-59203 Pillow EpsImagePlugin negative %%BeginBinary byte count causes infinite loop denial of service

Pillow is a Python imaging library. From 12.0.0 through 12.2.0, Pillow's EPS parser in PIL/EpsImagePlugin.py accepts a negative byte count in the %%BeginBinary directive, allowing a crafted EPS file to cause Image.open to seek backwards to the same directive and parse it repeatedly in an infinite...

5.3CVSS6.1AI score0.00655EPSS
SaveExploits1References4
OSV
OSV
added 2026/07/13 3:15 p.m.15 views

PYSEC-2026-2409 ciguard: Container image runs as root (no USER directive)

Summary The published ghcr.io/jo-jo98/ciguard container image inherits the default root user because the Dockerfile lacks a USER directive. ciguard is a static analyser with no need for root privileges; running as root inside a container makes any future container-runtime escape CVE more impactfu...

3CVSS6.1AI score0.00122EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/07/10 8:37 p.m.30 views

Secure Headers: CSP directive injection via sandbox, plugin_types, and report_to when given untrusted input

Summary secureheaders builds the Content-Security-Policy value by stitching every configured directive together with ; separators. Three directive builders buildsandboxlistdirective, buildmediatypelistdirective, buildreporttodirective interpolate caller-supplied strings into that value without...

4.7CVSS6.2AI score0.00286EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/10 8:37 p.m.22 views

GHSA-RQQ5-2GF9-4W4Q Secure Headers: CSP directive injection via sandbox, plugin_types, and report_to when given untrusted input

Summary secureheaders builds the Content-Security-Policy value by stitching every configured directive together with ; separators. Three directive builders buildsandboxlistdirective, buildmediatypelistdirective, buildreporttodirective interpolate caller-supplied strings into that value without...

4.7CVSS6.2AI score0.00286EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/10 3:12 a.m.15 views

SUSE CVE-2026-59926

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.2.1, renderadmonition in src/mistune/directives/admonition.py concatenates the Admonition directive :class: option into the HTML class attribute without escaping, allowing attribute injection and cross-site scripting even...

6.1CVSS6AI score0.00327EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/10 12:00 a.m.29 views

PT-2026-57369

Name of the Vulnerable Software and Affected Versions secure headers versions prior to 7.3.0 Description The software fails to properly sanitize caller-supplied strings when building the Content-Security-Policy CSP header. Specifically, the functions build sandbox list directive, build media type...

4.7CVSS5.4AI score0.00286EPSS
SaveExploits0References12
RedhatCVE
RedhatCVE
added 2026/07/09 3:28 p.m.16 views

CVE-2026-59926

A flaw was found in Mistune, a Python Markdown parser. The renderadmonition function in the Admonition directive concatenates user-controlled input into the HTML class attribute without proper escaping. This vulnerability allows for attribute injection and Cross-Site Scripting XSS attacks, even...

6.1CVSS6.3AI score0.00327EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/07/09 11:00 a.m.19 views

CVE-2026-59927

A flaw was found in Mistune, a Python Markdown parser. The Include directive in Mistune's src/mistune/directives/include.py does not properly detect indirect cycles when two Markdown files include each other. This oversight allows for unbounded recursion, which can lead to a RecursionError and...

5.3CVSS5.9AI score0.00529EPSS
SaveExploits1References6
Tenable Nessus
Tenable Nessus
added 2026/07/09 12:00 a.m.18 views

Linux Distros Unpatched Vulnerability : CVE-2026-59927

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, the Include directive in src/mistune/directives/include.py detects only direct...

5.3CVSS5.9AI score0.00529EPSS
SaveExploits1References3
Snyk
Snyk
added 2026/07/08 6:46 p.m.12 views

Cross-site Scripting (XSS)

Overview Affected versions of this package are vulnerable to Cross-site Scripting XSS via the renderadmonition function. An attacker can execute arbitrary scripts in the context of the user by injecting malicious content into the :class: option of the Admonition directive, which is not properly...

6.1CVSS6.2AI score0.00327EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/08 5:17 p.m.10 views

AZL-92214 CVE-2026-59926 affecting package python-mistune for versions less than 3.3.0-1

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.2.1, renderadmonition in src/mistune/directives/admonition.py concatenates the Admonition directive :class: option into the HTML class attribute without escaping, allowing attribute injection and cross-site scripting even...

6.1CVSS5.8AI score0.00327EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/08 5:17 p.m.24 views

CVE-2026-59927

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, the Include directive in src/mistune/directives/include.py detects only direct self-includes and not indirect cycles, allowing two markdown files that include each other to trigger unbounded recursion, raise...

5.3CVSS0.00529EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/08 5:17 p.m.14 views

PYSEC-2026-2214

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.2.1, renderadmonition in src/mistune/directives/admonition.py concatenates the Admonition directive :class: option into the HTML class attribute without escaping, allowing attribute injection and cross-site scripting even...

6.1CVSS6AI score0.00327EPSS
SaveExploits0References3
PyPA
PyPA
added 2026/07/08 5:17 p.m.21 views

PYSEC-2026-2215

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, the Include directive in src/mistune/directives/include.py detects only direct self-includes and not indirect cycles, allowing two markdown files that include each other to trigger unbounded recursion, raise...

5.3CVSS6.1AI score0.00529EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/07/08 5:17 p.m.14 views

PYSEC-2026-2215

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, the Include directive in src/mistune/directives/include.py detects only direct self-includes and not indirect cycles, allowing two markdown files that include each other to trigger unbounded recursion, raise...

5.3CVSS6.1AI score0.00529EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/08 5:17 p.m.9 views

DEBIAN-CVE-2026-59926

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.2.1, renderadmonition in src/mistune/directives/admonition.py concatenates the Admonition directive :class: option into the HTML class attribute without escaping, allowing attribute injection and cross-site scripting even...

6.1CVSS6AI score0.00327EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/08 5:17 p.m.15 views

DEBIAN-CVE-2026-59927

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, the Include directive in src/mistune/directives/include.py detects only direct self-includes and not indirect cycles, allowing two markdown files that include each other to trigger unbounded recursion, raise...

5.3CVSS6.1AI score0.00529EPSS
SaveExploits1References1
Rows per page
Query Builder