Lucene search
+L

9511 matches found

CVE
CVE
•added 2026/07/08 4:22 p.m.•65 views

CVE-2026-59924

Mistune (Python Markdown parser) prior to v3.3.0 contains a path traversal flaw in Include.parse() where include paths are joined/normalized without ensuring the result stays inside the markdown directory. When processing markdown files via md.read(), crafted include paths could read files outsid...

5.9CVSS6AI score0.00462EPSS
SaveExploits1References3Affected Software1
OSV
OSV
•added 2026/07/08 4:22 p.m.•16 views

CVE-2026-59924 Mistune: Arbitrary File Read via Include directive path traversal

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, Include.parse joins and normalizes user-supplied include paths without verifying that the result remains within the intended markdown directory, allowing crafted include paths to access files outside that directory wh...

5.9CVSS6.1AI score
SaveExploits0References5
Cvelist
Cvelist
•added 2026/07/08 4:22 p.m.•55 views

CVE-2026-59924 Mistune: Arbitrary File Read via Include directive path traversal

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, Include.parse joins and normalizes user-supplied include paths without verifying that the result remains within the intended markdown directory, allowing crafted include paths to access files outside that directory wh...

5.9CVSS0.00462EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
•added 2026/07/08 4:22 p.m.•12 views

CVE-2026-59924 Mistune: Arbitrary File Read via Include directive path traversal

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, Include.parse joins and normalizes user-supplied include paths without verifying that the result remains within the intended markdown directory, allowing crafted include paths to access files outside that directory wh...

5.9CVSS6AI score0.00462EPSS
SaveExploits1References3
attackerkb
attackerkb
•added 2026/07/08 4:22 p.m.•18 views

CVE-2026-59924

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, Include.parse joins and normalizes user-supplied include paths without verifying that the result remains within the intended markdown directory, allowing crafted include paths to access files outside that directory wh...

5.9CVSS6AI score0.00462EPSS
SaveExploits1References4Affected Software1
Positive Technologies
Positive Technologies
•added 2026/07/08 12:00 a.m.•23 views

PT-2026-56517

Name of the Vulnerable Software and Affected Versions Mistune versions prior to 3.3.0 Description Mistune is a Python Markdown parser with renderers and plugins. The Include.parse function joins and normalizes user-supplied include paths without verifying that the result remains within the intend...

5.9CVSS6.1AI score0.00462EPSS
SaveExploits1References42
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/07/08 12:00 a.m.•1 views

CVE-2026-59927: Uncontrolled Recursion

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.3CVSS5.8AI score0.00529EPSS
SaveExploits1References5
Positive Technologies
Positive Technologies
•added 2026/07/08 12:00 a.m.•38 views

PT-2026-56518

Name of the Vulnerable Software and Affected Versions Mistune versions prior to 3.3.0 Description The Include directive in src/mistune/directives/include.py only detects direct self-includes and fails to identify indirect cycles. This allows two markdown files that include each other to trigger...

5.3CVSS6.1AI score0.00529EPSS
SaveExploits1References41
PyPA
PyPA
•added 2026/07/07 4:03 p.m.•21 views

mkdocs-include-markdown-plugin susceptible to unvalidated input colliding with substitution placeholders

ImpactCWE-20: Improper Input ValidationLow impact PatchesPatched in v7.1.8 commit https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/7466d67aa0de8ffbc427204ad2475fed07678915 WorkaroundsNo...

6.5CVSS5.9AI score0.00341EPSS
SaveExploits0References8Affected Software1
OSV
OSV
•added 2026/07/07 4:03 p.m.•16 views

PYSEC-2026-1632 mkdocs-include-markdown-plugin susceptible to unvalidated input colliding with substitution placeholders

Impact CWE-20: Improper Input Validation Low impact Patches Patched in v7.1.8 commit https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/7466d67aa0de8ffbc427204ad2475fed07678915 Workarounds No...

6.5CVSS5.9AI score0.00341EPSS
SaveExploits0References8
PyPA
PyPA
•added 2026/07/07 2:34 p.m.•28 views

Ansible vulnerable to Insertion of Sensitive Information into Log File

