Lucene search
+L

212 matches found

NVD
NVD
added 2026/08/19 9:16 p.m.5 views

CVE-2026-54743

Lemmy is a link aggregator and forum for the fediverse. Prior to lemmy-ui 0.19.19-beta.1, LemmyNet/lemmy-ui renders Markdown in src/shared/markdown.ts for post bodies, comment bodies, private messages, and community and site sidebars through mdToHtml, which returns a raw html object that Inferno...

6.4CVSS0.00401EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 8:18 p.m.6 views

CVE-2026-54743 Lemmy: Stored XSS via markdown image alt-text in lemmy-ui html5-embed

Lemmy is a link aggregator and forum for the fediverse. Prior to lemmy-ui 0.19.19-beta.1, LemmyNet/lemmy-ui renders Markdown in src/shared/markdown.ts for post bodies, comment bodies, private messages, and community and site sidebars through mdToHtml, which returns a raw html object that Inferno...

6.4CVSS5.6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/19 8:18 p.m.31 views

CVE-2026-54743 Lemmy: Stored XSS via markdown image alt-text in lemmy-ui html5-embed

Lemmy is a link aggregator and forum for the fediverse. Prior to lemmy-ui 0.19.19-beta.1, LemmyNet/lemmy-ui renders Markdown in src/shared/markdown.ts for post bodies, comment bodies, private messages, and community and site sidebars through mdToHtml, which returns a raw html object that Inferno...

6.4CVSS0.00401EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/19 8:18 p.m.13 views

CVE-2026-54743

Lemmy (a fediverse link aggregator and forum) is affected by a stored XSS in lemmy-ui prior to version 0.19.19-beta.1 . The root cause lies in src/shared/markdown.ts, where mdToHtml returns a raw __html object injected by Inferno without a sanitizer pass. The [email protected] plugin,...

6.4CVSS5.5AI score0.00401EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/04 2:52 p.m.5 views

CLSA-2026-1774225206 TuxCare security update for markdown-it (1 CVE)

TuxCare rebuilt markdown-it to address 1 CVE. Fixed in 8.4.2-tuxcare.1...

5.3CVSS6.2AI score0.02192EPSS
SaveExploits1
OSV
OSV
added 2026/08/04 2:52 p.m.6 views

CLSA-2026-1773015255 TuxCare security update for markdown-it (1 CVE)

TuxCare rebuilt markdown-it to address 1 CVE. Fixed in 4.3.0-tuxcare.1...

5.3CVSS6.2AI score0.02192EPSS
SaveExploits1
IBM Security Bulletins
IBM Security Bulletins
added 2026/07/30 8:39 a.m.7 views

Security Bulletin: IBM Quantum Safe Explorer is affected by multiple vulnerabilities

Summary Multiple vulnerabilities are found in the dependent open source libraries used in IBM Quantum Safe Explorer code base. IBM Quantum Safe Explorer has addressed these vulnerabilities by updating the versions of the affected libraries. Vulnerability Details CVEID:CVE-2026-14631 DESCRIPTION:...

8.1CVSS6.4AI score0.00779EPSS
SaveExploits2Affected Software1
OSV
OSV
added 2026/07/15 1:01 p.m.16 views

ROOT-APP-NPM-CVE-2026-2327 CVE-2026-2327 in @rootio/markdown-it - Patched by Root

Root has patched CVE-2026-2327 in the @rootio/markdown-it package for Root:npm. Multiple fixed versions available...

5.3CVSS7.1AI score0.0065EPSS
SaveExploits0
Circl
Circl
added 2026/06/26 10:35 p.m.12 views

CVE-2026-48801

creationtimestamp| type| source ---|---|--- 2026-06-26 22:35:32+00:00| published-proof-of-concept| https://github.com/markdown-it/linkify-it/security/advisories/GHSA-22p9-wv53-3rq4 2026-07-14 23:48:48+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mqnfglsj4s2w 2026-07-27...

8.7CVSS5.8AI score0.00353EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/06/26 8:47 p.m.16 views

LinkifyIt#match scan loop has quadratic algorithmic complexity

Summary LinkifyIt.prototype.match — the package's primary public API — has ON² algorithmic complexity for inputs containing many fuzzy links or emails. This is not a regex backtrack bug; it's a structural issue in the JS-level scan loop that re-slices the input and re-runs unanchored regex search...

8.7CVSS5.8AI score0.02192EPSS
SaveExploits2References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/06/26 12:00 a.m.34 views

