| 제목 | code-projects Task Management System In PHP With Source Code 1.0 Improper Authentication |
|---|
| 설명 | A remote authentication bypass vulnerability exists in the user login functionality of Code-Projects Task Management System In PHP With Source Code.
The vulnerable login handler is located in /index.php. It accepts the POST parameters email and password, but the database query validates only user_email and user_status. The submitted password is never compared with the stored user_password value.
An unauthenticated remote attacker who knows the email address of an active user can submit an arbitrary password. The application creates an authenticated PHP session and redirects the attacker to user/UserHome.php.
Proof of concept request:
POST /PROJECT_NEW/index.php HTTP/1.1
Content-Type: application/x-www-form-urlencoded
email=priyanka%40gmail.com&password=CVE-PoC-Invalid-2026%21&submit=1
Successful response:
HTTP/1.1 302 Found
Location: user/UserHome.php
Set-Cookie: PHPSESSID=[REDACTED]
The issue is remotely exploitable, requires no prior authentication, and requires no SQL injection payload.
CVE-2025-0847 documents SQL injection through the email parameter in the same endpoint and source-code lineage. This submission concerns a distinct authentication logic vulnerability: the password is entirely omitted from authentication validation.
Vendor contact:
Code-Projects was contacted by email at [email protected] on 2026-06-22. The report was sent from [email protected]. A response is currently pending.
Public advisory:
https://github.com/littleRain1355/PHPissue/issues/1
Product:
https://code-projects.org/task-management-system-in-php-with-source-code/
Package SHA-256:
8a4bf7950b97ea99e05ff9655185678fc1b13b5d79099f3aa7060dd438ac1d54 |
|---|
| 원천 | ⚠️ https://github.com/littleRain1355/PHPissue/issues/1 |
|---|
| 사용자 | rainless100792 (UID 84115) |
|---|
| 제출 | 2026. 06. 22. PM 02:31 (2 개월 ago) |
|---|
| 모더레이션 | 2026. 08. 08. PM 03:32 (2 months later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 387178 [code-projects Task Management System 1.0 Login /index.php 비밀번호 약한 인증] |
|---|
| 포인트들 | 20 |
|---|