FKIE_CVE-2025-70151
Vulnerability from fkie_nvd - Published: 2026-02-18 18:24 - Updated: 2026-02-23 17:53
Severity ?
Summary
code-projects Scholars Tracking System 1.0 allows an authenticated attacker to achieve remote code execution via unrestricted file upload. The endpoints update_profile_picture.php and upload_picture.php store uploaded files in a web-accessible uploads/ directory using the original, user-supplied filename without validating the file type or extension. By uploading a PHP file and then requesting it from /uploads/, an attacker can execute arbitrary PHP code as the web server user.
References
| URL | Tags | ||
|---|---|---|---|
| cve@mitre.org | https://code-projects.org/scholars-tracking-system-in-php-with-source-code/ | Product | |
| cve@mitre.org | https://youngkevinn.github.io/posts/CVE-2025-70151-Scholars-FileUpload-RCE/ | Exploit, Mitigation, Third Party Advisory |
Impacted products
| Vendor | Product | Version | |
|---|---|---|---|
| fabian | scholars_tracking_system | 1.0 |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:fabian:scholars_tracking_system:1.0:*:*:*:*:*:*:*",
"matchCriteriaId": "181B8F36-C4C5-4F67-AC1F-79162D790489",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "code-projects Scholars Tracking System 1.0 allows an authenticated attacker to achieve remote code execution via unrestricted file upload. The endpoints update_profile_picture.php and upload_picture.php store uploaded files in a web-accessible uploads/ directory using the original, user-supplied filename without validating the file type or extension. By uploading a PHP file and then requesting it from /uploads/, an attacker can execute arbitrary PHP code as the web server user."
},
{
"lang": "es",
"value": "code-projects Scholars Tracking System 1.0 permite a un atacante autenticado lograr ejecuci\u00f3n remota de c\u00f3digo a trav\u00e9s de la carga de archivos sin restricciones. Los endpoints update_profile_picture.php y upload_picture.php almacenan los archivos cargados en un directorio uploads/ accesible desde la web usando el nombre de archivo original, proporcionado por el usuario, sin validar el tipo de archivo o la extensi\u00f3n. Al cargar un archivo PHP y luego solicitarlo desde /uploads/, un atacante puede ejecutar c\u00f3digo PHP arbitrario como el usuario del servidor web."
}
],
"id": "CVE-2025-70151",
"lastModified": "2026-02-23T17:53:20.030",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 2.8,
"impactScore": 5.9,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
},
"published": "2026-02-18T18:24:20.757",
"references": [
{
"source": "cve@mitre.org",
"tags": [
"Product"
],
"url": "https://code-projects.org/scholars-tracking-system-in-php-with-source-code/"
},
{
"source": "cve@mitre.org",
"tags": [
"Exploit",
"Mitigation",
"Third Party Advisory"
],
"url": "https://youngkevinn.github.io/posts/CVE-2025-70151-Scholars-FileUpload-RCE/"
}
],
"sourceIdentifier": "cve@mitre.org",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-434"
}
],
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…