A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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.

Updated: May 15, 2026

CVE-2024-5482 Overview

CVE-2024-5482 is a Server-Side Request Forgery (SSRF) vulnerability in the add_webpage endpoint of the parisneo/lollms-webui application. The application fails to validate user-supplied URLs, allowing attackers to submit arbitrary destinations including internal hosts like localhost and 127.0.0.1. Attackers can pivot through the application to reach internal services, exfiltrate sensitive data, disrupt backend systems, and abuse third-party resources. The flaw is classified under CWE-918 and affects the latest version of lollms-webui at the time of disclosure.

Critical Impact

Unauthenticated attackers can coerce the server into issuing arbitrary HTTP requests to internal infrastructure, exposing cloud metadata services, internal APIs, and non-public assets.

Affected Products

  • parisneo/lollms-webui (latest version at time of disclosure)
  • Deployments exposing the add_webpage endpoint to untrusted users
  • Container and cloud installations of lollms-webui without egress filtering

Discovery Timeline

  • 2024-06-06 - CVE-2024-5482 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-5482

Vulnerability Analysis

The add_webpage endpoint accepts a URL parameter intended to ingest external web content into the lollms-webui knowledge pipeline. The handler issues a server-side HTTP request to the supplied URL without restricting the destination scheme, host, or IP range. Because the request originates from the server process, it inherits the host's network position and can reach resources that are otherwise unreachable from the public internet.

Attackers exploit this trust boundary to query loopback interfaces, RFC1918 ranges, link-local addresses such as 169.254.169.254, and internal DNS names. Cloud deployments are particularly exposed because metadata services frequently return temporary credentials to any HTTP client running on the instance.

Root Cause

The root cause is missing input validation on the URL parameter passed to add_webpage. The endpoint does not enforce an allowlist of permitted hosts, does not block private and loopback IP ranges, and does not restrict URL schemes to http and https against externally routable destinations. This maps directly to CWE-918: Server-Side Request Forgery.

Attack Vector

Exploitation requires only network access to the lollms-webui interface. An attacker submits a crafted URL to the add_webpage endpoint pointing at an internal target. The server resolves the host, opens a socket, and returns or processes the response, leaking content back to the attacker or triggering side effects on internal services. No authentication or user interaction is required. See the Huntr Bounty Report for the original disclosure.

Detection Methods for CVE-2024-5482

Indicators of Compromise

  • Outbound HTTP requests from the lollms-webui process to loopback addresses, RFC1918 ranges, or cloud metadata endpoints such as 169.254.169.254
  • Application logs showing add_webpage invocations with URLs containing internal hostnames, IP literals, or non-standard ports
  • Unexpected access patterns in internal service logs originating from the lollms-webui host

Detection Strategies

  • Inspect web server access logs for POST requests to /add_webpage containing URL parameters referencing internal targets
  • Correlate process-level network telemetry from the lollms-webui container with the destination IP space to flag private-network egress
  • Deploy egress monitoring to alert when the application initiates connections outside an approved allowlist of external content sources

Monitoring Recommendations

  • Forward lollms-webui application logs and host network telemetry to a centralized analytics platform for retrospective hunting
  • Alert on first-seen destinations from the lollms-webui service account, especially to metadata, loopback, or private addresses
  • Track HTTP response sizes and status codes returned by the add_webpage handler to identify reconnaissance scans across internal ports

How to Mitigate CVE-2024-5482

Immediate Actions Required

  • Restrict network access to the lollms-webui management interface so only trusted users can reach the add_webpage endpoint
  • Place the lollms-webui host behind an egress proxy that denies traffic to loopback, link-local, and RFC1918 ranges
  • Rotate any cloud instance credentials and API keys that may have been accessible via metadata services from the lollms-webui host

Patch Information

No vendor advisory or fixed-version reference is listed in the NVD record at the time of writing. Operators should monitor the parisneo/lollms-webui repository and the Huntr Bounty Report for remediation guidance and upgrade to a release that validates URLs submitted to add_webpage.

Workarounds

  • Disable or remove the add_webpage functionality if it is not required by the deployment
  • Front the application with a reverse proxy that strips or rewrites requests containing internal IP literals or disallowed schemes
  • Run lollms-webui inside a network namespace or container with no route to internal management networks or cloud metadata endpoints
bash
# Example: block egress to cloud metadata and private ranges from the lollms-webui container
iptables -A OUTPUT -d 169.254.169.254 -j REJECT
iptables -A OUTPUT -d 127.0.0.0/8 -j REJECT
iptables -A OUTPUT -d 10.0.0.0/8 -j REJECT
iptables -A OUTPUT -d 172.16.0.0/12 -j REJECT
iptables -A OUTPUT -d 192.168.0.0/16 -j REJECT

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 Bounty Report
  • Related CVEs
  • CVE-2026-0560: Lollms SSRF Vulnerability

  • CVE-2026-1115: Lollms Stored XSS Vulnerability

  • CVE-2026-1116: parisneo/lollms XSS Vulnerability

  • CVE-2026-1163: Lollms Session Expiration Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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