Sceawere
Vulnerability Detail
CVE-2026-19987UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
Directory Listing Information Exposure
Vulnerability Metadata
- Severity
- Medium
- Score / CVSS
- 5.3
- Creation Date
- 3h ago
- Vendor
- SourceCodester
- Product
- Best Employee Management System
- Attack Type
- Exposure of Information Through Directory Listing
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
- Attack Complexity
- LOW
Narrative and Response
Description
A security vulnerability has been detected in SourceCodester Best Employee Management System 1.0. This affects an unknown function of the file /assets/uploadImage/Profile/. Such manipulation leads to exposure of information through directory listing. It is possible to launch the attack remotely.
Executive Summary
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Technical Details
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Mitigations
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
References
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Additional Metadata
{
"score": "5.3",
"pubDate": "2026-08-17T06:17:39.333Z",
"pubdate": "2026-08-17T06:17:39.333Z",
"executiveSummary": "A security vulnerability categorized as exposure of information through directory listing has been identified in SourceCodester Best Employee Management System 1.0.\nThe vulnerability resides within the file path /assets/uploadImage/Profile/, allowing unauthorized remote entities to enumerate and access sensitive assets stored within the directory.\nThe primary impact of this flaw is the unauthorized disclosure of confidential data, which may include employee profile images, personally identifiable information, or other sensitive server-side files depending on directory contents.\nThe risk implications are moderate to high, as unauthorized information leakage can facilitate subsequent targeted attacks or privacy violations.\nAttack capabilities are strictly remote, requiring no advanced authentication or specialized privileges beyond network access to the target web application.\nExploitation requirements are minimal, as standard web browsers or automated enumeration tools can directly query the vulnerable directory URI to trigger the directory listing mechanism.",
"technicalDetails": "The vulnerability stems from insufficient web server configuration and the absence of access control restrictions on the directory path /assets/uploadImage/Profile/ within SourceCodester Best Employee Management System 1.0.\nSpecifically, the underlying HTTP server fails to disable directory indexing (such as Options -Indexes in Apache or equivalent directives in other web servers) for the designated asset upload repository.\nConsequently, when a remote, unauthenticated client issues an HTTP GET request directly to the vulnerable directory path /assets/uploadImage/Profile/, the server generates and returns an HTML directory listing index containing the filenames, sizes, and modification dates of all stored files.\nThe attack flow proceeds as follows: First, the remote attacker identifies or guesses the upload directory structure, commonly located at /assets/uploadImage/Profile/. Second, the attacker sends a standard HTTP GET request to this endpoint over the network. Third, the web server processes the request and responds with a browsable directory index due to the misconfigured listing permissions. Fourth, the attacker parses the returned index to harvest exposed file paths and sensitive documents.\nThe vulnerable component is the asset storage directory located at /assets/uploadImage/Profile/ in version 1.0 of the application.\nNetwork exposure is fully remote, accessible via standard HTTP/HTTPS protocols without requiring prior interaction or authentication with the application logic.\nPost-exploitation impact includes unauthorized information disclosure, leakage of user-uploaded profile assets, and potential reconnaissance mapping that aids adversaries in chaining further vulnerabilities against the deployment environment."
}