-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8271 from projectdiscovery/CVE-2014-9180
Create CVE-2014-9180.yaml
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
id: CVE-2014-9180 | ||
|
||
info: | ||
name: Eleanor CMS - Open Redirect | ||
author: Shankar Acharya | ||
severity: medium | ||
description: | | ||
Open redirect vulnerability in go.php in Eleanor CMS allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a URL in the QUERY_STRING. | ||
remediation: | | ||
Update to the latest version of Eleanor CMS to fix the open redirect vulnerability. | ||
reference: | ||
- https://packetstormsecurity.com/files/129087/Eleanor-CMS-Open-Redirect.html | ||
- https://nvd.nist.gov/vuln/detail/CVE-2014-9180 | ||
classification: | ||
cvss-metrics: CVSS:3.1/AV:N/AC:L/Au:N/C:N/I:P/A:N | ||
cvss-score: 5.0 | ||
cve-id: CVE-2014-9180 | ||
cwe-id: CWE-601 | ||
metadata: | ||
verified: true | ||
product: eleanor_cms | ||
vendor: eleanor-cms | ||
shodan-query: html:"eleanor" | ||
tags: cve,cve2014,eleanor,cms,redirect | ||
|
||
http: | ||
- method: GET | ||
path: | ||
- "{{BaseURL}}/go.php?http://interact.sh" | ||
|
||
matchers: | ||
- type: regex | ||
part: header | ||
regex: | ||
- '(?m)^(?:Location\s*?:\s*?)(?:http?://|//)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' |