SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-85687

HIGH · CVSS 7.5 EPSS 0.29% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-04 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

Oracle'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.

CVE
CVE-2026-85687
Severity
HIGH
CVSS
7.5
EPSS
0.29%
Oracle

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.