S4E just found a high-severity finding from top 10 tcp port service scan
PlatformPlansPartners
Resources
ToolsBlogDocs
Sign Up →
high·Product Based Web Vulnerabilities·Updated Aug 30, 2026

CVE-2026-23536 Scanner

CVE-2026-23536 Scanner - Arbitrary File Read vulnerability in Feast Feature Server

Est. Time~10 seconds
Scan TypeSingle Scan
Targetsdomain, subdomain, ipv4
CostFree
3
Times Used
continuous scan runs
6k
Continuously Checked
assets under CS
0
Vulnerabilities Found
confirmed findings
References
CVECVE-2026-23536
7.5
CVSShigh
Exploitable remotely over the internet · no authentication required.

A security issue was discovered in the Feast Feature Server's `/read-document` endpoint that allows an unauthenticated remote attacker to read any file accessible to the server process. By sending a specially crafted HTTP POST request, an attacker can bypass intended access restrictions to potentially retrieve sensitive system files, application configurations, and credentials.

Attack Vector
Network
Privileges Req.
None
User Interaction
None
Affected
Red Hat OpenShift AI (RHOAI)by Red Hat
Red Hat OpenShift AI (RHOAI)by Red Hat
Red Hat OpenShift AI (RHOAI)by Red Hat
Red Hat OpenShift AI (RHOAI)by Red Hat
Updated Sep 9, 2026View on NVD →
Detail

Feast is an open-source feature store software widely used in machine learning environments to manage and serve features for model training and real-time predictions. The software is typically utilized by data engineers and data scientists to improve the efficiency and reliability of data pipelines in machine learning workflows. This tool forms a core component in machine learning operations (MLOps) by providing a standardized interface for feature storage and access. It integrates with various data sources and computes environments, enabling seamless integration with existing data infrastructures. Feast Feature Server plays a pivotal role in ensuring models can reliably retrieve feature data during their training and inference stages. Its widespread adoption in MLOps scenarios underscores its importance in automating, managing, and scaling machine learning systems.

The arbitrary file read vulnerability in Feast Feature Server is a critical security issue that enables an attacker to illicitly access any file that the application itself can read. This vulnerability could allow unauthorized disclosure of sensitive information stored within the system hosting the application. It operates by leveraging an unauthenticated endpoint that fails to adequately validate user input, leading to potential exploitation by remote attackers. Attackers can manipulate the flawed endpoint to read files without needing proper authorization, exposing sensitive or confidential system data. This type of vulnerability is particularly harmful because it bypasses normal security controls, making unauthorized data access significantly easier for malicious actors. The implications of such weaknesses necessitate urgent remediation to protect systems and data from unauthorized access and potential leaks.

The vulnerability in the Feast Feature Server is located within the POST /read-document endpoint, which processes user input without sufficient path validation. The endpoint accepts user-supplied JSON with a 'file_path' parameter, which the server improperly processes, leading to arbitrary file read capabilities. The server mistakenly uses functions like os.path.exists() and open() directly with unvalidated user input, opening a pathway for unauthorized access to any file readable by the server. Attackers can exploit this pathway to read critical files such as /etc/passwd or configuration files containing sensitive credentials. The absence of authentication and input validation mechanisms exacerbates the vulnerability. Consequently, the server inadvertently discloses file contents back to the attacker, completing the exploit cycle.

Exploitation of this vulnerability can have severe consequences, including unauthorized access to critical system files and exposure of sensitive data such as passwords, configuration files, and cloud credentials. This access could potentially lead to further exploitation or compromise of the server, potentially allowing attackers to move laterally within the network. The vulnerability undermines the integrity and confidentiality of the affected system, posing a significant security risk. In environments where Feast Feature Server is used for managing sensitive ML workloads, unauthorized disclosure could result in breaches of compliance and trust, particularly if customer data is exposed. Timely patching and remediation are imperative to mitigate these potential risks and safeguard affected systems from exploitation.

REFERENCES

Solution Advice
  • Implement access control mechanisms to restrict file access to authorized users only.
  • Patch the vulnerable software versions immediately to address this security flaw.
  • Enable logging and monitoring of read-document endpoint calls to detect potential exploitation attempts.
  • Conduct a thorough security review of exposed endpoints to ensure all input is properly sanitized and validated.
  • Consider using network security tools to detect and block unauthorized access attempts at the network level.

Get AI-powered remediation steps tailored to your asset.

Try AI Solutions →

Check your infrastructure.
Right now.

11,000+ scanners. Free to start. No credit card required.

CVE-2026-23536 Scanner - Arbitrary File Read vulnerability in Feast Feature Server | S4E