Lucene search
+L

7389 matches found

Exploit DB
Exploit DB
added 2015/06/30 12:00 a.m.38 views

Fiyo CMS 2.0_1.9.1 - SQL Injection

Exploit Title: Fiyo CMS multiple SQL vulnerability Date: 2015-06-28 Exploit Author: cfreer poc-lab Vendor Homepage: http://www.fiyo.org/ Software Link: http://tcpdiag.dl.sourceforge.net/project/fiyo-cms/Fiyo%202.0/fiyocms2.0.2.zip Version: 2.01.9.1 Tested on: Apache/2.4.7 Win32 CVE : CVE-2015-393...

9.8CVSS8.4AI score0.03067EPSS
SaveExploits4
ThreatPost
ThreatPost
added 2015/06/17 1:00 p.m.17 views

LinkedIn Private Bug Bounty Program Goes Public

Public-facing bug bounties are the shiny new bauble of computer security. And with good reason since in most cases, companies that start their own bounties or go through a third-party platform provider are able to take advantage of a pool of skilled contributors, patch products, and improve...

8.3AI score
SaveExploits0References4
anandpraka
anandpraka
added 2015/06/05 6:28 a.m.36 views

[Responsible disclosure] How I could have hacked 62.5 million Zomato Users

Note: This is being published with the permission of Zomato Team. The vulnerability is now fixed. Zomato is an online restaurant search and discovery service providing information on home delivery, dining-out, cafés and nightlife for various cities of India and 21 other countries. It has 62.5...

6.5AI score
SaveExploits0
CNVD
CNVD
added 2015/06/01 12:00 a.m.5 views

Information leakage vulnerability in Dredge's app

Dug Cai Bao is an investment and financial management software developed by Hangzhou Dug Cai Internet Financial Services Co. There is an information leakage vulnerability in the Dredging Cai Bao APP. Attackers can use this vulnerability to obtain sensitive user information...

6.6AI score
SaveExploits0
OpenVAS
OpenVAS
added 2015/05/28 12:00 a.m.20 views

phpwind Multiple Vulnerabilities

phpwind is prone to multiple vulnerabilities. SPDX-FileCopyrightText: 2015 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.3AI score
SaveExploits0References5
ThreatPost
ThreatPost
added 2015/05/19 1:57 p.m.12 views

St. Louis Federal Reserve Falls Victim to DNS Hijack

The St. Louis Federal Reserve Bank confirmed this week that it fell victim to a DNS hijack last month. The attack may have redirected users to bogus webpages and for a period of time exposed customers to phishing, malware and other attacks that potentially could have duped users into giving away...

0.1AI score
SaveExploits0References8
Palo Alto Networks
Palo Alto Networks
added 2015/05/14 12:00 a.m.15 views

Cross-site Scripting Vulnerability

A cross-site scripting vulnerability exists in the web-based device management interface whereby data provided by the user is echoed back to the user without sanitization. Ref 73638...

6.1AI score
SaveExploits0Affected Software1
CNVD
CNVD
added 2015/05/07 12:00 a.m.8 views

IBM WebSphere Commerce Debug Logging Local Information Disclosure Vulnerability

IBM WebSphere Commerce is the industry's leading next-generation e-business solution. Some command line scripts of IBM WebSphere Commerce run in debug state, which can record user data to log files and lead to information leakage...

2.1CVSS6.7AI score0.00379EPSS
SaveExploits0References1
CNVD
CNVD
added 2015/05/07 12:00 a.m.7 views

EMC SourceOne Email Management Account Lockout Feature Brute Force Vulnerability

EMC SourceOne Email Management is an email management application. EMC SourceOne Email Management fails to properly set up the email account lockout feature, allowing remote attackers to exploit the vulnerability to gain access to user information via a brute force attack...

5CVSS6.9AI score0.02208EPSS
SaveExploits0References1
seebug.org
seebug.org
added 2015/05/04 12:00 a.m.27 views

KPPW最新版SQL注入漏洞,修补不严

简要描述: KPPW最新版SQL注入漏洞,修补不严 详细说明: 1.看了http://wooyun.org/bugs/wooyun-2010-086216。这篇帖子,正巧也在审计KPPW,也就去看了用一下最新版对于爆出问题的修补方式。最新版为了防止该漏洞,添加了一个验证。 if$gUserInfo'uid' != $pk'uid' kekezu::showmsg'无权操作',NULL,NULL,NULL,'error'; return false; 2.$gUserInfo'uid'是用户id,是我们不可控的。所以这里不能再用xfkxfk大牛的方法构造uid了。那么我们再看一下save函...

7AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2015/04/28 12:00 a.m.13 views

The vulnerability of the Windows operating system, which allows a malicious individual to compromise the confidentiality of information

The Microsoft Windows operating system contains a vulnerability in the Active Directory services, related to incorrect handling of user exit. Exploiting this vulnerability can allow attackers to access user information by reopening the application from which the user exited. Due to the error in...

5.8CVSS5.4AI score0.12718EPSS
SaveExploits0References3
OSV
OSV
added 2015/04/13 2:59 p.m.8 views

DEBIAN-CVE-2015-2940

Cross-site request forgery CSRF vulnerability in the CheckUser extension for MediaWiki allows remote attackers to hijack the authentication of certain users for requests that retrieve sensitive user information via unspecified vectors...

6.8CVSS6.8AI score0.01095EPSS
SaveExploits0References1
OSV
OSV
added 2015/04/13 2:59 p.m.10 views

UBUNTU-CVE-2015-2935

MediaWiki before 1.19.24, 1.2x before 1.23.9, and 1.24.x before 1.24.2 allows remote attackers to bypass the SVG filtering and obtain sensitive user information via a mixed case @import in a style element in an SVG file, as demonstrated by "@imporT."...

5CVSS5.8AI score0.02434EPSS
SaveExploits0References4
seebug.org
seebug.org
added 2015/04/07 12:00 a.m.21 views

MallMold 2.5 app/action/newsletterAction.php SQL注入漏洞

/app/action/newsletterAction.phppublic function statistics //create a image header'Content-type:image/gif'; echo base64decode'R0lGODlhAQABAIAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=='; $sn = trim$GET'sn'; $email = trim$GET'ue'; $this-model'newsletter'-statistics$sn, $email;...

7AI score
SaveExploits0
ThreatPost
ThreatPost
added 2015/03/26 1:17 p.m.8 views

U.S. Government Requests for Yahoo User Data Drop

Yahoo received nearly 5,000 requests for user data from the United States government in the last six months of 2014 and disclosed some content in nearly 25 percent of those cases. The company said in its new transparency report that it received between 0-999 National Security Letters from the U.S...

6.9AI score
SaveExploits0References8
Packet Storm
Packet Storm
added 2015/03/25 12:00 a.m.36 views

WordPress Marketplace 2.4.0 Add Administrator

!/usr/bin/python Exploit Name: WP Marketplace 2.4.0 Remote Command Execution Vulnerability discovered by Kacper Szurek http://security.szurek.pl Exploit written by Claudio Viviani -------------------------------------------------------------------- The vulnerable function is located on...

0.6AI score
SaveExploits0
myhack58
myhack58
added 2015/03/25 12:00 a.m.14 views

CVE-2 0 1 4-4 4 2 3 analysis process and findings-vulnerability warning-the black bar safety net

Primer Some time ago the“steamed rice”on his blog published the article“on a non-jailbroken iPhone 6 iOS 8.1.3 on phishing attacks stealing App Store passwords”, see the article later to try to reproduce the whole process. Since the“steamed rice”the entire process is described more clearly, combi...

0.9AI score
SaveExploits0
CISA
CISA
added 2015/03/24 12:00 a.m.14 views

Installer Hijacking Vulnerability in Android Devices

A vulnerability in Google's Android OS has been discovered that could allow an attacker to change or replace a seemingly safe Android application with malware during installation. An attacker exploiting this vulnerability could access and steal user data on compromised devices without user...

6.7AI score
SaveExploits0References1
Hacker One
Hacker One
added 2015/03/23 3:08 p.m.114 views

Phabricator: SSRF vulnerability (access to metadata server on EC2 and OpenStack)

In bug 50537, haquaman reported a SSRF vulnerability in the meme creation section of Phabricator. Ticket T6755 was created and the HackerOne issue was closed as "Won't fix". T6755 states that "attackers can use the machine's ability to access the network, which may allow them to find services and...

0.5AI score
SaveExploits0
ThreatPost
ThreatPost
added 2015/03/16 12:59 p.m.9 views

Facebook Transparency Report: Government Requests Down

Facebook today reported a slight drop in government requests for user data, bucking a trend that peaked during the first half of 2014 with the highest numbers the company had seen. Its latest transparency report covers the second half of last year, and shows slight dips in requests for user data,...

SaveExploits0References3
Rows per page
Query Builder