Lucene search
+L

260 matches found

NVD
NVD
added 2009/08/12 10:30 a.m.20 views

CVE-2008-6941

SQL injection vulnerability in the login functionality in TurnkeyForms Web Hosting Directory allows remote attackers to execute arbitrary SQL commands via the password field...

7.5CVSS8.5AI score0.0114EPSS
Exploits0References3
NVD
NVD
added 2009/08/12 10:30 a.m.17 views

CVE-2008-6939

TurnkeyForms Web Hosting Directory allows remote attackers to bypass authentication and 1 gain administrative privileges by setting the adm cookie to 1 or 2 gain privileges as another user by setting the logged cookie to the target username...

7.5CVSS7.2AI score0.03121EPSS
Exploits1References6
Cvelist
Cvelist
added 2009/08/12 10:0 a.m.25 views

CVE-2008-6940

TurnkeyForms Web Hosting Directory stores sensitive information under the web root with insufficient access control, which allows remote attackers to obtain a database backup via a direct request to admin/backup/db...

6.2AI score0.02844EPSS
Exploits1References6
Cvelist
Cvelist
added 2009/08/12 10:0 a.m.28 views

CVE-2008-6941

SQL injection vulnerability in the login functionality in TurnkeyForms Web Hosting Directory allows remote attackers to execute arbitrary SQL commands via the password field...

8.5AI score0.0114EPSS
Exploits0References3
CVE
CVE
added 2009/08/12 10:0 a.m.44 views

CVE-2008-6941

The CVE-2008-6941 entry concerns a SQL injection in the login function of TurnkeyForms Web Hosting Directory, allowing remote attackers to execute arbitrary SQL commands via the password field. The NVD data indicates a high impact with a base score of 7.5 (Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P). Con...

7.5CVSS8.8AI score0.0114EPSS
Exploits0References3Affected Software1
CVE
CVE
added 2009/08/12 10:0 a.m.39 views

CVE-2008-6940

CVE-2008-6940 affects TurnkeyForms Web Hosting Directory. The vulnerability stems from insufficient access control that allows remote attackers to access sensitive data stored under the web root, specifically enabling retrieval of a database backup via a direct request to admin/backup/db. The con...

7.5CVSS6.4AI score0.02844EPSS
Exploits1References6Affected Software1
CVE
CVE
added 2009/08/12 10:0 a.m.48 views

CVE-2008-6939

TurnkeyForms Web Hosting Directory is affected by CVE-2008-6939, which allows remote attackers to bypass authentication by manipulating cookies (adm=1 to gain admin privileges or logged to impersonate another user). The issue enables privilege escalation to admin or another user without authentic...

7.5CVSS7.4AI score0.03121EPSS
Exploits1References6Affected Software1
ThreatPost
ThreatPost
added 2009/06/09 3:31 p.m.14 views

Attack destroys data of thousands of Web host Vaserv's customers

From The Register Dan Goodin A targeted attack against a U.K.-based Web hosting company has destroyed the data of an estimated 100,000 of the company’s customers’ sites. Vaserv.com was hit by an attack this weekend that exploited a flaw in a virtualization application the company was running,...

1.6AI score
Exploits0References3
ThreatPost
ThreatPost
added 2009/04/06 2:49 p.m.9 views

Web sites disrupted by attack on Register.com

From Washington Post Brian Krebs Web site host and domain name registrar Register.com has been the target of a sustained attack this week washingtonpost.com, disrupting service for thousands of customers. The attacks began on Wednesday, causing a three-hour outage for many Web sites that rely on...

2.6AI score
Exploits0References4
xssed
xssed
added 2009/01/27 12:0 a.m.11 views

Unfixed XSS vulnerability at www.budgetwebhosting.nl

Security researcher FayHatti, has submitted on 27/01/2009 a cross-site-scripting XSS vulnerability affecting www.budgetwebhosting.nl, which at the time of submission ranked 1495651 on the web according to Alexa. We manually validated and published a mirror of this vulnerability on 06/07/2010. It ...

6.6AI score
Exploits0References1
Packet Storm
Packet Storm
added 2008/11/13 12:0 a.m.33 views

webhostdir-insecure.txt

