Lucene search
+L

9522 matches found

zdt
zdt
added 2015/10/11 12:00 a.m.24 views

Amiro CMS 5.14 - XSS (Reflected) Vulnerability

Exploit for php platform in category web applications Title : Amiro CMS 5.14 - XSS Reflected Vulnerability Date : 14/01/2015 Author : ZwX Demo Link : http://dart.amirocms.com/ Vendor : http://www.amirocms.com/ Tested on : Windows 7 Description It is possible to redirect to a malicious site admin ...

7.1AI score
SaveExploits0
zdt
zdt
added 2015/10/06 12:00 a.m.67 views

WordPress Payment Form For PayPal Pro 1.0.1 XSS Vulnerability

WordPress DWBooster Payment Form for PayPal Pro plugin version 1.0.1 suffers from a cross site scripting vulnerability. Vulnerability title: Multiple Reflected XSS in Payment Form for PayPal Pro version 1.0.1 WordPress plugin CVE: CVE-2015-7666 Vendor: WordPress DWBooster Product: Payment Form fo...

4.3CVSS6.2AI score0.01791EPSS
SaveExploits2
Packet Storm
Packet Storm
added 2015/10/06 12:00 a.m.43 views

WordPress Payment Form For PayPal Pro 1.0.1 XSS

Vulnerability title: Multiple Reflected XSS in Payment Form for PayPal Pro version 1.0.1 WordPress plugin CVE: CVE-2015-7666 Vendor: WordPress DWBooster Product: Payment Form for PayPal Pro Affected version: 1.0.1 Fixed version: 1.0.2 Reported by: Ibéria Medeiros Vulnerability Details:...

0.01791EPSS
SaveExploits2
securityvulns
securityvulns
added 2015/10/05 12:00 a.m.228 views

APPLE-SA-2015-09-30-3 OS X El Capitan 10.11

APPLE-SA-2015-09-30-3 OS X El Capitan 10.11 OS X El Capitan 10.11 is now available and addresses the following: Address Book Available for: Mac OS X v10.6.8 and later Impact: A local attacker may be able to inject arbitrary code to processes loading the Address Book framework Description: An issu...

10CVSS0.2AI score0.94558EPSS
SaveExploits103
securityvulns
securityvulns
added 2015/10/05 12:00 a.m.169 views

APPLE-SA-2015-09-16-1 iOS 9

APPLE-SA-2015-09-16-1 iOS 9 iOS 9 is now available and addresses the following: Apple Pay Available for: iPhone 6, iPad mini 3, and iPad Air 2 Impact: Some cards may allow a terminal to retrieve limited recent transaction information when making a payment Description: The transaction log...

10CVSS0.1AI score0.2431EPSS
SaveExploits7
Hacker One
Hacker One
added 2015/10/01 10:39 a.m.45 views

Imgur: Crossdomain.xml settings on api.imgur.com too open

The crossdomain.xml file hosted at http://api.imgur.com/crossdomain.xml was too open. This allowed SWF files to make HTTP requests and see it's response. If this was not changed, then attacker.com can embed a SWF on attacker.com/example.html that makes an HTTP request to http://api.imgur.com/. Th...

0.1AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2015/10/01 12:00 a.m.11 views

The vulnerability of the iOS operating system, which allows a hacker to track users

The vulnerability of the CFNetwork Cookies component in the iOS operating system is related to the lack of protection for service data. Exploiting this vulnerability allows a malicious actor to remotely track users...

5CVSS5.5AI score0.02256EPSS
SaveExploits0References3Affected Software1
Packet Storm
Packet Storm
added 2015/09/28 12:00 a.m.48 views

WordPress Appointment Booking Calendar 1.1.7 XSS

Vulnerability title: Multiple Reflective XSS in Appointment Booking Calendar 1.1.7 WordPress plugin CVE: CVE-2015-7320 Vendor: WordPress DWBooster Product: Appointment Booking Calendar Affected version: 1.1.7 Fixed version: 1.1.8 Reported by: Ibéria Medeiros Vulnerability Details:...

4.3CVSS6.6AI score0.02137EPSS
SaveExploits2
CNVD
CNVD
added 2015/09/27 12:00 a.m.7 views

IBM WebSphere eXtreme Scale Information Disclosure Vulnerability

IBM WebSphere eXtreme Scale is a distributed caching solution. IBM WebSphere Extreme Scale does not set a security flag for session cookies in SSL mode, allowing remote attackers to obtain cookie information by intercepting HTTP sessions...

4.3CVSS6.5AI score0.01229EPSS
SaveExploits0References1
Packet Storm
Packet Storm
added 2015/09/26 12:00 a.m.64 views

X2Engine 4.2 Cross Site Request Forgery

