Lucene search
+L

203 matches found

vulnersOsv
vulnersOsv
added 2025/03/18 9:07 p.m.6 views

org.webjars.bower:jspdf-autotable (>=2.0.2, <=2.1.0) potentially affected by CVE-2025-29907 via org.webjars.bower:jspdf (>=1.0.272, <=1.4.1)

org.webjars.bower:jspdf MAVEN version =1.0.272, =2.0.2, =2.1.0 Source cves: CVE-2025-29907 Source advisory: SNYK:JAVA-ORGWEBJARSBOWER-9480445...

8.7CVSS6.7AI score0.00674EPSS
SaveExploits1
Snyk
Snyk
added 2025/03/18 9:07 p.m.6 views

Regular Expression Denial of Service (ReDoS)

Overview org.webjars:jspdf is a WebJar for jspdf. Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS in the addImage, html, and addSvgAsImage methods. An attacker can occupy excessive CPU by supplying a malicious data-url. PoC js import jsPDF from "jpsd...

8.7CVSS6.7AI score0.00674EPSS
SaveExploits1References2
vulnersOsv
vulnersOsv
added 2025/03/18 9:07 p.m.3 views

@firedesktop/react-portal-base (0.1.46), svgedit (7.3.5) potentially affected by CVE-2025-29907 via jspdf (3.0.0)

jspdf NPM version 3.0.0 is affected by a known vulnerability. The following packages have a transitive dependency on jspdf and may be impacted: - @firedesktop/react-portal-base 0.1.46 - svgedit 7.3.5 Source cves: CVE-2025-29907 Source advisory: OSV:GHSA-W532-JXJH-HJHJ...

8.7CVSS6.7AI score0.00674EPSS
SaveExploits1
vulnersOsv
vulnersOsv
added 2025/03/18 9:07 p.m.5 views

org.webjars.bowergithub.hhurz:tableexport.jquery.plugin (1.26.0) potentially affected by CVE-2025-29907 via org.webjars.bowergithub.parallax:jspdf (2.4.0)

org.webjars.bowergithub.parallax:jspdf MAVEN version 2.4.0 is affected by a known vulnerability. The following packages have a transitive dependency on org.webjars.bowergithub.parallax:jspdf and may be impacted: - org.webjars.bowergithub.hhurz:tableexport.jquery.plugin 1.26.0 Source cves:...

8.7CVSS6.7AI score0.00674EPSS
SaveExploits1
OSV
OSV
added 2025/03/18 9:07 p.m.4 views

GHSA-W532-JXJH-HJHJ jsPDF Bypass Regular Expression Denial of Service (ReDoS)

Impact User control of the first argument of the addImage method results in CPU utilization and denial of service. If given the possibility to pass unsanitized image urls to the addImage method, a user can provide a harmful data-url that results in high CPU utilization and denial of service. Othe...

8.7CVSS6.6AI score0.00674EPSS
SaveExploits1References4
NVD
NVD
added 2025/03/18 7:15 p.m.31 views

CVE-2025-29907

jsPDF is a library to generate PDFs in JavaScript. Prior to 3.0.1, user control of the first argument of the addImage method results in CPU utilization and denial of service. If given the possibility to pass unsanitised image urls to the addImage method, a user can provide a harmful data-url that...

8.7CVSS0.00674EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2025/03/18 6:40 p.m.12 views

CVE-2025-29907 jsPDF Bypass Regular Expression Denial of Service (ReDoS)

jsPDF is a library to generate PDFs in JavaScript. Prior to 3.0.1, user control of the first argument of the addImage method results in CPU utilization and denial of service. If given the possibility to pass unsanitised image urls to the addImage method, a user can provide a harmful data-url that...

8.7CVSS6.7AI score0.00674EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2025/03/18 6:40 p.m.26 views

CVE-2025-29907 jsPDF Bypass Regular Expression Denial of Service (ReDoS)

jsPDF is a library to generate PDFs in JavaScript. Prior to 3.0.1, user control of the first argument of the addImage method results in CPU utilization and denial of service. If given the possibility to pass unsanitised image urls to the addImage method, a user can provide a harmful data-url that...

8.7CVSS0.00674EPSS
SaveExploits1References2
CVE
CVE
added 2025/03/18 6:40 p.m.1791 views

CVE-2025-29907

CVE-2025-29907 — jsPDF DoS via addImage argument : In jsPDF, prior to 3.0.1, user control of the first argument to addImage can trigger high CPU utilization and denial of service when unsanitised image URLs/data-urls are passed. The vulnerability also affects html and addSvgAsImage in relevant co...

