CVE-2026-0560: RCE — Patch Guide
CVE-2026-0560
SSRF in parisneo/lollms before 2.2.0 lets attackers probe internal networks and steal cloud metadata, enabling further attacks. Update to 2.2.0 to block this exploit path.
Vendor-confirmed - CVE-2026-0560 is a high SSRF vulnerability in parisneo/lollms prior to 2.2.0 that lets attackers bypass URL validation to probe internal networks and steal cloud metadata credentials. Update to version 2.2.0 immediately to prevent exploitation.
Overview
A significant security vulnerability has been identified in the parisneo/lollms application, a tool used for AI model serving and interactions. This flaw, tracked as CVE-2026-0560, is a Server-Side Request Forgery (SSRF) issue rated as HIGH severity with a CVSS score of 7.5. It affects all versions prior to 2.2.0.
Vulnerability Details
In simple terms, this vulnerability exists because the application does not properly check web addresses (URLs) provided by users. A specific function, _download_image_to_temp() in the code, accepts any URL and tries to fetch content from it. This allows an attacker to trick the application into making requests to systems it should not access, such as internal company networks or sensitive cloud provider metadata services. The flaw is located in the /api/files/export-content endpoint.
Potential Impact
If exploited, this vulnerability can have serious consequences:
- Internal Network Access: Attackers can probe and interact with services inside your private network that are not normally exposed to the internet.
- Cloud Metadata Theft: In cloud environments (like AWS, Azure, GCP), attackers can access instance metadata, which often contains sensitive credentials and configuration secrets.
- Information Disclosure: Sensitive data from internal systems can be leaked.
- Further Attacks: The accessed information or network position can be used as a stepping stone for more severe attacks, including potential remote code execution.
For context on how stolen data can be used, you can review real-world incidents in our breach reports.
Remediation and Mitigation
The primary and most effective action is to update the software immediately.
- Immediate Update: Upgrade parisneo/lollms to version 2.2.0 or later. This version contains the necessary fixes to validate URLs and prevent SSRF attacks.
- Network Segmentation: As a general security practice, ensure that applications like lollms are deployed in a properly segmented network zone to limit potential lateral movement if a vulnerability is exploited.
- Monitor for Updates: Always subscribe to security announcements for the software you use. For the latest on vulnerabilities like this, follow our security news section.
System administrators should prioritize this update to prevent unauthorized access to their internal infrastructure and protect sensitive cloud resources from compromise.
Never miss a critical vulnerability
Get real-time security alerts delivered to your preferred platform.
Related Advisories
A Cross-site Scripting (XSS) vulnerability was identified in the `from_dict` method of the `AppLollmsMessage` class in parisneo/lollms prior to version 2.2.0. The vulnerability arises from the lack of...
A Stored Cross-Site Scripting (XSS) vulnerability was identified in the social feature of parisneo/lollms, affecting the latest version prior to 2.2.0. The vulnerability exists in the `create_post` fu...
Budibase is a low code platform for creating internal tools, workflows, and admin panels. In versions from 3.30.6 and prior, the REST datasource query preview endpoint (POST /api/queries/preview) make...
Kan is an open-source project management tool. In versions 0.5.4 and below, the /api/download/attatchment endpoint has no authentication and no URL validation. The Attachment Download endpoint accepts...
Other Lollms Lollms Vulnerabilities
A Cross-site Scripting (XSS) vulnerability was identified in the `from_dict` method of the `AppLollmsMessage` class in parisneo/lollms prior to version 2.2.0. The vulnerability arises from the lack of...
A Stored Cross-Site Scripting (XSS) vulnerability was identified in the social feature of parisneo/lollms, affecting the latest version prior to 2.2.0. The vulnerability exists in the `create_post` fu...