The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2024-5482

CVE-2024-5482: Lollms Web UI SSRF Vulnerability

CVE-2024-5482 is a Server-Side Request Forgery flaw in Lollms Web UI that allows attackers to make unauthorized requests to internal systems. This article covers technical details, affected versions, and mitigation.

Published: April 8, 2026

CVE-2024-5482 Overview

A Server-Side Request Forgery (SSRF) vulnerability exists in the add_webpage endpoint of the parisneo/lollms-webui application. The vulnerability arises because the application does not adequately validate URLs entered by users, allowing them to input arbitrary URLs, including those that target internal resources such as localhost or 127.0.0.1. This flaw enables attackers to make unauthorized requests to internal or external systems, potentially leading to access to sensitive data, service disruption, network integrity compromise, business logic manipulation, and abuse of third-party resources.

Critical Impact

Unauthenticated attackers can exploit this SSRF vulnerability to access internal network resources, potentially exfiltrating sensitive data or pivoting to attack other internal systems from a trusted network position.

Affected Products

  • lollms lollms_web_ui (all versions)
  • parisneo/lollms-webui application
  • lollms Web UI installations with the add_webpage endpoint enabled

Discovery Timeline

  • June 6, 2024 - CVE-2024-5482 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2024-5482

Vulnerability Analysis

This Server-Side Request Forgery (SSRF) vulnerability in lollms-webui stems from insufficient URL validation in the add_webpage endpoint. When users submit URLs through this endpoint, the application fails to properly sanitize or restrict the target addresses, enabling attackers to craft requests that target internal infrastructure.

The vulnerability allows unauthenticated remote attackers to leverage the server as a proxy for making requests to arbitrary destinations. This includes internal network addresses, cloud metadata endpoints, and sensitive internal services that would otherwise be inaccessible from external networks. The exploitation requires no user interaction and can be performed with network access to the vulnerable endpoint.

Root Cause

The root cause is inadequate input validation on user-supplied URLs in the add_webpage functionality. The application accepts and processes URLs without implementing proper allowlist/blocklist controls, URL scheme restrictions, or internal IP address filtering. This allows attackers to specify internal network addresses (such as 127.0.0.1, localhost, or private IP ranges) that the server then fetches on behalf of the attacker.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can submit a crafted HTTP request to the add_webpage endpoint with a malicious URL parameter pointing to internal resources. The server processes this request and makes an outbound connection to the attacker-specified destination, returning the response data.

Common exploitation scenarios include:

  • Accessing cloud provider metadata services (e.g., 169.254.169.254) to retrieve instance credentials
  • Scanning internal network ports and services
  • Accessing internal admin panels or APIs not exposed to external networks
  • Retrieving sensitive configuration files from internal systems
  • Abusing trusted network position to attack other internal services

The vulnerability manifests in the URL processing logic of the add_webpage endpoint. For technical implementation details, refer to the Huntr Vulnerability Bounty report.

Detection Methods for CVE-2024-5482

Indicators of Compromise

  • Outbound HTTP/HTTPS requests from the lollms-webui server to internal IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
  • Requests to localhost (127.0.0.1) or cloud metadata endpoints (169.254.169.254) originating from the application
  • Unusual outbound traffic patterns from the web application server
  • Failed connection attempts to internal services logged in network monitoring tools

Detection Strategies

  • Monitor web application logs for requests to the add_webpage endpoint containing internal IP addresses or localhost references
  • Implement network-level monitoring to detect outbound connections from the application server to private IP ranges
  • Configure web application firewalls (WAF) to flag and block SSRF patterns in URL parameters
  • Deploy SentinelOne Singularity XDR to detect anomalous network behavior and process activity indicative of SSRF exploitation

Monitoring Recommendations

  • Enable detailed logging for all requests to the add_webpage endpoint
  • Set up alerts for outbound connections to RFC 1918 private address spaces from the lollms-webui application
  • Monitor DNS queries from the application server for suspicious internal hostnames
  • Track cloud metadata endpoint access attempts from application workloads

How to Mitigate CVE-2024-5482

Immediate Actions Required

  • Restrict network access to the add_webpage endpoint using firewall rules or authentication requirements
  • Implement egress filtering to prevent the application server from making connections to internal network ranges
  • Consider disabling the add_webpage functionality if not required for operations
  • Deploy a web application firewall with SSRF protection rules in front of the lollms-webui application

Patch Information

Check the lollms-webui GitHub repository for the latest security updates. Review the Huntr Vulnerability Bounty report for additional remediation guidance from the security researchers.

Workarounds

  • Implement network segmentation to isolate the lollms-webui server from sensitive internal resources
  • Configure egress firewall rules to block outbound connections to private IP ranges and cloud metadata endpoints
  • Use a reverse proxy with URL validation to filter requests before they reach the application
  • Restrict access to the add_webpage endpoint to trusted users only through authentication controls
bash
# Example iptables rules to block SSRF to internal networks
# Block outbound to private IP ranges from application server
iptables -A OUTPUT -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -j DROP
iptables -A OUTPUT -d 127.0.0.0/8 -j DROP
iptables -A OUTPUT -d 169.254.169.254 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechLollms

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.34%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-918
  • Technical References
  • Huntr Vulnerability Bounty
  • Related CVEs
  • CVE-2026-0560: Lollms SSRF Vulnerability

  • CVE-2026-0558: Lollms Lollms DoS Vulnerability

  • CVE-2026-0562: Lollms Auth Bypass Vulnerability (IDOR)

  • CVE-2026-1117: parisneo/lollms Socket.IO DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English