Home / Vulnerability Database / TypeScript : Path manipulation
TypeScript
TypeScript : Path manipulation
Classification
OWASP Top 10 2013
OWASP Top 10 2017
OWASP Top 10 2021
OWASP ASVS
PCI DSS 4.0
HIPAA
Overview
Using data from an untrusted source when working with the file system may give an attacker access to important system files.
By manipulating variables that reference files with “dot-dot-slash (../)” sequences and its variations or by using absolute file paths, it may be possible to access arbitrary files and directories stored on file system including application source code or configuration and critical system files.
CRITICAL
DerScanner Severity Score
Do you want to fix TypeScript : Path manipulation in your application?
See also
TypeScript
TypeScript : Unsafe Azure access control
TypeScript
TypeScript : Debug code
TypeScript
