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
    • 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-2026-7555

CVE-2026-7555: Electronic Judging System SQLi Vulnerability

CVE-2026-7555 is a SQL injection vulnerability in itsourcecode Electronic Judging System 1.0 affecting the login.php file. Attackers can exploit this remotely to manipulate databases. Learn about technical details and mitigation.

Published: May 7, 2026

CVE-2026-7555 Overview

CVE-2026-7555 is a SQL injection vulnerability affecting itsourcecode Electronic Judging System 1.0. The flaw resides in the /intrams/login.php endpoint, where the Username parameter is passed to backend database queries without proper sanitization. Remote attackers can manipulate the parameter to inject arbitrary SQL statements. The vulnerability requires no authentication or user interaction, and exploit details have been publicly disclosed. The weakness is categorized under CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component.

Critical Impact

Unauthenticated remote attackers can inject SQL statements through the login form, potentially exposing credentials, bypassing authentication, or extracting data from the judging system database.

Affected Products

  • itsourcecode Electronic Judging System 1.0
  • Component: /intrams/login.php
  • Vulnerable parameter: Username

Discovery Timeline

  • 2026-05-01 - CVE-2026-7555 published to NVD
  • 2026-05-01 - Last updated in NVD database

Technical Details for CVE-2026-7555

Vulnerability Analysis

The vulnerability stems from improper handling of user-supplied input in the login workflow of the Electronic Judging System. The Username field submitted to /intrams/login.php is concatenated directly into a SQL query string. Because the application does not apply parameterized queries or input filtering, special characters such as single quotes, comments, and SQL keywords pass through to the database engine.

An attacker can supply crafted payloads in the Username field to alter the SQL statement logic. This allows authentication bypass, retrieval of arbitrary table contents, and enumeration of database schema. Public disclosure of exploitation details lowers the barrier for opportunistic attackers targeting exposed instances. The EPSS probability is 0.039% with a percentile of 11.813, reflecting limited observed exploitation activity to date.

Root Cause

The root cause is missing input neutralization on the Username parameter before it is incorporated into a database query. The login script in /intrams/login.php does not use prepared statements or escape user input. Any untrusted character entering the SQL context is interpreted as part of the query syntax.

Attack Vector

Exploitation occurs over the network through HTTP POST requests to the login page. No credentials, privileges, or user interaction are required. An attacker can send a crafted login request directly from any internet-reachable client. The exploit is publicly available, increasing the likelihood of automated scanning and abuse against exposed deployments.

The vulnerability mechanism follows a typical login-form SQL injection pattern. Attackers append SQL syntax such as comment markers and tautologies to the Username value to neutralize the password check. See the GitHub issue discussion and VulDB entry #360363 for technical details.

Detection Methods for CVE-2026-7555

Indicators of Compromise

  • HTTP POST requests to /intrams/login.php containing SQL metacharacters such as ', --, #, UNION, or OR 1=1 in the Username field.
  • Web server access logs showing repeated login attempts with abnormally long or encoded Username values.
  • Database error messages or HTTP 500 responses originating from the login endpoint.
  • Unexpected outbound database queries referencing system tables like information_schema.

Detection Strategies

  • Deploy web application firewall rules that flag SQL injection signatures targeting the /intrams/login.php path.
  • Enable database query logging and alert on queries originating from the login workflow that reference unrelated tables.
  • Correlate failed authentication events with malformed input patterns in the Username field.

Monitoring Recommendations

  • Monitor authentication endpoints for high-volume requests from single source addresses.
  • Track database response times and error rates for the login query path.
  • Review web server logs daily for SQL keywords appearing in form parameters.

How to Mitigate CVE-2026-7555

Immediate Actions Required

  • Restrict network access to the Electronic Judging System login page using firewall or VPN controls until a fix is applied.
  • Audit application logs for evidence of injection attempts against /intrams/login.php.
  • Rotate any credentials and session tokens that may have been exposed through the vulnerable endpoint.
  • Deploy WAF rules blocking SQL metacharacters in the Username parameter.

Patch Information

No official vendor patch has been published in the references at the time of NVD publication. Operators should monitor itsourcecode.com and the VulDB advisory for updated remediation guidance. Until a patch is released, code-level fixes should replace string concatenation in login queries with parameterized statements or prepared statements using the database driver's binding APIs.

Workarounds

  • Replace dynamic SQL in login.php with parameterized queries using PDO or mysqli prepared statements.
  • Apply server-side input validation that rejects non-alphanumeric characters in usernames.
  • Place the application behind a reverse proxy that enforces request inspection and rate limiting.
  • Disable internet-facing exposure of the judging system if it is intended only for local network use.
bash
# Example PHP remediation pattern using prepared statements
$stmt = $conn->prepare("SELECT id, password_hash FROM users WHERE username = ?");
$stmt->bind_param("s", $_POST['Username']);
$stmt->execute();
$result = $stmt->get_result();

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechItsourcecode

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
  • AvailabilityLow
  • CWE References
  • CWE-74
  • Technical References
  • GitHub Issue Discussion

  • IT Source Code Resource

  • VulDB Submission #805852

  • VulDB Vulnerability #360363

  • VulDB CTI for #360363
  • Related CVEs
  • CVE-2026-7612: Courier Management System SQL Injection

  • CVE-2026-7822: Courier Management System SQLi Vulnerability

  • CVE-2026-7592: Courier Management System SQLi Vulnerability

  • CVE-2026-7077: Courier Management System SQLi 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