Generated on Wed, 14 Dec 2022 00:35:58

Summary of Alerts

Risk Level Number of Alerts
High
0
Medium
2
Low
2
Informational
1

Passing Rules

Name Rule Type Threshold Strength
Directory Browsing Active MEDIUM MEDIUM
CRLF Injection Active MEDIUM MEDIUM
Path Traversal Active MEDIUM MEDIUM
Remote File Inclusion Active MEDIUM MEDIUM
Parameter Tampering Active MEDIUM MEDIUM
Server Side Include Active MEDIUM MEDIUM
GET for POST Active MEDIUM MEDIUM
Cross Site Scripting (Reflected) Active MEDIUM MEDIUM
Cross Site Scripting (Persistent) Active MEDIUM MEDIUM
Script Active Scan Rules Active MEDIUM MEDIUM
Cross Site Scripting (Persistent) - Prime Active MEDIUM MEDIUM
Cross Site Scripting (Persistent) - Spider Active MEDIUM MEDIUM
SQL Injection Active MEDIUM MEDIUM
SQL Injection - MySQL Active MEDIUM MEDIUM
SQL Injection - Hypersonic SQL Active MEDIUM MEDIUM
SQL Injection - Oracle Active MEDIUM MEDIUM
SQL Injection - PostgreSQL Active MEDIUM MEDIUM
SQL Injection - SQLite Active MEDIUM MEDIUM
Cross Site Scripting (DOM Based) Active MEDIUM MEDIUM
SQL Injection - MsSQL Active MEDIUM MEDIUM
ELMAH Information Leak Active MEDIUM MEDIUM
Trace.axd Information Leak Active MEDIUM MEDIUM
XSLT Injection Active MEDIUM MEDIUM
.htaccess Information Leak Active MEDIUM MEDIUM
.env Information Leak Active MEDIUM MEDIUM
Server Side Code Injection Active MEDIUM MEDIUM
Hidden File Finder Active MEDIUM MEDIUM
Remote OS Command Injection Active MEDIUM MEDIUM
XML External Entity Attack Active MEDIUM MEDIUM
Generic Padding Oracle Active MEDIUM MEDIUM
SOAP Action Spoofing Active MEDIUM MEDIUM
SOAP XML Injection Active MEDIUM MEDIUM
Heartbleed OpenSSL Vulnerability Active MEDIUM MEDIUM
Buffer Overflow Active MEDIUM MEDIUM
Source Code Disclosure - CVE-2012-1823 Active MEDIUM MEDIUM
Format String Error Active MEDIUM MEDIUM
Remote Code Execution - CVE-2012-1823 Active MEDIUM MEDIUM
Cloud Metadata Potentially Exposed Active MEDIUM MEDIUM
External Redirect Active MEDIUM MEDIUM
Source Code Disclosure - /WEB-INF folder Active MEDIUM MEDIUM
Private IP Disclosure Passive MEDIUM -
Session ID in URL Rewrite Passive MEDIUM -
Insecure JSF ViewState Passive MEDIUM -
Vulnerable JS Library (Powered by Retire.js) Passive MEDIUM -
Charset Mismatch Passive MEDIUM -
Cookie No HttpOnly Flag Passive MEDIUM -
Cookie Without Secure Flag Passive MEDIUM -
Re-examine Cache-control Directives Passive MEDIUM -
Cross-Domain JavaScript Source File Inclusion Passive MEDIUM -
Content-Type Header Missing Passive MEDIUM -
Application Error Disclosure Passive MEDIUM -
Information Disclosure - Debug Error Messages Passive MEDIUM -
Information Disclosure - Sensitive Information in URL Passive MEDIUM -
Information Disclosure - Sensitive Information in HTTP Referrer Header Passive MEDIUM -
Information Disclosure - Suspicious Comments Passive MEDIUM -
Open Redirect Passive MEDIUM -
Cookie Poisoning Passive MEDIUM -
User Controllable Charset Passive MEDIUM -
User Controllable HTML Element Attribute (Potential XSS) Passive MEDIUM -
WSDL File Detection Passive MEDIUM -
Loosely Scoped Cookie Passive MEDIUM -
Viewstate Passive MEDIUM -
Directory Browsing Passive MEDIUM -
Heartbleed OpenSSL Vulnerability (Indicative) Passive MEDIUM -
Strict-Transport-Security Header Passive MEDIUM -
Server Leaks Information via "X-Powered-By" HTTP Response Header Field(s) Passive MEDIUM -
X-Backend-Server Header Information Leak Passive MEDIUM -
Secure Pages Include Mixed Content Passive MEDIUM -
HTTP to HTTPS Insecure Transition in Form Post Passive MEDIUM -
HTTPS to HTTP Insecure Transition in Form Post Passive MEDIUM -
User Controllable JavaScript Event (XSS) Passive MEDIUM -
Big Redirect Detected (Potential Sensitive Information Leak) Passive MEDIUM -
Retrieved from Cache Passive MEDIUM -
X-ChromeLogger-Data (XCOLD) Header Information Leak Passive MEDIUM -
Cookie without SameSite Attribute Passive MEDIUM -
CSP Passive MEDIUM -
X-Debug-Token Information Leak Passive MEDIUM -
Username Hash Found Passive MEDIUM -
X-AspNet-Version Response Header Passive MEDIUM -
PII Disclosure Passive MEDIUM -
Script Passive Scan Rules Passive MEDIUM -
Stats Passive Scan Rule Passive MEDIUM -
Absence of Anti-CSRF Tokens Passive MEDIUM -
Timestamp Disclosure Passive MEDIUM -
Hash Disclosure Passive MEDIUM -
Cross-Domain Misconfiguration Passive MEDIUM -
Weak Authentication Method Passive MEDIUM -
Reverse Tabnabbing Passive MEDIUM -
Modern Web Application Passive MEDIUM -

