Ir al contenido
cyberhub.es
  • Home
  • CTFs resueltos
    • PicoCTF
      • PicoCTF 2024 writeup
  • Portswigger Lab writeup
    • Access control
    • API Testing
    • CORS
    • Cross-site scripting
    • CSRF
    • File upload
    • GraphQL API vulnerabilities
    • NoSQL injection
    • OS command injection
    • Path traversal
    • SQL injection
    • SSRF
    • Web LLM attacks
    • WebSockets
  • Home
  • CTFs resueltos
    • PicoCTF
      • PicoCTF 2024 writeup
  • Portswigger Lab writeup
    • Access control
    • API Testing
    • CORS
    • Cross-site scripting
    • CSRF
    • File upload
    • GraphQL API vulnerabilities
    • NoSQL injection
    • OS command injection
    • Path traversal
    • SQL injection
    • SSRF
    • Web LLM attacks
    • WebSockets

Categoría: Path traversal

File path traversal, validation of file extension with null byte bypass

Descripción This lab contains a path traversal vulnerability in the display of product images. The application validates that the supplied filename ends with the expected file extension. To solve the lab, retrieve the contents of the /etc/passwd file. File path traversal, validation of file extension with null byte bypass writeup Al entrar en el laboratorio nos encontraremos […]

File path traversal, validation of start of path

Descripción This lab contains a path traversal vulnerability in the display of product images. The application transmits the full file path via a request parameter, and validates that the supplied path starts with the expected folder. To solve the lab, retrieve the contents of the /etc/passwd file. File path traversal, traversal sequences stripped with superfluous URL-decode writeup […]

File path traversal, traversal sequences stripped with superfluous URL-decode

Descripción This lab contains a path traversal vulnerability in the display of product images. The application blocks input containing path traversal sequences. It then performs a URL-decode of the input before using it. To solve the lab, retrieve the contents of the /etc/passwd file. File path traversal, traversal sequences stripped with superfluous URL-decode writeup Al iniciar el […]

File path traversal, traversal sequences stripped non-recursively

Descripción This lab contains a path traversal vulnerability in the display of product images. The application strips path traversal sequences from the user-supplied filename before using it. To solve the lab, retrieve the contents of the /etc/passwd file. File path traversal, traversal sequences stripped non-recursively writeup Al iniciar el laboratorio encontraremos una tienda online: De nuevo, exploramos […]

File path traversal, traversal sequences blocked with absolute path bypass

Descripción This lab contains a path traversal vulnerability in the display of product images. The application blocks traversal sequences but treats the supplied filename as being relative to a default working directory. To solve the lab, retrieve the contents of the /etc/passwd file. File path traversal, traversal sequences blocked with absolute path bypass writeup Al iniciar el […]

File path traversal, simple case

Descripción This lab contains a path traversal vulnerability in the display of product images. To solve the lab, retrieve the contents of the /etc/passwd file. File path traversal, simple case writeup Al iniciar el laboratorio encontraremos una tienda online: Dado que nos indican que la vulnerabilidad está en las imágenes, inspeccionamos una con el inspeccionador de elementos […]

cyberhub.es
  • Política de Cookies

Todos los derechos reservados