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
    • 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-2025-70147

CVE-2025-70147: Time Table Generator Info Disclosure Bug

CVE-2025-70147 is an information disclosure vulnerability in ProjectWorlds Online Time Table Generator 1.0 caused by missing authentication. Attackers can access sensitive data including passwords. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 20, 2026

CVE-2025-70147 Overview

CVE-2025-70147 is a missing authentication vulnerability in ProjectWorlds Online Time Table Generator 1.0. The affected endpoints /admin/student.php and /admin/teacher.php fail to implement proper session validation, allowing unauthenticated remote attackers to access sensitive information including plaintext password field values through direct HTTP GET requests.

Critical Impact

Unauthenticated attackers can directly access administrative endpoints to retrieve sensitive user data including plaintext passwords, potentially compromising all student and teacher accounts in the system.

Affected Products

  • ProjectWorlds Online Time Table Generator 1.0
  • /admin/student.php endpoint
  • /admin/teacher.php endpoint

Discovery Timeline

  • 2026-02-18 - CVE-2025-70147 published to NVD
  • 2026-02-18 - Last updated in NVD database

Technical Details for CVE-2025-70147

Vulnerability Analysis

This vulnerability is classified under CWE-306 (Missing Authentication for Critical Function). The administrative endpoints in the Online Time Table Generator application lack proper authentication checks, meaning any user—including unauthenticated attackers—can directly access these pages without establishing a valid session. The vulnerability is network-accessible, requires no privileges or user interaction to exploit, and results in high confidentiality impact due to the exposure of sensitive user data including plaintext passwords.

Root Cause

The root cause of this vulnerability is the complete absence of session validation logic in the /admin/student.php and /admin/teacher.php files. These PHP scripts do not verify whether the requesting user has an authenticated session before processing the request and returning sensitive data. This is a fundamental broken access control issue where critical administrative functionality is exposed without any authentication gate.

Attack Vector

The attack vector is straightforward: an attacker can simply navigate directly to the vulnerable endpoints using standard HTTP GET requests. No authentication credentials, session tokens, or special headers are required. The attacker receives the full response containing sensitive information including student and teacher records with plaintext password values. This could be performed from any network location that can reach the web application.

The exploitation process involves:

  1. Identifying a target instance of ProjectWorlds Online Time Table Generator 1.0
  2. Sending a direct HTTP GET request to /admin/student.php or /admin/teacher.php
  3. Receiving the full administrative data response including plaintext credentials
  4. Using the harvested credentials for further unauthorized access

Detection Methods for CVE-2025-70147

Indicators of Compromise

  • Unexpected HTTP GET requests to /admin/student.php or /admin/teacher.php from external IP addresses
  • Access to administrative endpoints without corresponding successful login events
  • High volume of requests to admin endpoints from single sources indicating automated credential harvesting
  • Evidence of credential reuse attacks following exposure of plaintext passwords

Detection Strategies

  • Implement web application firewall (WAF) rules to monitor and alert on unauthenticated access attempts to /admin/ paths
  • Configure server access logs to flag requests to sensitive endpoints that lack session cookies or authentication tokens
  • Deploy intrusion detection signatures for HTTP traffic patterns targeting the specific vulnerable endpoints
  • Monitor for anomalous access patterns to administrative functions

Monitoring Recommendations

  • Enable detailed access logging for all requests to the /admin/ directory
  • Implement real-time alerting for any access to /admin/student.php or /admin/teacher.php without valid authentication
  • Review web server logs regularly for evidence of exploitation attempts
  • Monitor for credential stuffing attacks that may indicate previously harvested credentials are being used

How to Mitigate CVE-2025-70147

Immediate Actions Required

  • Restrict network access to the application by placing it behind a VPN or firewall until patched
  • Implement HTTP Basic Authentication at the web server level for the /admin/ directory as a temporary measure
  • Force password resets for all user accounts if there is any indication the vulnerability has been exploited
  • Review access logs to identify potential prior exploitation

Patch Information

No official vendor patch has been identified for this vulnerability at this time. Organizations using ProjectWorlds Online Time Table Generator 1.0 should contact the vendor for remediation guidance or implement the workarounds described below. For more information about the vulnerability, see the Young Kevin CVE-2025-70147 Analysis and the Project Worlds Tool Overview.

Workarounds

  • Add server-level authentication using .htaccess to protect the /admin/ directory
  • Implement network-level restrictions to allow administrative access only from trusted IP addresses
  • Consider taking the application offline if it contains sensitive data until proper authentication can be implemented
  • Manually add PHP session validation code to the vulnerable files as a code-level fix
bash
# Apache .htaccess workaround for /admin/ directory
# Place this file in the /admin/ directory

AuthType Basic
AuthName "Restricted Admin Area"
AuthUserFile /path/to/.htpasswd
Require valid-user

# Deny all requests without authentication
Order deny,allow
Deny from all
Allow from 127.0.0.1
Satisfy any

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechProjectworlds Online Time Table Generator

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-306
  • Technical References
  • Project Worlds Tool Overview

  • Young Kevin CVE-2025-70147 Analysis
  • Related CVEs
  • CVE-2025-3041: Online Time Table Generator RCE Flaw

  • CVE-2025-2659: Online Time Table Generator SQLi Vulnerability

  • CVE-2024-0730: Online Time Table Generator SQLi Flaw
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