CyberRota Analysis
AI-GeneratedOracle's surya 0.22.1 screenshot server is vulnerable to an unauthenticated arbitrary file read flaw, allowing attackers to exploit the /info, /page, and /process routes by providing arbitrary file paths. This vulnerability enables unauthorized access to sensitive files, such as images and PDFs, which can lead to data exposure. Organizations using this version of the surya server should prioritize patching to mitigate potential data breaches.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
surya 0.22.1 screenshot server contains an unauthenticated arbitrary file read vulnerability in the /info, /page, and /process routes that accept raw file_path parameters. Attackers can read any image or PDF file on the host by supplying arbitrary file paths to Image.open or pypdfium2.PdfDocument, obtaining rendered contents as base64 and using /info as an existence oracle.