A flaw was found in Ansible, where sensitive information stored in Ansible Vault files can be exposed in plaintext during the execution of a playbook. This occurs when using tasks such as includevars to load vaulted variables without setting the nolog: true parameter, resulting in sensitive data...

7.1CVSS6AI score0.00271EPSS
SaveExploits0References14Affected Software1
OSV
OSV
•added 2026/07/07 2:34 p.m.•12 views

PYSEC-2026-1124 Ansible vulnerable to Insertion of Sensitive Information into Log File

A flaw was found in Ansible, where sensitive information stored in Ansible Vault files can be exposed in plaintext during the execution of a playbook. This occurs when using tasks such as includevars to load vaulted variables without setting the nolog: true parameter, resulting in sensitive data...

7.1CVSS6.7AI score0.00271EPSS
SaveExploits0References14
attackerkb
attackerkb
•added 2026/07/07 11:46 a.m.•17 views

CVE-2011-10043

Module::Load versions before 0.22 for Perl allow arbitrary modules outside of @INC to be loaded. Module names starting with "::" could be passed to the load function to specify arbitrary module paths. Attackers able to influence module names passed to load could use that bug to execute arbitrary...

9.8CVSS6.1AI score0.00775EPSS
SaveExploits0References4
CVE
CVE
•added 2026/07/07 11:46 a.m.•47 views

CVE-2011-10043

The Module::Load component for Perl is vulnerable in versions prior to 0.22 . The root cause is that the load function can be manipulated using module names starting with :: to specify and load arbitrary module paths outside of @INC . An attacker capable of influencing the module names passed to ...

6.1AI score0.00775EPSS
SaveExploits0References3
PyPA
PyPA
•added 2026/07/07 11:45 a.m.•22 views

Any file can be included with the pymdown-snippets extension

SummaryArbitrary file read when using include file syntax. DetailsBy using the syntax --8--"/etc/passwd" or --8--"/proc/self/environ" the content of these files will be rendered in the generated documentation. Additionally, a path relative to a specified, allowed base path can also be used to...

7.5CVSS7.1AI score0.01658EPSS
SaveExploits1References7Affected Software1
OSV
OSV
•added 2026/07/07 11:45 a.m.•18 views

PYSEC-2026-1824 Any file can be included with the pymdown-snippets extension

Summary Arbitrary file read when using include file syntax. Details By using the syntax --8--"/etc/passwd" or --8--"/proc/self/environ" the content of these files will be rendered in the generated documentation. Additionally, a path relative to a specified, allowed base path can also be used to...

7.5CVSS7.1AI score0.01658EPSS
SaveExploits1References7
NVD
NVD
•added 2026/07/07 6:16 a.m.•54 views

CVE-2026-14345

The WPFunnels – Funnel Builder for WooCommerce with Checkout & One Click Upsell plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 3.12.7 via the 'postData' parameter parameter. This is due to unsanitized write of attacker-controlled postData values...

9.8CVSS0.01392EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
•added 2026/07/07 12:00 a.m.•40 views

PT-2026-56149

Name of the Vulnerable Software and Affected Versions WPFunnels – Funnel Builder for WooCommerce with Checkout & One Click Upsell versions prior to 3.12.8 Description Unauthenticated attackers can achieve Remote Code Execution by sending unsanitized values through the postData parameter. The plug...

9.8CVSS6.2AI score0.01392EPSS
SaveExploits0References17
Positive Technologies
Positive Technologies
•added 2026/07/07 12:00 a.m.•20 views

PT-2026-56182

Module::Load versions before 0.22 for Perl allow arbitrary modules outside of @INC to be loaded. Module names starting with "::" could be passed to the load function to specify arbitrary module paths. Attackers able to influence module names passed to load could use that bug to execute arbitrary...

6.1AI score0.00775EPSS
SaveExploits0References4
OSV
OSV
•added 2026/07/06 9:38 p.m.•15 views

CVE-2026-43921 FOSSBilling vulnerable to arbitrary PHP code injection via unescaped config serialization

FOSSBilling is a free, open-source billing and client management system. Versions 0.6.10 through 0.7.2 have a PHP code injection vulnerability in FOSSBilling's Config::prettyPrintArrayToPHP method. When configuration values are updated, string values are written into config.php without escaping...

8.9CVSS6.2AI score
SaveExploits0References3
Rows per page
Query Builder