Cyber Posture

CVE-2025-70147

HighPublic PoC

Published: 18 February 2026

Published
18 February 2026
Modified
20 February 2026
KEV Added
Patch
CVSS Score 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.4th 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.6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique.
Threat & Defense Details

Likely Mitigating ControlsAI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-306 CWE-862

Requiring identification and rationale for actions allowed without authentication ensures critical functions are not left unprotected by forcing review of authentication requirements.

addresses: CWE-306 CWE-862

Authorizing mobile device connections to organizational systems ensures authentication is performed for this critical access function.

addresses: CWE-862 CWE-306

Always invoking the reference monitor prevents missing authorization checks for protected resources.

addresses: CWE-306 CWE-862

Auditing sessions makes it possible to detect access to critical functions without required authentication.

addresses: CWE-306 CWE-862

The assessment process confirms authentication is present and effective for critical functions, preventing exploitation from missing authentication.

addresses: CWE-306 CWE-862

Certification assesses that critical functions have required authentication controls in place.

addresses: CWE-862 CWE-306

Requiring authorization servers ensures authorization is performed for protected functions.

addresses: CWE-306 CWE-862

Tailoring determines which functions require authentication and selects the appropriate baseline or compensating authentication controls.

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

NVD Description

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.

Deeper analysisAI

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.

Details

CWE(s)

Affected Products

projectworlds
online time table generator
1.0

CVEs Like This One

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

References