Vulnerability title: Cross-Site Request Forgery In X2Engine Inc. X2Engine CVE: CVE-2015-5075 Vendor: X2Engine Inc. Product: X2Engine Affected version: 4.2 Fixed version: 5.2 Reported by: Simone Quatrini Details: It was discovered that no protection against Cross-site Request Forgery attacks was...

6.8CVSS0.7AI score0.02756EPSS
SaveExploits4
ThreatPost
ThreatPost
added 2015/09/25 11:18 a.m.10 views

DHS Alerts to Continuing Browser Cookie Vulnerabilities

In case didn’t know or need a reminder, browser cookies aren’t exactly impervious to attack. The DHS-sponsored CERT at the Software Engineering Institute at Carnegie Mellon University this week dropped an alert that warns users about the continued prevalence of a class of cookie vulnerabilities...

1.3AI score
SaveExploits0References3
The Hacker News
The Hacker News
added 2015/09/25 4:32 a.m.22 views

Exploiting Browser Cookies to Bypass HTTPS and Steal Private Information

A newly discovered critical flaw in the implementation of web cookies by major browsers could open secured HTTPS browsing to Man-in-the-middle attacks. The US Computer Emergency Response Team CERT has revealed that all the main browser vendors have improperly implemented the RFC 6265 Standard, al...

7.2AI score
SaveExploits0
seebug.org
seebug.org
added 2015/09/25 12:00 a.m.43 views

WordPress 3.8.2 cookie 伪造漏洞

0x00 背景 看了WordPress 3.8.2补丁分析 HMAC timing attack,眼界大开,原来还可以利用时间差来判断HMAC。 但我总觉得这个漏洞并不是简单的修复这个问题。 查看了官方提供的资料:“该漏洞是由WordPress的安全团队成员Jon Cave发现。”。 也许漏洞还有这样利用的可能。 0x01 PHP的特性 当PHP在进行 ”==”,”!=”等非严格匹配的情况下,会按照值的实际情况,进行强制转换。 当有一个对比参数是整数的时候,会把另外一个参数强制转换为整数。 0x02 分析修复的代码 官方版的diff只在php里改动了一个位置:...

7.1AI score
SaveExploits0
exploitpack
exploitpack
added 2015/09/25 12:00 a.m.94 views

X2Engine 4.2 - Cross-Site Request Forgery

X2Engine 4.2 - Cross-Site Request Forgery Source: https://www.portcullis-security.com/security-research-and-downloads/security-advisories/cve-2015-5075/ Details: It was discovered that no protection against Cross-site Request Forgery attacks was implemented, resulting in an attacker being able to...

6.8CVSS0.9AI score0.02756EPSS
SaveExploits4
CERT
CERT
added 2015/09/24 12:00 a.m.37 views

Cookies set via HTTP requests may be used to bypass HTTPS and reveal private information

Overview RFC 6265 previously RFC 2965 established HTTP State Management, also known as "cookies". In most web browser implementations of RFC 6265, cookies set via HTTP requests may allow a remote attacker to bypass HTTPS and reveal private session information. Description HTTP cookies have long...

5.8CVSS9.1AI score0.01628EPSS
SaveExploits0References7
myhack58
myhack58
added 2015/09/23 12:00 a.m.33 views

Microsoft repair SharePoint 2 0 1 3 XSS vulnerabilities-the vulnerabilities and early warning-the black bar safety net

SharePoint is the Microsoft Office Suite in a tool for individuals and companies to create a portal page. The vulnerabilityCVE-2 0 1 5-2 5 2 2by FortiNet's FortiGuard Labs security researchers discovered the vulnerability affects SharePoint 2 0 1 3 15.0.4571.1502 early version. SharePoint is a...

7AI score
SaveExploits0
NVD
NVD
added 2015/09/18 12:00 p.m.26 views

CVE-2015-5885

The CFNetwork Cookies component in Apple iOS before 9 allows remote attackers to track users via vectors involving a cookie for a top-level domain...

5CVSS4.8AI score0.02256EPSS
SaveExploits0References8
Prion
Prion
added 2015/09/18 12:00 p.m.26 views

Code injection

The CFNetwork Cookies component in Apple iOS before 9 allows remote attackers to track users via vectors involving a cookie for a top-level domain...

5CVSS6.1AI score0.02256EPSS
SaveExploits0References8Affected Software3
NVD
NVD
added 2015/09/18 10:59 a.m.25 views

CVE-2015-3801

The document.cookie API implementation in the CFNetwork Cookies subsystem in WebKit in Apple iOS before 9 allows remote attackers to bypass an intended single-cookie restriction via unspecified vectors...

5CVSS4.8AI score0.02193EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2015/09/18 10:59 a.m.29 views

CVE-2015-3801

The document.cookie API implementation in the CFNetwork Cookies subsystem in WebKit in Apple iOS before 9 allows remote attackers to bypass an intended single-cookie restriction via unspecified vectors...

5CVSS6AI score0.02193EPSS
SaveExploits0References3
Rows per page
Query Builder