8.7CVSS6.5AI score0.00674EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2025/03/18 6:40 p.m.11 views

CVE-2025-29907 jsPDF Bypass Regular Expression Denial of Service (ReDoS)

jsPDF is a library to generate PDFs in JavaScript. Prior to 3.0.1, user control of the first argument of the addImage method results in CPU utilization and denial of service. If given the possibility to pass unsanitised image urls to the addImage method, a user can provide a harmful data-url that...

8.7CVSS6AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/03/18 12:00 a.m.24 views

PT-2025-13: Bypass Regular Expression Denial of Service (ReDoS) in jsPDF

The vulnerability was identified in jsPDF library, versions prior to 3.0.0. The discovered vulnerability allows an attacker to pass unsanitized image urls to the vulnerable method that results in high CPU utilization and denial of service. Vulnerability status: Confirmed by vendor Date of...

8.7CVSS7.2AI score
SaveExploits0
Huntr
Huntr
added 2022/01/16 10:05 p.m.17 views

Inefficient Regular Expression Complexity in parallax/jspdf

Description The jspdf package is vulnerable to ReDoS regular expression denial of service. An attacker that is able to provide crafted input to the setZoomMode functionality may cause an application to consume an excessive amount of CPU. Proof of Concept // PoC.js var jsPDF = require"jspdf".jsPDF...

2.4AI score
SaveExploits0
nodejs
nodejs
added 2021/05/17 9:01 p.m.79 views

Cross-site scripting in jspdf

Overview In jspdf before version 2.0.0 it is possible to inject JavaScript code via the html method. Recommendation Upgrade to version 2.0.0 or later References - CVE - GitHub Advisory...

4.3CVSS3.1AI score0.00968EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2021/05/17 9:01 p.m.46 views

GHSA-VH59-V9R5-4MH4 Cross-site scripting in jspdf

Affected versions of this package are vulnerable to Cross-site Scripting XSS. It's possible to inject JavaScript code via the html method...

6.1CVSS6.1AI score0.00968EPSS
SaveExploits1References10
Github Security Blog
Github Security Blog
added 2021/05/17 9:01 p.m.64 views

Cross-site scripting in jspdf

Affected versions of this package are vulnerable to Cross-site Scripting XSS. It's possible to inject JavaScript code via the html method...

6.1CVSS6AI score0.00968EPSS
SaveExploits1References11Affected Software1
nodejs
nodejs
added 2021/05/11 4:44 p.m.161 views

Regular Expression Denial of Service (ReDoS)

Overview jspdf before version 2.3.1 has a regular expression denial-of-service via the addImage function. Recommendation Upgrade to version 2.3.1 or later References - CVE - GitHub Advisory...

5CVSS6AI score0.02644EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2021/05/11 4:43 p.m.93 views

GHSA-3Q6F-8GRX-PR4V Cross-site scripting in jspdf

It's possible to use nested script tags in order to bypass the filtering regex...

6.1CVSS6.2AI score0.01573EPSS
SaveExploits1References8
Github Security Blog
Github Security Blog
added 2021/05/11 4:43 p.m.66 views

Cross-site scripting in jspdf

It's possible to use nested script tags in order to bypass the filtering regex...

6.3CVSS6.2AI score0.01573EPSS
SaveExploits1References9Affected Software1
OSV
OSV
added 2021/03/12 9:28 p.m.37 views

GHSA-57F3-GGHM-9MHC jspdf vulnerable to Regular Expression Denial of Service (ReDoS)

This affects the package jspdf before 2.3.1. ReDoS is possible via the addImage function...

7.5CVSS5.9AI score0.02644EPSS
SaveExploits0References8
vulnersOsv
vulnersOsv
added 2021/03/12 9:28 p.m.3 views

@0soft/zero-material-ui (>=0.0.1, <=0.0.25), @abegalinov/backoffice-skeleton (>=0.1.0, <=0.4.9) +304 more potentially affected by CVE-2021-23353 via jspdf (>=2.0.0, <=2.3.0)

jspdf NPM version =2.0.0, =0.0.1, =0.1.0, =0.0.1, =0.0.0-nightly-202010102951, =0.0.0-nightly-202151822534, =0.0.0-nightly-202151023138, =0.0.0-nightly-202010102951, =0.0.0-nightly-202141023010, =0.0.0-nightly-202010102951, =0.0.0-nightly-202122521518, =0.0.0-nightly-202121722854,...

7.5CVSS7.4AI score0.02644EPSS
SaveExploits0
Rows per page
Query Builder