PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-72571 mustafaakin CVE debrief

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-10T11:17:29.760Z and has not been modified since then. The mustafaakin/cast-localvideo application has a path traversal vulnerability. The app.js file, specifically at lines 151-153, uses the req.body.dir parameter directly in res.sendFile() without sanitization. This allows an unauthenticated remote attacker to read arbitrary files from the server using absolute paths or ../ sequences. The vulnerability affects confidentiality and may allow attackers to read sensitive system files. Administrators and users of the mustafaakin/cast-localvideo application should be aware of this vulnerability and take necessary actions to protect their systems. Operators, platform administrators, and security teams need to assess their exposure, apply patches or mitigations, and monitor for suspicious activity. Defenders should verify server file access controls, monitor for suspicious file read requests, and consider compensating controls like web application firewalls.

Vendor
mustafaakin
Product
cast-localvideo
CVSS
HIGH 7.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-10
Original CVE updated
2026-09-03
Advisory published
2026-08-10
Advisory updated
2026-09-03

Who should care

Administrators and users of the mustafaakin/cast-localvideo application should be aware of this vulnerability and take necessary actions to protect their systems. Operators, platform administrators, and security teams need to assess their exposure, apply patches or mitigations, and monitor for suspicious activity. Vulnerability management and security teams should prioritize patching and verify server file access controls.

Technical summary

The mustafaakin/cast-localvideo application has a path traversal vulnerability. The app.js file, specifically at lines 151-153, uses the req.body.dir parameter directly in res.sendFile() without sanitization. This allows an unauthenticated remote attacker to read arbitrary files from the server using absolute paths or ../ sequences. The vulnerability affects confidentiality and may allow attackers to read sensitive system files.

Defensive priority

Patch and verify server file access controls; monitor for suspicious file read requests.

Recommended defensive actions

  • Apply patches or updates from the vendor if available
  • Verify and restrict server file access controls
  • Monitor for suspicious file read requests
  • Perform inventory checks for affected systems
  • Consider compensating controls like web application firewalls

Evidence notes

Evidence from the NVD and CVE.org indicates a path traversal vulnerability in mustafaakin/cast-localvideo. The app.js file at lines 151-153 directly uses the req.body.dir parameter without sanitization, allowing directory traversal attacks. Defenders should verify server file access controls, monitor for suspicious file read requests, and consider compensating controls like web application firewalls. The affected product scope and potential impact on confidentiality are still being reviewed.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-72571 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-72571

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-72571 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-72571

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://github.com/mustafaakin/cast-localvideo

    309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c

  • Source reference

    Unverified legacy reference

    URL: https://github.com/mustafaakin/cast-localvideo/blob/main/app.js

    309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.