VYPR
Medium severity4.3OSV Advisory· Published Jul 15, 2024· Updated Apr 15, 2026

CVE-2024-39918

CVE-2024-39918

Description

@jmondi/url-to-png is an open source URL to PNG utility featuring parallel rendering using Playwright for screenshots and with storage caching via Local, S3, or CouchDB. Input of the ImageId in the code is not sanitized and may lead to path traversal. This allows an attacker to store an image in an arbitrary location that the server has permission to access. This issue has been addressed in version 2.1.2 and all users are advised to upgrade. There are no known workarounds for this vulnerability.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
@jmondi/url-to-pngnpm
< 2.1.22.1.2

Affected products

1

Patches

1
e4eaeca6493b

sanitize params

https://github.com/jasonraimondi/url-to-pngNishant JainJul 12, 2024via ghsa
1 file changed · +1 1
  • src/middlewares/extract_query_params.ts+1 1 modified
    @@ -72,7 +72,7 @@ export function handleExtractQueryParamsMiddleware(encryptionService?: StringEnc
     
         const date = new Date();
         const dateString = date.toLocaleDateString().replace(/\//g, "-");
    -    const imageId = dateString + "." + slugify(validData.url) + configToString(params);
    +    const imageId = dateString + "." + slugify(validData.url) + slugify(configToString(params));
     
         c.set("input", validData);
         c.set("imageId", imageId);
    

Vulnerability mechanics

Synthesis attempt was rejected by the grounding validator. Re-run pending.

References

6

News mentions

0

No linked articles in our index yet.