Threat level definition
Search:
Home
Bugtraq
Vulnerabilities
Mailing Lists
Jobs
Tools
Beta Programs
News
Infocus
Foundations
Microsoft
Unix
IDS
Incidents
Virus
Pen-Test
Firewalls
Columnists
Mailing Lists
Newsletters
Bugtraq
Focus on IDS
Focus on Linux
Focus on Microsoft
Forensics
Pen-test
Security Basics
Vuln Dev
Vulnerabilities
Jobs
Job Opportunities
Resumes
Job Seekers
Employers
Tools
RSS
News
Vulns
Security Research
BugTraq
Back to list
Name:
Email:
*Note: Email address will appear as "user domain ext" to prevent harvesting.
Subject:
Message:
Sql injections in e107 [Admin section]
Sep 01 2006 08:40PM
Omid (omid hackers ir)
Hi,
There are several sql injections in e107 0.7.5 admin section :
I) The "linkopentype", "linkrender" and "link_class" parameters are passed
to "db_Insert()" function without checking :
File /e107_admin/links.php, Line 496 :
>> $sql->db_Insert("links", "0, '$link_name', '$link_url', '$link_descri...
[ more ]
Privacy Statement
Copyright 2009, SecurityFocus
There are several sql injections in e107 0.7.5 admin section :
I) The "linkopentype", "linkrender" and "link_class" parameters are passed
to "db_Insert()" function without checking :
File /e107_admin/links.php, Line 496 :
>> $sql->db_Insert("links", "0, '$link_name', '$link_url', '$link_descri...
[ more ]