Lucene search
+L

4787 matches found

OpenVAS
OpenVAS
added 2023/03/30 12:0 a.m.13 views

Fedora: Security Advisory for python-markdown-it-py (FEDORA-2023-8ff3ba5fb5)

The remote host is missing an update for the SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

5.5CVSS5.5AI score0.00225EPSS
SaveExploits0References2
OSV
OSV
added 2023/03/29 1:15 p.m.7 views

CVE-2022-48430

In JetBrains IntelliJ IDEA before 2023.1 file content could be disclosed via an external stylesheet path in Markdown preview...

7.5CVSS5.7AI score0.00329EPSS
SaveExploits0References1
NVD
NVD
added 2023/03/29 1:15 p.m.33 views

CVE-2022-48430

In JetBrains IntelliJ IDEA before 2023.1 file content could be disclosed via an external stylesheet path in Markdown preview...

7.5CVSS6.1AI score0.00329EPSS
SaveExploits0References1
Prion
Prion
added 2023/03/29 1:15 p.m.22 views

Design/Logic Flaw

In JetBrains IntelliJ IDEA before 2023.1 file content could be disclosed via an external stylesheet path in Markdown preview...

5CVSS7.5AI score0.00329EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2023/03/29 12:7 p.m.38 views

CVE-2022-48430

In JetBrains IntelliJ IDEA before 2023.1 file content could be disclosed via an external stylesheet path in Markdown preview...

5.5CVSS7.7AI score0.00329EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2023/03/29 12:7 p.m.8 views

CVE-2022-48430

In JetBrains IntelliJ IDEA before 2023.1 file content could be disclosed via an external stylesheet path in Markdown preview...

5.5CVSS7.5AI score0.00329EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2023/03/29 12:0 a.m.6 views

JetBrains IntelliJ IDEA 安全漏洞

JetBrains IntelliJ IDEA is a set of integrated development environments for the Java language from the Czech company JetBrains. A security vulnerability exists in JetBrains IntelliJ IDEA versions prior to 2023.1, which stems from a file content that can lead to path disclosure via an external...

7.5CVSS7.3AI score0.00329EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2023/03/29 12:0 a.m.11 views

PT-2023-15774 · Jetbrains · Intellij Idea

Name of the Vulnerable Software and Affected Versions: JetBrains IntelliJ IDEA versions prior to 2023.1 Description: The issue allows file content to be disclosed via an external stylesheet path in Markdown preview. Recommendations: For versions prior to 2023.1, update to version 2023.1 or later ...

7.5CVSS7.5AI score0.00329EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2023/03/29 12:0 a.m.13 views

Fedora 37 : python-markdown-it-py (2023-c3fb6d6b8d)

The remote Fedora 37 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2023-c3fb6d6b8d advisory. Update to 2.2.0, includes the fix for CVE-2023-26302 Tenable has extracted the preceding description block directly from the Fedora security advisor...

5.5CVSS5.8AI score0.00225EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2023/03/29 12:0 a.m.16 views

Fedora 38 : python-markdown-it-py (2023-8ff3ba5fb5)

The remote Fedora 38 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2023-8ff3ba5fb5 advisory. Update to 2.2.0, includes the fix for CVE-2023-26302 Tenable has extracted the preceding description block directly from the Fedora security advisor...

5.5CVSS5.8AI score0.00225EPSS
SaveExploits0References2
NVD
NVD
added 2023/03/28 9:15 p.m.12 views

CVE-2023-28631

comrak is a CommonMark + GFM compatible Markdown parser and renderer written in rust. A Comrak AST can be constructed manually by a program instead of parsing a Markdown document with parsedocument. This AST can then be converted to HTML via html::formatdocumentwithplugins. However, the HTML...

9.8CVSS7.3AI score0.01268EPSS
SaveExploits0References5
Prion
Prion
added 2023/03/28 9:15 p.m.12 views

Design/Logic Flaw

comrak is a CommonMark + GFM compatible Markdown parser and renderer written in rust. A range of quadratic parsing issues are present in Comrak. These can be used to craft denial-of-service attacks on services that use Comrak to parse Markdown. This issue has been addressed in version 0.17.0. Use...

