Cyber Resilience

CVE-2025-70147

HighPublic PoC

Published: 18 February 2026

Published
18 February 2026
Modified
20 February 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0028 51.8th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-70147 is a high-severity Missing Authentication for Critical Function (CWE-306) vulnerability in Projectworlds Online Time Table Generator. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 48.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-14 (Permitted Actions Without Identification or Authentication) and AC-22 (Publicly Accessible Content).

Deeper analysis

CVE-2025-70147 is a missing authentication vulnerability in the /admin/student.php and /admin/teacher.php endpoints of ProjectWorlds Online Time Table Generator 1.0. Published on 2026-02-18, it stems from CWE-306 (Missing Authentication for Critical Function) and CWE-862 (Missing Authorization), allowing remote attackers to access sensitive information, including plaintext password field values, via direct HTTP GET requests without a valid session. The issue carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), reflecting high confidentiality impact with low attack complexity and no privileges required.

Remote attackers on the network can exploit this vulnerability without authentication, user interaction, or special privileges. By issuing unauthenticated GET requests to the affected admin endpoints, they can directly retrieve sensitive data such as plaintext passwords and other student or teacher details from the application, enabling potential further compromise like account takeover or data exfiltration.

Advisories and additional details are available in the referenced sources, including the project page at https://projectworlds.com/online-time-table-generator-php-mysql/ and a technical write-up at https://youngkevinn.github.io/posts/CVE-2025-70147-OTTTG-Info-Disclosure/. Security practitioners should consult these for any guidance on patches or workarounds, as no specific mitigation steps are detailed in the CVE description.

EU & UK References

Vulnerability details

Missing authentication in /admin/student.php and /admin/teacher.php in ProjectWorlds Online Time Table Generator 1.0 allows remote attackers to obtain sensitive information (including plaintext password field values) via direct HTTP GET requests to these endpoints without a valid session.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Why these techniques?

Missing authentication on public web endpoints directly enables T1190 exploitation of a public-facing application; exposure of plaintext passwords facilitates T1552 unsecured credential access.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-70146Same product: Projectworlds Online Time Table Generator
CVE-2025-2661Same product: Projectworlds Online Time Table Generator
CVE-2025-2659Same product: Projectworlds Online Time Table Generator
CVE-2025-2662Same product: Projectworlds Online Time Table Generator
CVE-2025-2660Same product: Projectworlds Online Time Table Generator
CVE-2025-3040Same product: Projectworlds Online Time Table Generator
CVE-2026-3757Same vendor: Projectworlds
CVE-2026-3759Same vendor: Projectworlds
CVE-2026-3406Same vendor: Projectworlds
CVE-2026-2136Same vendor: Projectworlds

Affected Assets

projectworlds
online time table generator
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

AC-14 explicitly requires limiting and documenting permitted actions without identification or authentication, directly preventing unauthorized access to sensitive admin endpoints like /admin/student.php and /admin/teacher.php.

prevent

AC-22 mandates controlling access to and protecting the confidentiality of publicly accessible content, mitigating the disclosure of sensitive information via unauthenticated GET requests to public web endpoints.

prevent

AC-3 requires enforcement of approved authorizations for logical access to system resources, addressing the core failure to restrict access to sensitive data in the vulnerable admin endpoints.

References