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-2026-2938

CVE-2026-2938: Student Result Management Auth Bypass Flaw

CVE-2026-2938 is an authentication bypass vulnerability in Munyweki Student Result Management System affecting update_smtp.php. Attackers can exploit improper access controls remotely to gain unauthorized access.

Published: February 27, 2026

CVE-2026-2938 Overview

A vulnerability has been identified in SourceCodester Student Result Management System 1.0 affecting the file /srms/script/admin/core/update_smtp.php. The vulnerability stems from improper access controls that allow unauthenticated attackers to manipulate SMTP configuration settings remotely. This flaw could enable attackers to hijack email functionality, potentially leading to account takeover scenarios through password reset manipulation.

Critical Impact

Unauthenticated attackers can remotely modify SMTP settings, potentially enabling account takeover through email hijacking of password reset functionality.

Affected Products

  • Munyweki Student Result Management System version 1.0
  • SourceCodester Student Result Management System deployments using the vulnerable update_smtp.php endpoint

Discovery Timeline

  • 2026-02-22 - CVE-2026-2938 published to NVD
  • 2026-02-23 - Last updated in NVD database

Technical Details for CVE-2026-2938

Vulnerability Analysis

This vulnerability affects the SMTP configuration update functionality within the Student Result Management System. The core issue lies in the absence of proper authentication and authorization checks on the /srms/script/admin/core/update_smtp.php endpoint. This administrative function, which should be restricted to authenticated administrators only, can be accessed by any remote attacker without credentials.

The improper access control (CWE-266: Incorrect Privilege Assignment) allows unauthorized users to modify critical email server settings. By hijacking the SMTP configuration, an attacker could redirect all outgoing emails from the application to a server under their control. This is particularly dangerous for password reset functionality, as intercepted reset tokens could enable complete account takeover.

Root Cause

The root cause is the absence of session validation and role-based access control checks in the update_smtp.php script. The file processes SMTP configuration changes without verifying whether the requesting user has administrative privileges or is even authenticated. This represents a fundamental failure in implementing the principle of least privilege for administrative functions.

Attack Vector

The attack can be initiated remotely over the network without any user interaction. An attacker can directly send HTTP requests to the vulnerable endpoint to modify SMTP settings. The exploit has been publicly disclosed, with a proof-of-concept available demonstrating the SMTP hijacking to account takeover attack chain. The attacker does not require any prior authentication or special privileges to exploit this vulnerability.

The attack flow typically involves:

  1. Identifying a vulnerable Student Result Management System installation
  2. Sending crafted requests to /srms/script/admin/core/update_smtp.php to modify SMTP server settings
  3. Pointing the SMTP configuration to an attacker-controlled mail server
  4. Triggering password reset emails for target accounts
  5. Intercepting the reset tokens and taking over user accounts

Technical details and proof-of-concept code are available in the GitHub PoC Repository.

Detection Methods for CVE-2026-2938

Indicators of Compromise

  • Unauthorized HTTP requests to /srms/script/admin/core/update_smtp.php from external IP addresses
  • Unexpected changes to SMTP configuration in the application database
  • Outgoing email traffic redirected to unfamiliar mail servers
  • User reports of not receiving password reset emails or receiving suspicious emails
  • Log entries showing access to administrative endpoints without corresponding login events

Detection Strategies

  • Monitor web server access logs for requests to update_smtp.php that lack authenticated session cookies
  • Implement intrusion detection rules to alert on unauthenticated access attempts to administrative PHP files
  • Configure database activity monitoring to detect unauthorized modifications to SMTP configuration tables
  • Deploy web application firewall (WAF) rules to block unauthenticated requests to the /srms/script/admin/core/ directory

Monitoring Recommendations

  • Enable verbose logging for all administrative endpoint access in the Student Result Management System
  • Set up alerts for SMTP configuration changes through database triggers or application-level auditing
  • Monitor outbound email traffic patterns for anomalies such as changed relay servers
  • Review authentication logs regularly for failed or missing authentication attempts to admin functions

How to Mitigate CVE-2026-2938

Immediate Actions Required

  • Restrict access to the /srms/script/admin/core/ directory using web server configuration until a patch is available
  • Implement IP-based access controls to limit administrative endpoint access to trusted networks only
  • Add authentication middleware or modify update_smtp.php to require valid admin session verification
  • Review current SMTP settings to ensure they have not been tampered with
  • Audit user accounts for any signs of unauthorized access or password resets

Patch Information

No official vendor patch has been identified at this time. Organizations using the Student Result Management System should implement the workarounds described below and monitor SourceCodester for security updates. Additional vulnerability details are available through VulDB #347310.

Workarounds

  • Add server-level authentication requirements for the administrative directory using .htaccess or equivalent web server configuration
  • Implement a Web Application Firewall (WAF) rule to block unauthenticated access to /srms/script/admin/core/update_smtp.php
  • Manually add session validation code to the vulnerable PHP file to check for admin authentication
  • Consider taking the application offline if it processes sensitive student data until proper mitigations are in place
bash
# Apache .htaccess example to restrict admin directory access
# Place in /srms/script/admin/core/.htaccess

<Files "update_smtp.php">
    Require valid-user
    AuthType Basic
    AuthName "Admin Access Required"
    AuthUserFile /path/to/.htpasswd
</Files>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMunyweki Student Result Management System

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.03%

  • 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-266
  • Technical References
  • GitHub PoC Repository

  • VulDB CTI ID #347310

  • VulDB #347310

  • VulDB Submission #755345

  • SourceCodester Security Resources
  • Related CVEs
  • CVE-2026-2983: Student Result Management Auth Bypass Flaw

  • CVE-2026-2984: Student Result Management System DOS Flaw
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