============================================================================== / \ | | | | / \ | | | | / \ | | | | / \ | || | / \ | | | | / \ | | IN THE NAME OF // \ || || // \ || || ============================================================================== / | | || | | \ | | / \ | |/ / | | |...

7.4AI score
Exploits0
seebug.org
seebug.org
added 2008/11/12 12:0 a.m.26 views

turnkeyforms Web Hosting Directory Multiple Vulnerabilities

No description provided by source. ============================================================================== / \ | | | | / \ | | | | / \ | | | | / \ | || | / \ | | | | / \ | | IN THE NAME OF // \ || || // \ || || ==============================================================================...

7.1AI score
Exploits0
0day.today
0day.today
added 2008/11/12 12:0 a.m.23 views

turnkeyforms Web Hosting Directory Multiple Vulnerabilities

Exploit for unknown platform in category web applications =========================================================== turnkeyforms Web Hosting Directory Multiple Vulnerabilities ===========================================================...

7.1AI score
Exploits0
exploitpack
exploitpack
added 2008/11/12 12:0 a.m.21 views

TurnkeyForms Web Hosting Directory - Multiple Vulnerabilities

TurnkeyForms Web Hosting Directory - Multiple Vulnerabilities ============================================================================== / \ | | | | / \ | | | | / \ | | | | / \ | || | / \ | | | | / \ | | IN THE NAME OF // \ || || // \ || ||...

Exploits0
Exploit DB
Exploit DB
added 2008/11/12 12:0 a.m.44 views

TurnkeyForms Web Hosting Directory - Multiple Vulnerabilities

============================================================================== / \ | | | | / \ | | | | / \ | | | | / \ | || | / \ | | | | / \ | | IN THE NAME OF // \ || || // \ || || ============================================================================== / | | || | | \ | | / \ | |/ / | | |...

7AI score
Exploits0
seebug.org
seebug.org
added 2008/05/29 12:0 a.m.18 views

PHP 5.2.6 sleep() Local Memory Exhaust Exploit

No description provided by source. ?php sleep9999999; echo 'Hello World'; ? Will print hello world after 9999999 seconds... so maxexecutiontime simply dosnt work :P Why? we can find in manual:...

7.1AI score
Exploits0
securityvulns
securityvulns
added 2008/05/27 12:0 a.m.43 views

function sleep() in all versions of PHP

There is a quite big problem with sleep function in php, The maxexecutiontime set to 60sec. in safe mode can be easy passed by using sleep funcion, for example this script: ?php sleep9999999; echo 'Hello World'; ? Will print hello world after 9999999 seconds... so maxexecutiontime simply dosnt wo...

0.5AI score
Exploits0
securityvulns
securityvulns
added 2008/05/11 12:0 a.m.78 views

XSS and CSRF vulnerability on Cpanel 11

DESCRIPTION OF THE SOFTWARE cPanel is a hosting automation tool. WHM interface provides access to the heart of the cPanel and WHM package and allows a Server Administrator to simply configure a few options and be on their way to hosting web sites. 2. DESCRIPTION OF THE VULNERABILITY There are...

4.3CVSS0.02183EPSS
Exploits3
seebug.org
seebug.org
added 2008/04/29 12:0 a.m.44 views

Softbiz Web Host Directory Script (host_id) SQL Injection Vulnerability

No description provided by source. \ /\ \ / | \ \ | / \ // / | \ | \ \ Y / | \ / / \ /| /\ / / / / / .OR.ID ECHOADV89$2008 ----------------------------------------------------------------------------------------- ECHOADV89$2008 Softbiz Web Host Directory Script searchresult.php hostid...

7.1AI score
Exploits0
Packet Storm
Packet Storm
added 2008/04/28 12:0 a.m.62 views

adv89-K-159-2008.txt

\ /\ \ / | \ \ | / \ // / | \ | \ \ Y / | \ / / \ /| /\ / / / / / .OR.ID ECHOADV89$2008 ----------------------------------------------------------------------------------------- ECHOADV89$2008 Softbiz Web Host Directory Script searchresult.php hostid Blind Sql Injection Vulnerability...

7.4AI score
Exploits0
Rows per page
Query Builder