vendor:
Openscrutin
by:
cr4wl3r
9,3
CVSS
HIGH
Remote File Inclusion (RFI) and Local File Inclusion (LFI)
94
CWE
Product Name: Openscrutin
Affected Version From: 1.03
Affected Version To: 1.03
Patch Exists: NO
Related CWE: N/A
CPE: a:adullact:openscrutin:1.03
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2010
Openscrutin 1.03 (RFI/LFI) Multiple File Include Vulnerability
Openscrutin 1.03 is vulnerable to Remote File Inclusion (RFI) and Local File Inclusion (LFI) attacks. An attacker can exploit this vulnerability by sending a maliciously crafted URL to the vulnerable application. This can allow the attacker to execute arbitrary code on the server, access sensitive files, and gain access to the server. The vulnerability is caused due to insufficient sanitization of user-supplied input in the 'path_om' parameter of the 'droit.class.php', 'collectivite.class.php', 'utilisateur.class.php', 'courrier.class.php', and 'profil.class.php' scripts.
Mitigation:
The application should validate user-supplied input and filter out any malicious code. The application should also be configured to use a secure connection.