0% found this document useful (0 votes)
80 views15 pages

Owasp Zap Hostedscan Report 2024-08-21

Uploaded by

ayoubchahboun69
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
80 views15 pages

Owasp Zap Hostedscan Report 2024-08-21

Uploaded by

ayoubchahboun69
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

August 21, 2024

Vulnerability Scan
Report
prepared by
HostedScan Security

hostedscan.com
HostedScan Security Vulnerability Scan Report

Overview

1 Executive Summary 3

2 Vulnerabilities By Target 4

3 Passive Web Application Vulnerabilities 6

4 Glossary 14

hostedscan.com 2
Executive Summary Vulnerability Scan Report

1 Executive Summary
Vulnerability scans were conducted on select servers, networks, websites, and applications. This report contains the
discovered potential vulnerabilities from these scans. Vulnerabilities have been classified by severity. Higher severity
indicates a greater risk of a data breach, loss of integrity, or availability of the targets.

1.1 Total Vulnerabilities


Below are the total number of vulnerabilities found by severity. Critical vulnerabilities are the most severe and should
be evaluated first. An accepted vulnerability is one which has been manually reviewed and classified as acceptable
to not fix at this time, such as a false positive detection or an intentional part of the system's architecture.

Critical High Medium Low Accepted

0 0 3 4 0
43% 57%

1.2 Report Coverage


This report includes findings for 1 target scanned. Each target is a single URL, IP address, or fully qualified domain
name (FQDN).

Vulnerability Categories

7
Passive Web Application Vulnerabilities

hostedscan.com 3
Vulnerabilities By Target Vulnerability Scan Report

2 Vulnerabilities By Target
This section contains the vulnerability findings for each scanned target. Prioritization should be given to the
targets with the highest severity vulnerabilities. However, it is important to take into account the purpose of each
system and consider the potential impact a breach or an outage would have for the particular target.

2.1 Targets Summary


The number of potential vulnerabilities found for each target by severity.

Target Critical High Medium Low Accepted

dvp.ixpath.cloud 0 0 3 4 0

hostedscan.com 4
Vulnerabilities By Target | dvp.ixpath.cloud Vulnerability Scan Report

2.2 Target Breakdowns


Details for the potential vulnerabilities found for each target by scan type.

dvp.ixpath.cloud
Target

Total Risks

0 0 3 4 0

43% 57%

Passive Web Application Vulnerabilities Severity First Detected Last Detected

Missing Anti-clickjacking Header Medium 0 days ago 0 days ago

Content Security Policy (CSP) Header Not Set Medium 0 days ago 0 days ago

Vulnerable JS Library Medium 0 days ago 0 days ago

X-Content-Type-Options Header Missing Low 0 days ago 0 days ago

Server Leaks Version Information via "Server" Low 0 days ago 0 days ago
HTTP Response Header Field

Private IP Disclosure Low 0 days ago 0 days ago

Strict-Transport-Security Header Not Set Low 0 days ago 0 days ago

hostedscan.com 5
Passive Web Application Vulnerabilities Vulnerability Scan Report

3 Passive Web Application Vulnerabilities


The OWASP ZAP Passive Web Application scan crawls the pages of a website or web application. The passive scan
inspects each page as well as the requests and responses sent between the server. The passive scan checks for
vulnerabilities such as cross-domain misconfigurations, insecure cookies, vulnerable Javascript dependencies, and
more.

3.1 Total Vulnerabilities


Total number of vulnerabilities found by severity.

Critical High Medium Low Accepted

0 0 3 4 0
43% 57%

3.2 Vulnerabilities Breakdown


Summary list of all detected vulnerabilities.

Title Severity Open Accepted

Missing Anti-clickjacking Header Medium 1 0

Content Security Policy (CSP) Header Not Set Medium 1 0

Vulnerable JS Library Medium 1 0

X-Content-Type-Options Header Missing Low 1 0

Server Leaks Version Information via "Server" HTTP Response Header


Low 1 0
Field

Private IP Disclosure Low 1 0

Strict-Transport-Security Header Not Set Low 1 0

hostedscan.com 6
Passive Web Application Vulnerabilities | Missing Anti-clickjacking Header Vulnerability Scan Report

3.3 Vulnerability Details


Detailed information about each potential vulnerability found by the scan.

Missing Anti-clickjacking Header


SEVERITY AFFECTED TARGETS LAST DETECTED

Medium 1 target 0 days ago

Description
The response does not include either Content-Security-Policy with 'frame-ancestors' directive or X-Frame-Options to protect against
'ClickJacking' attacks.

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.

Instances (1 of 4)
uri: https://dvp.ixpath.cloud/
method: GET
param: x-frame-options

References
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options

Vulnerable Target First Detected Last Detected

dvp.ixpath.cloud 0 days ago 0 days ago

hostedscan.com 7
Passive Web Application Vulnerabilities | Content Security Policy (CSP) Header Not Set Vulnerability Scan Report

Content Security Policy (CSP) Header Not Set