Sites

http://www.vulnweb.com

HTTP Response Code Number of Responses
404 Not Found
134
405 Method Not Allowed
8
200 OK
79

No Authentication Statistics Found

Parameter Name Type Flags Times Used # Values

Alert Detail

Medium
Content Security Policy (CSP) Header Not Set
Description
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross Site Scripting (XSS) and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.
URL http://www.vulnweb.com
Method GET
Parameter
Attack
Evidence
Request Header - size: 205 bytes.
Request Body - size: 0 bytes.
Response Header - size: 239 bytes.
Response Body - size: 4,018 bytes.
URL http://www.vulnweb.com/
Method GET
Parameter
Attack
Evidence
Request Header - size: 206 bytes.
Request Body - size: 0 bytes.
Response Header - size: 239 bytes.
Response Body - size: 4,018 bytes.
URL http://www.vulnweb.com/favicon.ico
Method GET
Parameter
Attack
Evidence
Request Header - size: 294 bytes.
Request Body - size: 0 bytes.
Response Header - size: 155 bytes.
Response Body - size: 153 bytes.
URL http://www.vulnweb.com/robots.txt
Method GET
Parameter
Attack
Evidence
Request Header - size: 216 bytes.
Request Body - size: 0 bytes.
Response Header - size: 155 bytes.
Response Body - size: 153 bytes.
URL http://www.vulnweb.com/sitemap.xml
Method GET
Parameter
Attack
Evidence
Request Header - size: 217 bytes.
Request Body - size: 0 bytes.
Response Header - size: 155 bytes.
Response Body - size: 153 bytes.
Instances 5
Solution
Ensure that your web server, application server, load balancer, etc. is configured to set the Content-Security-Policy header, to achieve optimal browser support: "Content-Security-Policy" for Chrome 25+, Firefox 23+ and Safari 7+, "X-Content-Security-Policy" for Firefox 4.0+ and Internet Explorer 10+, and "X-WebKit-CSP" for Chrome 14+ and Safari 6+.
Reference https://developer.mozilla.org/en-US/docs/Web/Security/CSP/Introducing_Content_Security_Policy
https://cheatsheetseries.owasp.org/cheatsheets/Content_Security_Policy_Cheat_Sheet.html
http://www.w3.org/TR/CSP/
http://w3c.github.io/webappsec/specs/content-security-policy/csp-specification.dev.html
http://www.html5rocks.com/en/tutorials/security/content-security-policy/
http://caniuse.com/#feat=contentsecuritypolicy
http://content-security-policy.com/
Tags OWASP_2021_A05
OWASP_2017_A06
CWE Id 693
WASC Id 15
Plugin Id 10038
Medium
Missing Anti-clickjacking Header
Description
The response does not include either Content-Security-Policy with 'frame-ancestors' directive or X-Frame-Options to protect against 'ClickJacking' attacks.
URL http://www.vulnweb.com
Method GET
Parameter X-Frame-Options
Attack
Evidence
Request Header - size: 205 bytes.
Request Body - size: 0 bytes.
Response Header - size: 239 bytes.
Response Body - size: 4,018 bytes.
URL http://www.vulnweb.com/
Method GET
Parameter X-Frame-Options
Attack
Evidence
Request Header - size: 206 bytes.
Request Body - size: 0 bytes.
Response Header - size: 239 bytes.
Response Body - size: 4,018 bytes.
Instances 2
Solution
Modern Web browsers support the Content-Security-Policy and X-Frame-Options HTTP headers. Ensure one of them is set on all web pages returned by your site/app.