5CVSS8.2AI score0.0112EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2023/03/28 8:17 p.m.5 views

CVE-2023-28631 Attacker controlled data in AST nodes is not validated in comrak

comrak is a CommonMark + GFM compatible Markdown parser and renderer written in rust. A Comrak AST can be constructed manually by a program instead of parsing a Markdown document with parsedocument. This AST can then be converted to HTML via html::formatdocumentwithplugins. However, the HTML...

5.3CVSS9.3AI score0.01268EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2023/03/28 8:17 p.m.52 views

CVE-2023-28631 Attacker controlled data in AST nodes is not validated in comrak

comrak is a CommonMark + GFM compatible Markdown parser and renderer written in rust. A Comrak AST can be constructed manually by a program instead of parsing a Markdown document with parsedocument. This AST can then be converted to HTML via html::formatdocumentwithplugins. However, the HTML...

5.3CVSS9.5AI score0.01268EPSS
SaveExploits0References5
CVE
CVE
added 2023/03/28 8:17 p.m.60 views

CVE-2023-28631

CVE-2023-28631 affects the comrak Markdown parser/renderer (Rust). The issue arises when an AST is constructed manually and later formatted to HTML; the formatter assumes data is valid UTF-8, but some [u8] fields may not be, triggering bugs. Affected version is 0.17.0; remediation per sources is ...

9.8CVSS7.2AI score0.01268EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2023/03/28 8:14 p.m.6 views

CVE-2023-28626 Quadratic runtime when parsing Markdown in comrak

comrak is a CommonMark + GFM compatible Markdown parser and renderer written in rust. A range of quadratic parsing issues are present in Comrak. These can be used to craft denial-of-service attacks on services that use Comrak to parse Markdown. This issue has been addressed in version 0.17.0. Use...

5.3CVSS6.6AI score0.0112EPSS
SaveExploits0References5
CVE
CVE
added 2023/03/28 8:14 p.m.60 views

CVE-2023-28626

CVE-2023-28626 affects the comrak crate (Rust) used for CommonMark/GFM parsing. Connected documents confirm the vulnerability is a set of quadratic parsing issues that can cause denial-of-service in services parsing Markdown, with remediation by upgrading to a newer comrak release (addressed in 0...

7.5CVSS6.1AI score0.0112EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2023/03/28 8:14 p.m.44 views

CVE-2023-28626 Quadratic runtime when parsing Markdown in comrak

comrak is a CommonMark + GFM compatible Markdown parser and renderer written in rust. A range of quadratic parsing issues are present in Comrak. These can be used to craft denial-of-service attacks on services that use Comrak to parse Markdown. This issue has been addressed in version 0.17.0. Use...

5.3CVSS8.6AI score0.0112EPSS
SaveExploits0References5
OSV
OSV
added 2023/03/28 8:14 p.m.12 views

CVE-2023-28626 Quadratic runtime when parsing Markdown in comrak

comrak is a CommonMark + GFM compatible Markdown parser and renderer written in rust. A range of quadratic parsing issues are present in Comrak. These can be used to craft denial-of-service attacks on services that use Comrak to parse Markdown. This issue has been addressed in version 0.17.0. Use...

5.3CVSS7.4AI score0.0112EPSS
SaveExploits0References7
vulnersOsv
vulnersOsv
added 2023/03/28 2:45 p.m.6 views

about-filter (>=0.1.0 <=0.1.1), askama (=0.12.0) +56 more potentially affected by CVE-2023-28631 via comrak (>=0.10.1 <=0.16.0)

comrak CARGO version =0.10.1, =0.1.0, =0.12.1, =1.0.0, =1.0.0, =0.1.0, =0.2.0, =0.2.1, =0.1.1, =0.1.0, =0.1.0, =0.5.5 and more Source cves: CVE-2023-28631 Source advisory: OSV:GHSA-5R3X-P7XX-X6Q5...

9.8CVSS7.2AI score0.01268EPSS
SaveExploits0
Rows per page
Query Builder