SEVERITY AFFECTED TARGETS LAST DETECTED

Medium 1 target 0 days ago

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.

Solution
Ensure that your web server, application server, load balancer, etc. is configured to set the Content-Security-Policy header.

Instances (1 of 4)
uri: https://dvp.ixpath.cloud/
method: GET

References
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
https://www.w3.org/TR/CSP/
https://w3c.github.io/webappsec-csp/
https://web.dev/articles/csp
https://caniuse.com/#feat=contentsecuritypolicy
https://content-security-policy.com/

Vulnerable Target First Detected Last Detected

dvp.ixpath.cloud 0 days ago 0 days ago

hostedscan.com 8
Passive Web Application Vulnerabilities | Vulnerable JS Library Vulnerability Scan Report

Vulnerable JS Library
SEVERITY AFFECTED TARGETS LAST DETECTED

Medium 1 target 0 days ago

Description
The identified library pdf.js, version 3.11.174 is vulnerable.

Solution
Please upgrade to the latest version of pdf.js.

Instances (1 of 1)
uri: https://dvp.ixpath.cloud/assets/index-B4DBhRXH.js
method: GET
evidence:
apiVersion:"3.11.174",data:Xt,password:Jt,disableAutoFetch:ln,rangeChunkSize:Zt,length:zr,docBaseUrl:gr,enableXfa:Rr,evaluatorOptions:
{maxImageSize:yr,disableFontFace:Dr,ignoreErrors:pr,isEvalSupported:vr,isOffscreenCanvasSupported:Cr,canvasMaxAreaInBytes:Tr,fontExtraPro
perties:Or,useSystemFonts:Jr,cMapUrl:mn?mr:null,standardFontDataUrl:mn?ir:null}},Wr=
{ignoreErrors:pr,isEvalSupported:vr,disableFontFace:Dr,fontExtraProperties:Or,enableXfa:Rr,ownerDocument:jr,disableAutoFetch:ln,pdfBug:un,styl
eElement:Qr};return Yt.promise.then(function(){if(Lt.destroyed)throw new Error("Loading aborted");const Ur=_fetchDocument(Yt,Mn),xn=new
Promise(function(vn){let gn;Kt?gn=new
_transport_stream.PDFDataTransportStream({length:zr,initialData:Kt.initialData,progressiveDone:Kt.progressiveDone,contentDispositionFilename:K
t.contentDispositionFilename,disableRange:Ir,disableStream:on},Kt):Xt||(gn=(kn=>_util.isNodeJS?new _displayNode_stream.PDFNodeStream(kn):
(0,_display_utils.isValidFetchUrl)(kn.url)?new _displayFetch_stream.PDFFetchStream(kn):new _displayNetwork.PDFNetworkStream(kn))
({url:Qt,length:zr,httpHeaders:rr,withCredentials:qt,rangeChunkSize:Zt,disableRange:Ir,disableStream:on})),vn(gn)});return
Promise.all([Ur,xn]).then(function([vn,gn]){if(Lt.destroyed)throw new Error("Loading aborted");const Tn=new
_message_handler.MessageHandler(zt,vn,Yt.port),kn=new
WorkerTransport(Tn,Lt,gn,Wr,wn);Lt._transport=kn,Tn.send("Ready",null)})}).catch(Lt._capability.reject),Lt}async function _fetchDocument(
(Truncated. See scan results for full output.)
otherinfo: CVE-2024-4367 CVE-2024-34342

References
https://bugzilla.mozilla.org/show_bug.cgi?id=1893645
https://github.com/mozilla/pdf.js/commit/85e64b5c16c9aaef738f421733c12911a441cec6
https://github.com/mozilla/pdf.js/pull/18015
https://github.com/mozilla/pdf.js/security/advisories/GHSA-wgrm-67xf-hhpq
https://github.com/mozilla/pdf.js
https://github.com/advisories/GHSA-wgrm-67xf-hhpq

Vulnerable Target First Detected Last Detected

dvp.ixpath.cloud 0 days ago 0 days ago

hostedscan.com 9
Passive Web Application Vulnerabilities | X-Content-Type-Options Header Missing Vulnerability Scan Report

X-Content-Type-Options Header Missing


SEVERITY AFFECTED TARGETS LAST DETECTED

Low 1 target 0 days ago

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.

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.

Instances (1 of 11)
uri: https://dvp.ixpath.cloud/
method: GET
param: x-content-type-options
otherinfo: This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case
there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or
server error responses.

References
https://learn.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/compatibility/gg622941(v=vs.85)
https://owasp.org/www-community/Security_Headers

Vulnerable Target First Detected Last Detected

dvp.ixpath.cloud 0 days ago 0 days ago

hostedscan.com 10
Passive Web Application Vulnerabilities | Server Leaks Version Information via "Server" HTTP Response Header Field Vulnerability Scan

Server Leaks Version Information via "Server"


HTTP Response Header Field
SEVERITY AFFECTED TARGETS LAST DETECTED

Low 1 target 0 days ago

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.

Solution
Ensure that your web server, application server, load balancer, etc. is configured to suppress the "Server" header or provide generic
details.

Instances (1 of 11)
uri: https://dvp.ixpath.cloud/
method: GET
evidence: nginx/1.26.1

References
https://httpd.apache.org/docs/current/mod/core.html#servertokens
https://learn.microsoft.com/en-us/previous-versions/msp-n-p/ff648552(v=pandp.10)
https://www.troyhunt.com/shhh-dont-let-your-response-headers/

Vulnerable Target First Detected Last Detected

dvp.ixpath.cloud 0 days ago 0 days ago

hostedscan.com 11
Passive Web Application Vulnerabilities | Private IP Disclosure Vulnerability Scan Report

Private IP Disclosure
SEVERITY AFFECTED TARGETS LAST DETECTED

Low 1 target 0 days ago

Description
A private IP (such as 10.x.x.x, 172.x.x.x, 192.168.x.x) or an Amazon EC2 private hostname (for example, ip-10-0-56-78) has been found in
the HTTP response body. This information might be helpful for further attacks targeting internal systems.

Solution
Remove the private IP address from the HTTP response body. For comments, use JSP/ASP/PHP comment instead of HTML/JavaScript
comment which can be seen by client browsers.

Instances (1 of 1)
uri: https://dvp.ixpath.cloud/config.constant.js
method: GET
evidence: 10.1.0.12:31111
otherinfo: 10.1.0.12:31111 10.101.109.100:8093

References
https://tools.ietf.org/html/rfc1918

Vulnerable Target First Detected Last Detected

dvp.ixpath.cloud 0 days ago 0 days ago

hostedscan.com 12
Passive Web Application Vulnerabilities | Strict-Transport-Security Header Not Set Vulnerability Scan Report

Strict-Transport-Security Header Not Set


SEVERITY AFFECTED TARGETS LAST DETECTED

Low 1 target 0 days ago

Description
HTTP Strict Transport Security (HSTS) is a web security policy mechanism whereby a web server declares that complying user agents
(such as a web browser) are to interact with it using only secure HTTPS connections (i.e. HTTP layered over TLS/SSL). HSTS is an IETF
standards track protocol and is specified in RFC 6797.

Solution
Ensure that your web server, application server, load balancer, etc. is configured to enforce Strict-Transport-Security.

Instances (1 of 11)
uri: https://dvp.ixpath.cloud/
method: GET

References
https://cheatsheetseries.owasp.org/cheatsheets/HTTP_Strict_Transport_Security_Cheat_Sheet.html
https://owasp.org/www-community/Security_Headers
https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security
https://caniuse.com/stricttransportsecurity
https://datatracker.ietf.org/doc/html/rfc6797

Vulnerable Target First Detected Last Detected

dvp.ixpath.cloud 0 days ago 0 days ago

hostedscan.com 13
Glossary Vulnerability Scan Report

4 Glossary
Accepted Vulnerability Vulnerability
An accepted vulnerability is one which has been manually A weakness in the computational logic (e.g., code) found
reviewed and classified as acceptable to not fix at this in software and hardware components that, when
time, such as a false positive scan result or an intentional exploited, results in a negative impact to confidentiality,
part of the system's architecture. integrity, or availability. Mitigation of the vulnerabilities in
this context typically involves coding changes, but could
Fully Qualified Domain Name (FQDN) also include specification changes or even specification
deprecations (e.g., removal of affected protocols or
A fully qualified domain name is a complete domain name
functionality in their entirety).
for a specific website or service on the internet. This
includes not only the website or service name, but also the
Target
top-level domain name, such as .com, .org, .net, etc. For
example, 'www.example.com' is an FQDN. A target represents target is a single URL, IP address, or
fully qualified domain name (FQDN) that was scanned.
Passive Web Application Vulnerabilities
Severity
The OWASP ZAP Passive Web Application scan crawls the
pages of a website or web application. The passive scan Severity represents the estimated impact potential of a
inspects each page as well as the requests and responses particular vulnerability. Severity is divided into 5
sent between the server. The passive scan checks for categories: Critical, High, Medium, Low and Accepted.
vulnerabilities such as cross-domain misconfigurations,
insecure cookies, vulnerable Javascript dependencies, CVSS Score
and more. The CVSS 3.0 score is a global standard for evaluating
vulnerabilities with a 0 to 10 scale. CVSS maps to threat
levels:
0.1 - 3.9 = Low
4.0 - 6.9 = Medium
7.0 - 8.9 = High
9.0 - 10.0 = Critical

hostedscan.com 14
This report was prepared using

HostedScan Security ®
For more information, visit hostedscan.com

Founded in Seattle, Washington in 2019, HostedScan, LLC. is


dedicated to making continuous vulnerability scanning and risk
management much more easily accessible to more businesses.

HostedScan, LLC.

2212 Queen Anne Ave N


Suite #521 Terms & Policies
Seattle, WA 98109 hello@hostedscan.com

hostedscan.com 15

You might also like