If you expect the page to be framed only by pages on your server (e.g. it's part of a FRAMESET) then you'll want to use SAMEORIGIN, otherwise if you never expect the page to be framed, you should use DENY. Alternatively consider implementing Content Security Policy's "frame-ancestors" directive.
Reference https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options
Tags OWASP_2021_A05
WSTG-v42-CLNT-09
OWASP_2017_A06
CWE Id 1021
WASC Id 15
Plugin Id 10020
Low
Server Leaks Version Information via "Server" HTTP Response Header Field
Description
The web/application server is leaking version information via the "Server" HTTP response header. Access to such information may facilitate attackers identifying other vulnerabilities your web/application server is subject to.
URL http://www.vulnweb.com
Method GET
Parameter
Attack
Evidence nginx/1.19.0
Request Header - size: 205 bytes.
Request Body - size: 0 bytes.
Response Header - size: 239 bytes.
Response Body - size: 4,018 bytes.
URL http://www.vulnweb.com/
Method GET
Parameter
Attack
Evidence nginx/1.19.0
Request Header - size: 206 bytes.
Request Body - size: 0 bytes.
Response Header - size: 239 bytes.
Response Body - size: 4,018 bytes.
URL http://www.vulnweb.com/acunetix-logo.png
Method GET
Parameter
Attack
Evidence nginx/1.19.0
Request Header - size: 256 bytes.
Request Body - size: 0 bytes.
Response Header - size: 240 bytes.
Response Body - size: 4,474 bytes.
URL http://www.vulnweb.com/favicon.ico
Method GET
Parameter
Attack
Evidence nginx/1.19.0
Request Header - size: 294 bytes.
Request Body - size: 0 bytes.
Response Header - size: 155 bytes.
Response Body - size: 153 bytes.
URL http://www.vulnweb.com/robots.txt
Method GET
Parameter
Attack
Evidence nginx/1.19.0
Request Header - size: 216 bytes.
Request Body - size: 0 bytes.
Response Header - size: 155 bytes.
Response Body - size: 153 bytes.
URL http://www.vulnweb.com/sitemap.xml
Method GET
Parameter
Attack
Evidence nginx/1.19.0
Request Header - size: 217 bytes.
Request Body - size: 0 bytes.
Response Header - size: 155 bytes.
Response Body - size: 153 bytes.
URL http://www.vulnweb.com/style.css
Method GET
Parameter
Attack
Evidence nginx/1.19.0
Request Header - size: 285 bytes.
Request Body - size: 0 bytes.
Response Header - size: 239 bytes.
Response Body - size: 9,894 bytes.
Instances 7
Solution
Ensure that your web server, application server, load balancer, etc. is configured to suppress the "Server" header or provide generic details.
Reference http://httpd.apache.org/docs/current/mod/core.html#servertokens
http://msdn.microsoft.com/en-us/library/ff648552.aspx#ht_urlscan_007
http://blogs.msdn.com/b/varunm/archive/2013/04/23/remove-unwanted-http-response-headers.aspx
http://www.troyhunt.com/2012/02/shhh-dont-let-your-response-headers.html
Tags OWASP_2021_A05
OWASP_2017_A06
WSTG-v42-INFO-02
CWE Id 200
WASC Id 13
Plugin Id 10036
Low
X-Content-Type-Options Header Missing
Description
The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.
URL http://www.vulnweb.com
Method GET
Parameter X-Content-Type-Options
Attack
Evidence
Request Header - size: 205 bytes.
Request Body - size: 0 bytes.
Response Header - size: 239 bytes.
Response Body - size: 4,018 bytes.
URL http://www.vulnweb.com/
Method GET
Parameter X-Content-Type-Options
Attack
Evidence
Request Header - size: 206 bytes.
Request Body - size: 0 bytes.
Response Header - size: 239 bytes.
Response Body - size: 4,018 bytes.
URL http://www.vulnweb.com/acunetix-logo.png
Method GET
Parameter X-Content-Type-Options
Attack
Evidence
Request Header - size: 256 bytes.
Request Body - size: 0 bytes.
Response Header - size: 240 bytes.
Response Body - size: 4,474 bytes.
URL http://www.vulnweb.com/style.css
Method GET
Parameter X-Content-Type-Options
Attack
Evidence
Request Header - size: 285 bytes.
Request Body - size: 0 bytes.
Response Header - size: 239 bytes.
Response Body - size: 9,894 bytes.
Instances 4
Solution
Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.

If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.
Reference http://msdn.microsoft.com/en-us/library/ie/gg622941%28v=vs.85%29.aspx
https://owasp.org/www-community/Security_Headers
Tags OWASP_2021_A05
OWASP_2017_A06
CWE Id 693
WASC Id 15
Plugin Id 10021
Informational
User Agent Fuzzer
Description
Check for differences in response based on fuzzed User Agent (eg. mobile sites, access as a Search Engine Crawler). Compares the response statuscode and the hashcode of the response body with the original response.
URL http://www.vulnweb.com/favicon.ico
Method GET
Parameter Header User-Agent
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Request Header - size: 264 bytes.
Request Body - size: 0 bytes.
Response Header - size: 155 bytes.
Response Body - size: 555 bytes.
URL http://www.vulnweb.com/favicon.ico
Method GET
Parameter Header User-Agent
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Request Header - size: 264 bytes.
Request Body - size: 0 bytes.
Response Header - size: 155 bytes.
Response Body - size: 555 bytes.
URL http://www.vulnweb.com/favicon.ico
Method GET
Parameter Header User-Agent
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Request Header - size: 264 bytes.
Request Body - size: 0 bytes.
Response Header - size: 155 bytes.
Response Body - size: 555 bytes.
URL http://www.vulnweb.com/favicon.ico
Method GET
Parameter Header User-Agent
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Request Header - size: 342 bytes.
Request Body - size: 0 bytes.
Response Header - size: 155 bytes.
Response Body - size: 555 bytes.
URL http://www.vulnweb.com/favicon.ico
Method GET
Parameter Header User-Agent
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36
Evidence
Request Header - size: 329 bytes.
Request Body - size: 0 bytes.
Response Header - size: 155 bytes.
Response Body - size: 555 bytes.
URL http://www.vulnweb.com/robots.txt
Method GET
Parameter Header User-Agent
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Request Header - size: 180 bytes.
Request Body - size: 0 bytes.
Response Header - size: 155 bytes.
Response Body - size: 555 bytes.
URL http://www.vulnweb.com/robots.txt
Method GET
Parameter Header User-Agent
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Request Header - size: 180 bytes.
Request Body - size: 0 bytes.
Response Header - size: 155 bytes.
Response Body - size: 555 bytes.
URL http://www.vulnweb.com/robots.txt
Method GET
Parameter Header User-Agent
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Request Header - size: 180 bytes.
Request Body - size: 0 bytes.
Response Header - size: 155 bytes.
Response Body - size: 555 bytes.
URL http://www.vulnweb.com/robots.txt
Method GET
Parameter Header User-Agent
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Request Header - size: 258 bytes.
Request Body - size: 0 bytes.
Response Header - size: 155 bytes.
Response Body - size: 555 bytes.
URL http://www.vulnweb.com/robots.txt
Method GET
Parameter Header User-Agent
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36
Evidence
Request Header - size: 245 bytes.
Request Body - size: 0 bytes.
Response Header - size: 155 bytes.
Response Body - size: 555 bytes.
URL http://www.vulnweb.com/sitemap.xml
Method GET
Parameter Header User-Agent
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Request Header - size: 181 bytes.
Request Body - size: 0 bytes.
Response Header - size: 155 bytes.
Response Body - size: 555 bytes.
URL http://www.vulnweb.com/sitemap.xml
Method GET
Parameter Header User-Agent
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Request Header - size: 181 bytes.
Request Body - size: 0 bytes.
Response Header - size: 155 bytes.
Response Body - size: 555 bytes.
URL http://www.vulnweb.com/sitemap.xml
Method GET
Parameter Header User-Agent
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Request Header - size: 181 bytes.
Request Body - size: 0 bytes.
Response Header - size: 155 bytes.
Response Body - size: 555 bytes.
URL http://www.vulnweb.com/sitemap.xml
Method GET
Parameter Header User-Agent
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Request Header - size: 259 bytes.
Request Body - size: 0 bytes.
Response Header - size: 155 bytes.
Response Body - size: 555 bytes.
URL http://www.vulnweb.com/sitemap.xml
Method GET
Parameter Header User-Agent
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36
Evidence
Request Header - size: 246 bytes.
Request Body - size: 0 bytes.
Response Header - size: 155 bytes.
Response Body - size: 555 bytes.
Instances 15
Solution
Reference https://owasp.org/wstg
Tags
CWE Id
WASC Id
Plugin Id 10104