Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2020-37111

CVE-2020-37111: 60CycleCMS XSS Vulnerability in news.php

CVE-2020-37111 is a cross-site scripting flaw in 60CycleCMS 2.5.2 affecting news.php. Attackers exploit GET parameters to inject malicious scripts. This article covers technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2020-37111 Overview

CVE-2020-37111 is a Cross-Site Scripting (XSS) vulnerability in 60CycleCMS version 2.5.2. The vulnerability exists in news.php and allows attackers to inject malicious scripts through GET parameters. Specifically, attackers can craft malicious URLs containing XSS payloads targeting the etsu and ltsu parameters to execute arbitrary JavaScript code in victims' browsers when they visit the crafted links.

Critical Impact

Successful exploitation allows attackers to execute arbitrary scripts in the context of a victim's browser session, potentially leading to session hijacking, credential theft, defacement, or malicious redirects.

Affected Products

  • 60CycleCMS version 2.5.2
  • Potentially other versions of 60CycleCMS with similar code patterns

Discovery Timeline

  • 2026-02-03 - CVE CVE-2020-37111 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2020-37111

Vulnerability Analysis

This Cross-Site Scripting vulnerability occurs due to improper input sanitization in the news.php file of 60CycleCMS 2.5.2. The application fails to adequately validate or encode user-supplied input from the etsu and ltsu GET parameters before including them in the rendered HTML output. This allows attackers to inject malicious JavaScript code that executes in the context of the victim's browser when they navigate to a specially crafted URL.

The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), which is one of the most common web application security flaws. It is important to note that this vulnerability is specifically an XSS issue and does not involve SQL injection.

Root Cause

The root cause of this vulnerability is insufficient input validation and output encoding in the news.php script. When processing the etsu and ltsu GET parameters, the application directly incorporates user input into the page output without proper sanitization or HTML entity encoding. This allows specially crafted input containing JavaScript code to be rendered as executable script rather than being treated as plain text.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker must craft a malicious URL containing JavaScript payloads in the etsu or ltsu parameters and convince a victim to click on the link. Common delivery methods include:

  • Phishing emails containing the malicious link
  • Social engineering through messaging platforms
  • Posting the malicious link on forums or comment sections
  • URL shorteners to obfuscate the malicious payload

When a victim clicks the link and the page loads, the injected script executes in their browser with the same privileges as the legitimate application, potentially allowing the attacker to steal session cookies, capture keystrokes, or perform actions on behalf of the user.

The vulnerability can be exploited by appending malicious JavaScript to the vulnerable parameters in the URL. Technical details and a proof-of-concept are available in Exploit-DB #48177. The VulnCheck Advisory on CycleCMS XSS provides additional technical analysis of this vulnerability.

Detection Methods for CVE-2020-37111

Indicators of Compromise

  • Unusual URL patterns in web server logs containing script tags or JavaScript event handlers in the etsu or ltsu parameters
  • Requests to news.php with encoded or obfuscated payloads such as %3Cscript%3E or javascript: strings
  • User reports of unexpected browser behavior or redirects when accessing 60CycleCMS pages
  • Anomalous session activity following visits to pages with suspicious URL parameters

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block common XSS payloads in GET parameters
  • Configure log analysis tools to alert on requests containing HTML tags or JavaScript keywords in query strings
  • Deploy Content Security Policy (CSP) headers with violation reporting to detect XSS execution attempts
  • Use browser-based security tools and extensions to identify potential XSS injections during testing

Monitoring Recommendations

  • Enable detailed logging for news.php requests and monitor for unusual parameter values
  • Set up automated alerts for requests containing common XSS signatures like <script>, onerror=, onload=, or javascript:
  • Regularly audit web server access logs for patterns indicating XSS exploitation attempts
  • Monitor for unexpected changes in user sessions or authentication tokens that may indicate successful exploitation

How to Mitigate CVE-2020-37111

Immediate Actions Required

  • Implement input validation on the etsu and ltsu parameters to allow only expected characters and formats
  • Apply output encoding (HTML entity encoding) when rendering user-supplied data in HTML context
  • Deploy Content Security Policy (CSP) headers to restrict script execution sources
  • Consider temporarily disabling or restricting access to news.php if the functionality is not critical

Patch Information

No official vendor patch has been identified for this vulnerability at this time. Administrators should check the David VG Home Page and OpenSourceCMS 60CycleCMS Info for any updates or security advisories from the vendor.

In the absence of an official patch, organizations should implement the workarounds and mitigations described below, or consider migrating to a more actively maintained CMS solution.

Workarounds

  • Manually patch news.php to sanitize the etsu and ltsu parameters using appropriate encoding functions such as htmlspecialchars() with ENT_QUOTES flag
  • Implement server-side input validation to reject requests containing potentially malicious characters in vulnerable parameters
  • Deploy a Web Application Firewall (WAF) with XSS protection rules in front of the application
  • Restrict access to the application using network-level controls until a proper fix can be implemented
bash
# Example Apache mod_rewrite rule to block common XSS patterns in query strings
# Add to .htaccess or Apache configuration
RewriteEngine On
RewriteCond %{QUERY_STRING} (<|%3C).*script.*(>|%3E) [NC,OR]
RewriteCond %{QUERY_STRING} javascript: [NC]
RewriteRule .* - [F,L]

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/Tech60cyclecms

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • David VG Home Page

  • Exploit-DB #48177

  • OpenSourceCMS 60CycleCMS Info

  • VulnCheck Advisory on CycleCMS XSS
  • Related CVEs
  • CVE-2020-37110: 60CycleCMS SQL Injection 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