PT-2026-53018

Name of the Vulnerable Software and Affected Versions linkify-it versions prior to 5.0.1 Description LinkifyIt.prototype.match the primary public API contains a structural issue in its JavaScript-level scan loop that results in ON² algorithmic complexity when processing inputs with numerous fuzzy...

8.7CVSS4.9AI score0.00353EPSS
SaveExploits1References14
IBM Security Bulletins
IBM Security Bulletins
added 2026/06/22 2:27 p.m.10 views

Security Bulletin: DataStage on Cloud Pak for Data has several vulnerabilities due to open source software

Summary Open source packages are used as part of the overall processing in DataStage on Cloud Pak for Data. Vulnerability Details CVEID:CVE-2025-13465 DESCRIPTION: Lodash versions 4.0.0 through 4.17.22 are vulnerable to prototype pollution in the .unset and .omit functions. An attacker can pass...

9.8CVSS6.8AI score0.01591EPSS
SaveExploits1Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/06/20 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-48988

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - markdown-it is a Markdown parser. Versions 14.1.1 and below contain a denial-of-service vulnerability when typographer: true is enabled, due to quadratic On^2...

5.3CVSS5.8AI score0.00379EPSS
SaveExploits1References3
NVD
NVD
added 2026/06/17 9:16 p.m.25 views

CVE-2026-48988

markdown-it is a Markdown parser. Versions 14.1.1 and below contain a denial-of-service vulnerability when typographer: true is enabled, due to quadratic On^2 processing in the smartquotes rule. The issue stems from repeatedly modifying strings with replaceAt, which performs On slicing and...

5.3CVSS0.00379EPSS
SaveExploits1References2
OSV
OSV
added 2026/06/17 9:16 p.m.11 views

DEBIAN-CVE-2026-48988

markdown-it is a Markdown parser. Versions 14.1.1 and below contain a denial-of-service vulnerability when typographer: true is enabled, due to quadratic On^2 processing in the smartquotes rule. The issue stems from repeatedly modifying strings with replaceAt, which performs On slicing and...

5.3CVSS5.2AI score0.00379EPSS
SaveExploits1References1
UbuntuCve
UbuntuCve
added 2026/06/17 9:16 p.m.9 views

CVE-2026-48988

markdown-it is a Markdown parser. Versions 14.1.1 and below contain a denial-of-service vulnerability when typographer: true is enabled, due to quadratic On^2 processing in the smartquotes rule. The issue stems from repeatedly modifying strings with replaceAt, which performs On slicing and...

5.3CVSS6AI score0.00379EPSS
SaveExploits1References3
OSV
OSV
added 2026/06/17 9:16 p.m.10 views

UBUNTU-CVE-2026-48988

markdown-it is a Markdown parser. Versions 14.1.1 and below contain a denial-of-service vulnerability when typographer: true is enabled, due to quadratic On^2 processing in the smartquotes rule. The issue stems from repeatedly modifying strings with replaceAt, which performs On slicing and...

5.3CVSS5.7AI score0.00379EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2026/06/17 8:54 p.m.31 views

CVE-2026-48988 markdown-it: Quadratic complexity DoS in smartquotes rule via replaceAt string operations

markdown-it is a Markdown parser. Versions 14.1.1 and below contain a denial-of-service vulnerability when typographer: true is enabled, due to quadratic On^2 processing in the smartquotes rule. The issue stems from repeatedly modifying strings with replaceAt, which performs On slicing and...

5.3CVSS0.00379EPSS
SaveExploits1References2
CVE
CVE
added 2026/06/17 8:54 p.m.59 views

CVE-2026-48988

markdown-it is affected by a Denial-of-Service vulnerability (CVE-2026-48988) when typographer: true is enabled. Versions 14.1.1 and earlier process smartquotes with a quadratic time complexity due to repeated uses of replaceAt(), causing high CPU usage on quote-heavy inputs. The issue can degrad...

5.3CVSS5.2AI score0.00379EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/06/17 8:54 p.m.12 views

CVE-2026-48988 markdown-it: Quadratic complexity DoS in smartquotes rule via replaceAt string operations

markdown-it is a Markdown parser. Versions 14.1.1 and below contain a denial-of-service vulnerability when typographer: true is enabled, due to quadratic On^2 processing in the smartquotes rule. The issue stems from repeatedly modifying strings with replaceAt, which performs On slicing and...

5.3CVSS5.9AI score
SaveExploits0References4
Rows per page
Query Builder