ZAP Scanning Report

Site: https://world.openfoodfacts.org

Generated on Sun, 25 May 2025 10:47:00

ZAP Version: 2.16.1

ZAP by Checkmarx

Summary of Alerts

Risk Level Number of Alerts
High
1
Medium
4
Low
7
Informational
10
False Positives:
0

Summary of Sequences

For each step: result (Pass/Fail) - risk (of highest alert(s) for the step, if any).

Alerts

Name Risk Level Number of Instances
PII Disclosure High 4
Absence of Anti-CSRF Tokens Medium 3
Content Security Policy (CSP) Header Not Set Medium 10
Missing Anti-clickjacking Header Medium 10
Sub Resource Integrity Attribute Missing Medium 32
Cross-Domain JavaScript Source File Inclusion Low 15
Insufficient Site Isolation Against Spectre Vulnerability Low 12
Permissions Policy Header Not Set Low 10
Server Leaks Version Information via "Server" HTTP Response Header Field Low 11
Strict-Transport-Security Header Not Set Low 10
Timestamp Disclosure - Unix Low 9
X-Content-Type-Options Header Missing Low 1
Base64 Disclosure Informational 10
Information Disclosure - Suspicious Comments Informational 8
Modern Web Application Informational 10
Re-examine Cache-control Directives Informational 10
Sec-Fetch-Dest Header is Missing Informational 3
Sec-Fetch-Mode Header is Missing Informational 3
Sec-Fetch-Site Header is Missing Informational 3
Sec-Fetch-User Header is Missing Informational 3
Storable and Cacheable Content Informational 11
User Controllable HTML Element Attribute (Potential XSS) Informational 3

Alert Detail

High
PII Disclosure
Description
The response contains Personally Identifiable Information, such as CC number, SSN and similar sensitive data.
URL https://world.openfoodfacts.org/
Method GET
Parameter
Attack
Evidence 5010292975103
Other Info Credit Card Type detected: Maestro Bank Identification Number: 501029 Brand: MAESTRO Category: Issuer:
URL https://world.openfoodfacts.org/
Method GET
Parameter
Attack
Evidence 4750020050429
Other Info Credit Card Type detected: Visa Bank Identification Number: 475002 Brand: VISA Category: CLASSIC Issuer: METABANK
URL https://world.openfoodfacts.org/?sort_by=popularity
Method GET
Parameter
Attack
Evidence 5010292975103
Other Info Credit Card Type detected: Maestro Bank Identification Number: 501029 Brand: MAESTRO Category: Issuer:
URL https://world.openfoodfacts.org/?sort_by=popularity
Method GET
Parameter
Attack
Evidence 4750020050429
Other Info Credit Card Type detected: Visa Bank Identification Number: 475002 Brand: VISA Category: CLASSIC Issuer: METABANK
Instances 4
Solution
Check the response for the potential presence of personally identifiable information (PII), ensure nothing sensitive is leaked by the application.
Reference
CWE Id 359
WASC Id 13
Plugin Id 10062
Medium
Absence of Anti-CSRF Tokens
Description
No Anti-CSRF tokens were found in a HTML submission form.

A cross-site request forgery is an attack that involves forcing a victim to send an HTTP request to a target destination without their knowledge or intent in order to perform an action as the victim. The underlying cause is application functionality using predictable URL/form actions in a repeatable way. The nature of the attack is that CSRF exploits the trust that a web site has for a user. By contrast, cross-site scripting (XSS) exploits the trust that a user has for a web site. Like XSS, CSRF attacks are not necessarily cross-site, but they can be. Cross-site request forgery is also known as CSRF, XSRF, one-click attack, session riding, confused deputy, and sea surf.

CSRF attacks are effective in a number of situations, including:

* The victim has an active session on the target site.

* The victim is authenticated via HTTP auth on the target site.

* The victim is on the same local network as the target site.

CSRF has primarily been used to perform an action against a target site using the victim's privileges, but recent techniques have been discovered to disclose information by gaining access to the response. The risk of information disclosure is dramatically increased when the target site is vulnerable to XSS, because XSS can be used as a platform for CSRF, allowing the attack to operate within the bounds of the same-origin policy.
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter
Attack
Evidence <form method="post" action="/cgi/product.pl" enctype="multipart/form-data">
Other Info No known Anti-CSRF token [anticsrf, CSRFToken, __RequestVerificationToken, csrfmiddlewaretoken, authenticity_token, OWASP_CSRFTOKEN, anoncsrf, csrf_token, _csrf, _csrfSecret, __csrf_magic, CSRF, _token, _csrf_token, _csrfToken] was found in the following HTML form: [Form 3: "action" "code" "type" ].
URL https://world.openfoodfacts.org/cgi/search.pl?graph=1
Method GET
Parameter
Attack
Evidence <form method="post" action="/cgi/search.pl" enctype="multipart/form-data" id="search_form">
Other Info No known Anti-CSRF token [anticsrf, CSRFToken, __RequestVerificationToken, csrfmiddlewaretoken, authenticity_token, OWASP_CSRFTOKEN, anoncsrf, csrf_token, _csrf, _csrfSecret, __csrf_magic, CSRF, _token, _csrf_token, _csrfToken] was found in the following HTML form: [Form 3: "action" "download" "format_csv" "format_xlsx" "generate_map" "graph" "graph_title" "indifferent_additives" "indifferent_ingredients_from_or_that_may_be_from_palm_oil" "indifferent_ingredients_from_palm_oil" "indifferent_ingredients_that_may_be_from_palm_oil" "map_title" "nutriment_value_0" "nutriment_value_1" "search" "search_terms2" "series_fairtrade" "series_nutrition_grades" "series_organic" "series_with_sweeteners" "tag_" "with_additives" "with_ingredients_from_or_that_may_be_from_palm_oil" "with_ingredients_from_palm_oil" "with_ingredients_that_may_be_from_palm_oil" "without_additives" "without_ingredients_from_or_that_may_be_from_palm_oil" "without_ingredients_from_palm_oil" "without_ingredients_that_may_be_from_palm_oil" ].
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter
Attack
Evidence <form method="post" action="/cgi/login.pl" enctype="multipart/form-data">
Other Info No known Anti-CSRF token [anticsrf, CSRFToken, __RequestVerificationToken, csrfmiddlewaretoken, authenticity_token, OWASP_CSRFTOKEN, anoncsrf, csrf_token, _csrf, _csrfSecret, __csrf_magic, CSRF, _token, _csrf_token, _csrfToken] was found in the following HTML form: [Form 3: "login_user_id" "login_user_password" "redirect" "remember_me" "submit" ].
Instances 3
Solution
Phase: Architecture and Design

Use a vetted library or framework that does not allow this weakness to occur or provides constructs that make this weakness easier to avoid.

For example, use anti-CSRF packages such as the OWASP CSRFGuard.

Phase: Implementation

Ensure that your application is free of cross-site scripting issues, because most CSRF defenses can be bypassed using attacker-controlled script.

Phase: Architecture and Design

Generate a unique nonce for each form, place the nonce into the form, and verify the nonce upon receipt of the form. Be sure that the nonce is not predictable (CWE-330).

Note that this can be bypassed using XSS.

Identify especially dangerous operations. When the user performs a dangerous operation, send a separate confirmation request to ensure that the user intended to perform that operation.

Note that this can be bypassed using XSS.

Use the ESAPI Session Management control.

This control includes a component for CSRF.

Do not use the GET method for any request that triggers a state change.

Phase: Implementation

Check the HTTP Referer header to see if the request originated from an expected page. This could break legitimate functionality, because users or proxies may have disabled sending the Referer for privacy reasons.
Reference https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html
https://cwe.mitre.org/data/definitions/352.html
CWE Id 352
WASC Id 9
Plugin Id 10202
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 https://world.openfoodfacts.org/
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/?sort_by=created_t
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/?sort_by=last_modified_t
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/?sort_by=nutriscore_score
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/?sort_by=popularity
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/cgi/search.pl?graph=1
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/donate-to-open-food-facts?utf_medium=web
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/open-food-facts-mobile-app
Method GET
Parameter
Attack
Evidence
Other Info
Instances 10
Solution
Ensure that your web server, application server, load balancer, etc. is configured to set the Content-Security-Policy header.
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
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/
CWE Id 693
WASC Id 15
Plugin Id 10038
Medium
Missing Anti-clickjacking Header
Description
The response does not protect against 'ClickJacking' attacks. It should include either Content-Security-Policy with 'frame-ancestors' directive or X-Frame-Options.
URL https://world.openfoodfacts.org/
Method GET
Parameter x-frame-options
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/?sort_by=created_t
Method GET
Parameter x-frame-options
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/?sort_by=last_modified_t
Method GET
Parameter x-frame-options
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/?sort_by=nutriscore_score
Method GET
Parameter x-frame-options
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/?sort_by=popularity
Method GET
Parameter x-frame-options
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter x-frame-options
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/cgi/search.pl?graph=1
Method GET
Parameter x-frame-options
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter x-frame-options
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/donate-to-open-food-facts?utf_medium=web
Method GET
Parameter x-frame-options
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/open-food-facts-mobile-app
Method GET
Parameter x-frame-options
Attack
Evidence
Other Info
Instances 10
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
CWE Id 1021
WASC Id 15
Plugin Id 10020
Medium
Sub Resource Integrity Attribute Missing
Description
The integrity attribute is missing on a script or link tag served by an external server. The integrity tag prevents an attacker who have gained access to this server from injecting a malicious content.
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter
Attack
Evidence <link rel="stylesheet" href="https://static.openfoodfacts.org/css/dist/app-ltr.css?v=1745568664" data-base-layout="true">
Other Info
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter
Attack
Evidence <link rel="stylesheet" href="https://static.openfoodfacts.org/css/dist/jqueryui/themes/base/jquery-ui.css" data-base-layout="true">
Other Info
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter
Attack
Evidence <link rel="stylesheet" href="https://static.openfoodfacts.org/css/dist/select2.min.css">
Other Info
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/barcode-scanner-button.js"></script>
Other Info
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/barcode-scanner.js"></script>
Other Info
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/display.js"></script>
Other Info
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/foundation.js" data-base-layout="true"></script>
Other Info
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/hc-sticky.js"></script>
Other Info
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/jquery-ui.js" data-base-layout="true"></script>
Other Info
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/jquery.cookie.js"></script>
Other Info
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/jquery.js" data-base-layout="true"></script>
Other Info
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/modernizr.js" data-base-layout="true"></script>
Other Info
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/scrollNav.js"></script>
Other Info
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/select2.min.js"></script>
Other Info
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/stikelem.js"></script>
Other Info
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter
Attack
Evidence <script type="module" src="https://static.openfoodfacts.org/js/dist/off-webcomponents.bundled.js"></script>
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter
Attack
Evidence <link rel="stylesheet" href="https://static.openfoodfacts.org/css/dist/app-ltr.css?v=1745568664" data-base-layout="true">
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter
Attack
Evidence <link rel="stylesheet" href="https://static.openfoodfacts.org/css/dist/jqueryui/themes/base/jquery-ui.css" data-base-layout="true">
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter
Attack
Evidence <link rel="stylesheet" href="https://static.openfoodfacts.org/css/dist/select2.min.css">
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/barcode-scanner-button.js"></script>
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/barcode-scanner.js"></script>
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/display.js"></script>
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/foundation.js" data-base-layout="true"></script>
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/hc-sticky.js"></script>
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/jquery-ui.js" data-base-layout="true"></script>
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/jquery.cookie.js"></script>
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/jquery.js" data-base-layout="true"></script>
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/modernizr.js" data-base-layout="true"></script>
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/scrollNav.js"></script>
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/select2.min.js"></script>
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/stikelem.js"></script>
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter
Attack
Evidence <script type="module" src="https://static.openfoodfacts.org/js/dist/off-webcomponents.bundled.js"></script>
Other Info
Instances 32
Solution
Provide a valid integrity attribute to the tag.
Reference https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity
CWE Id 345
WASC Id 15
Plugin Id 90003
Low
Cross-Domain JavaScript Source File Inclusion
Description
The page includes one or more script files from a third-party domain.
URL https://world.openfoodfacts.org/
Method GET
Parameter https://static.openfoodfacts.org/js/dist/barcode-scanner-button.js
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/barcode-scanner-button.js"></script>
Other Info
URL https://world.openfoodfacts.org/
Method GET
Parameter https://static.openfoodfacts.org/js/dist/barcode-scanner.js
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/barcode-scanner.js"></script>
Other Info
URL https://world.openfoodfacts.org/
Method GET
Parameter https://static.openfoodfacts.org/js/dist/display.js
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/display.js"></script>
Other Info
URL https://world.openfoodfacts.org/
Method GET
Parameter https://static.openfoodfacts.org/js/dist/foundation.js
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/foundation.js" data-base-layout="true"></script>
Other Info
URL https://world.openfoodfacts.org/
Method GET
Parameter https://static.openfoodfacts.org/js/dist/hc-sticky.js
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/hc-sticky.js"></script>
Other Info
URL https://world.openfoodfacts.org/
Method GET
Parameter https://static.openfoodfacts.org/js/dist/jquery-ui.js
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/jquery-ui.js" data-base-layout="true"></script>
Other Info
URL https://world.openfoodfacts.org/
Method GET
Parameter https://static.openfoodfacts.org/js/dist/jquery.cookie.js
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/jquery.cookie.js"></script>
Other Info
URL https://world.openfoodfacts.org/
Method GET
Parameter https://static.openfoodfacts.org/js/dist/jquery.js
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/jquery.js" data-base-layout="true"></script>
Other Info
URL https://world.openfoodfacts.org/
Method GET
Parameter https://static.openfoodfacts.org/js/dist/modernizr.js
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/modernizr.js" data-base-layout="true"></script>
Other Info
URL https://world.openfoodfacts.org/
Method GET
Parameter https://static.openfoodfacts.org/js/dist/off-webcomponents.bundled.js
Attack
Evidence <script type="module" src="https://static.openfoodfacts.org/js/dist/off-webcomponents.bundled.js"></script>
Other Info
URL https://world.openfoodfacts.org/
Method GET
Parameter https://static.openfoodfacts.org/js/dist/scrollNav.js
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/scrollNav.js"></script>
Other Info
URL https://world.openfoodfacts.org/
Method GET
Parameter https://static.openfoodfacts.org/js/dist/select2.min.js
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/select2.min.js"></script>
Other Info
URL https://world.openfoodfacts.org/
Method GET
Parameter https://static.openfoodfacts.org/js/dist/stikelem.js
Attack
Evidence <script src="https://static.openfoodfacts.org/js/dist/stikelem.js"></script>
Other Info
URL https://world.openfoodfacts.org/
Method GET
Parameter https://static.openfoodfacts.org/js/product-preferences.js
Attack
Evidence <script src="https://static.openfoodfacts.org/js/product-preferences.js"></script>
Other Info
URL https://world.openfoodfacts.org/
Method GET
Parameter https://static.openfoodfacts.org/js/product-search.js
Attack
Evidence <script src="https://static.openfoodfacts.org/js/product-search.js"></script>
Other Info
Instances 15
Solution
Ensure JavaScript source files are loaded from only trusted sources, and the sources can't be controlled by end users of the application.
Reference
CWE Id 829
WASC Id 15
Plugin Id 10017
Low
Insufficient Site Isolation Against Spectre Vulnerability
Description
Cross-Origin-Resource-Policy header is an opt-in header designed to counter side-channels attacks like Spectre. Resource should be specifically set as shareable amongst different origins.
URL https://world.openfoodfacts.org/
Method GET
Parameter Cross-Origin-Resource-Policy
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter Cross-Origin-Resource-Policy
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter Cross-Origin-Resource-Policy
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/donate-to-open-food-facts?utf_medium=web
Method GET
Parameter Cross-Origin-Resource-Policy
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/
Method GET
Parameter Cross-Origin-Embedder-Policy
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter Cross-Origin-Embedder-Policy
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter Cross-Origin-Embedder-Policy
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/donate-to-open-food-facts?utf_medium=web
Method GET
Parameter Cross-Origin-Embedder-Policy
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/
Method GET
Parameter Cross-Origin-Opener-Policy
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter Cross-Origin-Opener-Policy
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter Cross-Origin-Opener-Policy
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/donate-to-open-food-facts?utf_medium=web
Method GET
Parameter Cross-Origin-Opener-Policy
Attack
Evidence
Other Info
Instances 12
Solution
Ensure that the application/web server sets the Cross-Origin-Resource-Policy header appropriately, and that it sets the Cross-Origin-Resource-Policy header to 'same-origin' for all web pages.

'same-site' is considered as less secured and should be avoided.

If resources must be shared, set the header to 'cross-origin'.

If possible, ensure that the end user uses a standards-compliant and modern web browser that supports the Cross-Origin-Resource-Policy header (https://caniuse.com/mdn-http_headers_cross-origin-resource-policy).
Reference https://developer.mozilla.org/en-US/docs/Web/HTTP/Cross-Origin_Resource_Policy
CWE Id 693
WASC Id 14
Plugin Id 90004
Low
Permissions Policy Header Not Set
Description
Permissions Policy Header is an added layer of security that helps to restrict from unauthorized access or usage of browser/client features by web resources. This policy ensures the user privacy by limiting or specifying the features of the browsers can be used by the web resources. Permissions Policy provides a set of standard HTTP headers that allow website owners to limit which features of browsers can be used by the page such as camera, microphone, location, full screen etc.
URL https://world.openfoodfacts.org/
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/?sort_by=created_t
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/?sort_by=last_modified_t
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/?sort_by=nutriscore_score
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/?sort_by=popularity
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/cgi/search.pl?graph=1
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/donate-to-open-food-facts?utf_medium=web
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/open-food-facts-mobile-app
Method GET
Parameter
Attack
Evidence
Other Info
Instances 10
Solution
Ensure that your web server, application server, load balancer, etc. is configured to set the Permissions-Policy header.
Reference https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Permissions-Policy
https://developer.chrome.com/blog/feature-policy/
https://scotthelme.co.uk/a-new-security-header-feature-policy/
https://w3c.github.io/webappsec-feature-policy/
https://www.smashingmagazine.com/2018/12/feature-policy/
CWE Id 693
WASC Id 15
Plugin Id 10063
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 https://world.openfoodfacts.org/
Method GET
Parameter
Attack
Evidence nginx/1.18.0
Other Info
URL https://world.openfoodfacts.org/?sort_by=created_t
Method GET
Parameter
Attack
Evidence nginx/1.18.0
Other Info
URL https://world.openfoodfacts.org/?sort_by=last_modified_t
Method GET
Parameter
Attack
Evidence nginx/1.18.0
Other Info
URL https://world.openfoodfacts.org/?sort_by=nutriscore_score
Method GET
Parameter
Attack
Evidence nginx/1.18.0
Other Info
URL https://world.openfoodfacts.org/?sort_by=popularity
Method GET
Parameter
Attack
Evidence nginx/1.18.0
Other Info
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter
Attack
Evidence nginx/1.18.0
Other Info
URL https://world.openfoodfacts.org/cgi/search.pl?graph=1
Method GET
Parameter
Attack
Evidence nginx/1.18.0
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter
Attack
Evidence nginx/1.18.0
Other Info
URL https://world.openfoodfacts.org/countries
Method GET
Parameter
Attack
Evidence nginx/1.18.0
Other Info
URL https://world.openfoodfacts.org/donate-to-open-food-facts?utf_medium=web
Method GET
Parameter
Attack
Evidence nginx/1.18.0
Other Info
URL https://world.openfoodfacts.org/open-food-facts-mobile-app
Method GET
Parameter
Attack
Evidence nginx/1.18.0
Other Info
Instances 11
Solution
Ensure that your web server, application server, load balancer, etc. is configured to suppress the "Server" header or provide generic details.
Reference 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/
CWE Id 497
WASC Id 13
Plugin Id 10036
Low
Strict-Transport-Security Header Not Set
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.
URL https://world.openfoodfacts.org/
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/?sort_by=created_t
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/?sort_by=last_modified_t
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/?sort_by=nutriscore_score
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/?sort_by=popularity
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/cgi/search.pl?graph=1
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/donate-to-open-food-facts?utf_medium=web
Method GET
Parameter
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/open-food-facts-mobile-app
Method GET
Parameter
Attack
Evidence
Other Info
Instances 10
Solution
Ensure that your web server, application server, load balancer, etc. is configured to enforce Strict-Transport-Security.
Reference 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
CWE Id 319
WASC Id 15
Plugin Id 10035
Low
Timestamp Disclosure - Unix
Description
A timestamp was disclosed by the application/web server. - Unix
URL https://world.openfoodfacts.org/
Method GET
Parameter
Attack
Evidence 1745568664
Other Info 1745568664, which evaluates to: 2025-04-25 08:11:04.
URL https://world.openfoodfacts.org/?sort_by=created_t
Method GET
Parameter
Attack
Evidence 1745568664
Other Info 1745568664, which evaluates to: 2025-04-25 08:11:04.
URL https://world.openfoodfacts.org/?sort_by=last_modified_t
Method GET
Parameter
Attack
Evidence 1745568664
Other Info 1745568664, which evaluates to: 2025-04-25 08:11:04.
URL https://world.openfoodfacts.org/?sort_by=nutriscore_score
Method GET
Parameter
Attack
Evidence 1745568664
Other Info 1745568664, which evaluates to: 2025-04-25 08:11:04.
URL https://world.openfoodfacts.org/?sort_by=popularity
Method GET
Parameter
Attack
Evidence 1745568664
Other Info 1745568664, which evaluates to: 2025-04-25 08:11:04.
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter
Attack
Evidence 1745568664
Other Info 1745568664, which evaluates to: 2025-04-25 08:11:04.
URL https://world.openfoodfacts.org/cgi/search.pl?graph=1
Method GET
Parameter
Attack
Evidence 1745568664
Other Info 1745568664, which evaluates to: 2025-04-25 08:11:04.
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter
Attack
Evidence 1745568664
Other Info 1745568664, which evaluates to: 2025-04-25 08:11:04.
URL https://world.openfoodfacts.org/open-food-facts-mobile-app
Method GET
Parameter
Attack
Evidence 1745568664
Other Info 1745568664, which evaluates to: 2025-04-25 08:11:04.
Instances 9
Solution
Manually confirm that the timestamp data is not sensitive, and that the data cannot be aggregated to disclose exploitable patterns.
Reference https://cwe.mitre.org/data/definitions/200.html
CWE Id 497
WASC Id 13
Plugin Id 10096
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 https://world.openfoodfacts.org/donate-to-open-food-facts?utf_medium=web
Method GET
Parameter x-content-type-options
Attack
Evidence
Other Info 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.
Instances 1
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 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
CWE Id 693
WASC Id 15
Plugin Id 10021
Informational
Base64 Disclosure
Description
Base64 encoded data was disclosed by the application/web server. Note: in the interests of performance not all base64 strings in the response were analyzed individually, the entire response should be looked at by the analyst/security team/developer(s).
URL https://world.openfoodfacts.org/
Method GET
Parameter
Attack
Evidence 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z
Other Info �x~����k��~o�hzW�v��z�l
URL https://world.openfoodfacts.org/?sort_by=created_t
Method GET
Parameter
Attack
Evidence 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z
Other Info �x~����k��~o�hzW�v��z�l
URL https://world.openfoodfacts.org/?sort_by=last_modified_t
Method GET
Parameter
Attack
Evidence 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z
Other Info �x~����k��~o�hzW�v��z�l
URL https://world.openfoodfacts.org/?sort_by=nutriscore_score
Method GET
Parameter
Attack
Evidence 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z
Other Info �x~����k��~o�hzW�v��z�l
URL https://world.openfoodfacts.org/?sort_by=popularity
Method GET
Parameter
Attack
Evidence 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z
Other Info �x~����k��~o�hzW�v��z�l
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter
Attack
Evidence 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z
Other Info �x~����k��~o�hzW�v��z�l
URL https://world.openfoodfacts.org/cgi/search.pl?graph=1
Method GET
Parameter
Attack
Evidence 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z
Other Info �x~����k��~o�hzW�v��z�l
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter
Attack
Evidence 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z
Other Info �x~����k��~o�hzW�v��z�l
URL https://world.openfoodfacts.org/donate-to-open-food-facts?utf_medium=web
Method GET
Parameter
Attack
Evidence 2ku73dDL0bAPTj_s1aylm6vxvrBZFK59SfbH_RdUya
Other Info �K����ѰN?�լ����Y�}I���T�
URL https://world.openfoodfacts.org/open-food-facts-mobile-app
Method GET
Parameter
Attack
Evidence 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z
Other Info �x~����k��~o�hzW�v��z�l
Instances 10
Solution
Manually confirm that the Base64 data does not leak sensitive information, and that the data cannot be aggregated/used to exploit other vulnerabilities.
Reference https://projects.webappsec.org/w/page/13246936/Information%20Leakage
CWE Id 319
WASC Id 13
Plugin Id 10094
Informational
Information Disclosure - Suspicious Comments
Description
The response appears to contain suspicious comments which may help an attacker.
URL https://world.openfoodfacts.org/?sort_by=created_t
Method GET
Parameter
Attack
Evidence select
Other Info The following pattern was used: \bSELECT\b and was detected in likely comment: "//world.openfoodfacts.org/product/4056489373735/beenham-salade-chef-select"", see evidence field for the suspicious comment/snippet.
URL https://world.openfoodfacts.org/open-food-facts-mobile-app
Method GET
Parameter
Attack
Evidence from
Other Info The following pattern was used: \bFROM\b and was detected in likely comment: "// iOS detection from: https://stackoverflow.com/a/9039885/177710", see evidence field for the suspicious comment/snippet.
URL https://world.openfoodfacts.org/
Method GET
Parameter
Attack
Evidence from
Other Info The following pattern was used: \bFROM\b and was detected in likely comment: "<!-- data_debug: data_debug start Cache-Control: no-cache platform: public can_use_cache: estimated_document_count using MongoD", see evidence field for the suspicious comment/snippet.
URL https://world.openfoodfacts.org/?sort_by=created_t
Method GET
Parameter
Attack
Evidence from
Other Info The following pattern was used: \bFROM\b and was detected in likely comment: "<!-- data_debug: data_debug start Cache-Control: no-cache platform: public can_use_cache: estimated_document_count using MongoD", see evidence field for the suspicious comment/snippet.
URL https://world.openfoodfacts.org/?sort_by=last_modified_t
Method GET
Parameter
Attack
Evidence from
Other Info The following pattern was used: \bFROM\b and was detected 2 times, the first in likely comment: "<!-- data_debug: data_debug start Cache-Control: no-cache platform: public can_use_cache: estimated_document_count using MongoD", see evidence field for the suspicious comment/snippet.
URL https://world.openfoodfacts.org/?sort_by=nutriscore_score
Method GET
Parameter
Attack
Evidence from
Other Info The following pattern was used: \bFROM\b and was detected in likely comment: "<!-- data_debug: data_debug start Cache-Control: no-cache platform: public can_use_cache: estimated_document_count using MongoD", see evidence field for the suspicious comment/snippet.
URL https://world.openfoodfacts.org/?sort_by=popularity
Method GET
Parameter
Attack
Evidence from
Other Info The following pattern was used: \bFROM\b and was detected in likely comment: "<!-- data_debug: data_debug start Cache-Control: no-cache platform: public can_use_cache: estimated_document_count using MongoD", see evidence field for the suspicious comment/snippet.
URL https://world.openfoodfacts.org/donate-to-open-food-facts?utf_medium=web
Method GET
Parameter
Attack
Evidence Where
Other Info The following pattern was used: \bWHERE\b and was detected in likely comment: "<!-- h3>Where your donation goes</h3> <p> <strong>Technology:</strong> Development, maintenance, serv", see evidence field for the suspicious comment/snippet.
Instances 8
Solution
Remove all comments that return information that may help an attacker and fix any underlying problems they refer to.
Reference
CWE Id 615
WASC Id 13
Plugin Id 10027
Informational
Modern Web Application
Description
The application appears to be a modern web application. If you need to explore it automatically then the Ajax Spider may well be more effective than the standard one.
URL https://world.openfoodfacts.org/
Method GET
Parameter
Attack
Evidence <a id="menu_link"> <span class="material-icons"> menu </span> </a>
Other Info Links have been found that do not have traditional href attributes, which is an indication that this is a modern web application.
URL https://world.openfoodfacts.org/?sort_by=created_t
Method GET
Parameter
Attack
Evidence <a id="menu_link"> <span class="material-icons"> menu </span> </a>
Other Info Links have been found that do not have traditional href attributes, which is an indication that this is a modern web application.
URL https://world.openfoodfacts.org/?sort_by=last_modified_t
Method GET
Parameter
Attack
Evidence <a id="menu_link"> <span class="material-icons"> menu </span> </a>
Other Info Links have been found that do not have traditional href attributes, which is an indication that this is a modern web application.
URL https://world.openfoodfacts.org/?sort_by=nutriscore_score
Method GET
Parameter
Attack
Evidence <a id="menu_link"> <span class="material-icons"> menu </span> </a>
Other Info Links have been found that do not have traditional href attributes, which is an indication that this is a modern web application.
URL https://world.openfoodfacts.org/?sort_by=popularity
Method GET
Parameter
Attack
Evidence <a id="menu_link"> <span class="material-icons"> menu </span> </a>
Other Info Links have been found that do not have traditional href attributes, which is an indication that this is a modern web application.
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter
Attack
Evidence <a id="menu_link"> <span class="material-icons"> menu </span> </a>
Other Info Links have been found that do not have traditional href attributes, which is an indication that this is a modern web application.
URL https://world.openfoodfacts.org/cgi/search.pl?graph=1
Method GET
Parameter
Attack
Evidence <a id="menu_link"> <span class="material-icons"> menu </span> </a>
Other Info Links have been found that do not have traditional href attributes, which is an indication that this is a modern web application.
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter
Attack
Evidence <a id="menu_link"> <span class="material-icons"> menu </span> </a>
Other Info Links have been found that do not have traditional href attributes, which is an indication that this is a modern web application.
URL https://world.openfoodfacts.org/donate-to-open-food-facts?utf_medium=web
Method GET
Parameter
Attack
Evidence <noscript><p><img src="//analytics.openfoodfacts.org/matomo.php?idsite=5&amp;rec=1" style="border:0;" alt="" /></p></noscript>
Other Info A noScript tag has been found, which is an indication that the application works differently with JavaScript enabled compared to when it is not.
URL https://world.openfoodfacts.org/open-food-facts-mobile-app
Method GET
Parameter
Attack
Evidence <a id="menu_link"> <span class="material-icons"> menu </span> </a>
Other Info Links have been found that do not have traditional href attributes, which is an indication that this is a modern web application.
Instances 10
Solution
This is an informational alert and so no changes are required.
Reference
CWE Id
WASC Id
Plugin Id 10109
Informational
Re-examine Cache-control Directives
Description
The cache-control header has not been set properly or is missing, allowing the browser and proxies to cache content. For static assets like css, js, or image files this might be intended, however, the resources should be reviewed to ensure that no sensitive content will be cached.
URL https://world.openfoodfacts.org/
Method GET
Parameter cache-control
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/?sort_by=created_t
Method GET
Parameter cache-control
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/?sort_by=last_modified_t
Method GET
Parameter cache-control
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/?sort_by=nutriscore_score
Method GET
Parameter cache-control
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/?sort_by=popularity
Method GET
Parameter cache-control
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter cache-control
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/cgi/search.pl?graph=1
Method GET
Parameter cache-control
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter cache-control
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/donate-to-open-food-facts?utf_medium=web
Method GET
Parameter cache-control
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/open-food-facts-mobile-app
Method GET
Parameter cache-control
Attack
Evidence
Other Info
Instances 10
Solution
For secure content, ensure the cache-control HTTP header is set with "no-cache, no-store, must-revalidate". If an asset should be cached consider setting the directives "public, max-age, immutable".
Reference https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html#web-content-caching
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control
https://grayduck.mn/2021/09/13/cache-control-recommendations/
CWE Id 525
WASC Id 13
Plugin Id 10015
Informational
Sec-Fetch-Dest Header is Missing
Description
Specifies how and where the data would be used. For instance, if the value is audio, then the requested resource must be audio data and not any other type of resource.
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter Sec-Fetch-Dest
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter Sec-Fetch-Dest
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/donate-to-open-food-facts?utf_medium=web
Method GET
Parameter Sec-Fetch-Dest
Attack
Evidence
Other Info
Instances 3
Solution
Ensure that Sec-Fetch-Dest header is included in request headers.
Reference https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-Fetch-Dest
CWE Id 352
WASC Id 9
Plugin Id 90005
Informational
Sec-Fetch-Mode Header is Missing
Description
Allows to differentiate between requests for navigating between HTML pages and requests for loading resources like images, audio etc.
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter Sec-Fetch-Mode
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter Sec-Fetch-Mode
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/donate-to-open-food-facts?utf_medium=web
Method GET
Parameter Sec-Fetch-Mode
Attack
Evidence
Other Info
Instances 3
Solution
Ensure that Sec-Fetch-Mode header is included in request headers.
Reference https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-Fetch-Mode
CWE Id 352
WASC Id 9
Plugin Id 90005
Informational
Sec-Fetch-Site Header is Missing
Description
Specifies the relationship between request initiator's origin and target's origin.
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter Sec-Fetch-Site
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter Sec-Fetch-Site
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/donate-to-open-food-facts?utf_medium=web
Method GET
Parameter Sec-Fetch-Site
Attack
Evidence
Other Info
Instances 3
Solution
Ensure that Sec-Fetch-Site header is included in request headers.
Reference https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-Fetch-Site
CWE Id 352
WASC Id 9
Plugin Id 90005
Informational
Sec-Fetch-User Header is Missing
Description
Specifies if a navigation request was initiated by a user.
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter Sec-Fetch-User
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter Sec-Fetch-User
Attack
Evidence
Other Info
URL https://world.openfoodfacts.org/donate-to-open-food-facts?utf_medium=web
Method GET
Parameter Sec-Fetch-User
Attack
Evidence
Other Info
Instances 3
Solution
Ensure that Sec-Fetch-User header is included in user initiated requests.
Reference https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-Fetch-User
CWE Id 352
WASC Id 9
Plugin Id 90005
Informational
Storable and Cacheable Content
Description
The response contents are storable by caching components such as proxy servers, and may be retrieved directly from the cache, rather than from the origin server by the caching servers, in response to similar requests from other users. If the response data is sensitive, personal or user-specific, this may result in sensitive information being leaked. In some cases, this may even result in a user gaining complete control of the session of another user, depending on the configuration of the caching components in use in their environment. This is primarily an issue where "shared" caching servers such as "proxy" caches are configured on the local network. This configuration is typically found in corporate or educational environments, for instance.
URL https://world.openfoodfacts.org/
Method GET
Parameter
Attack
Evidence
Other Info The response is stale, and stale responses are not configured to be re-validated or blocked, using the 'must-revalidate', 'proxy-revalidate', 's-maxage', or 'max-age' response 'Cache-Control' directives.
URL https://world.openfoodfacts.org/?sort_by=created_t
Method GET
Parameter
Attack
Evidence
Other Info The response is stale, and stale responses are not configured to be re-validated or blocked, using the 'must-revalidate', 'proxy-revalidate', 's-maxage', or 'max-age' response 'Cache-Control' directives.
URL https://world.openfoodfacts.org/?sort_by=last_modified_t
Method GET
Parameter
Attack
Evidence
Other Info The response is stale, and stale responses are not configured to be re-validated or blocked, using the 'must-revalidate', 'proxy-revalidate', 's-maxage', or 'max-age' response 'Cache-Control' directives.
URL https://world.openfoodfacts.org/?sort_by=nutriscore_score
Method GET
Parameter
Attack
Evidence
Other Info The response is stale, and stale responses are not configured to be re-validated or blocked, using the 'must-revalidate', 'proxy-revalidate', 's-maxage', or 'max-age' response 'Cache-Control' directives.
URL https://world.openfoodfacts.org/?sort_by=popularity
Method GET
Parameter
Attack
Evidence
Other Info The response is stale, and stale responses are not configured to be re-validated or blocked, using the 'must-revalidate', 'proxy-revalidate', 's-maxage', or 'max-age' response 'Cache-Control' directives.
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter
Attack
Evidence
Other Info The response is stale, and stale responses are not configured to be re-validated or blocked, using the 'must-revalidate', 'proxy-revalidate', 's-maxage', or 'max-age' response 'Cache-Control' directives.
URL https://world.openfoodfacts.org/cgi/search.pl?graph=1
Method GET
Parameter
Attack
Evidence
Other Info The response is stale, and stale responses are not configured to be re-validated or blocked, using the 'must-revalidate', 'proxy-revalidate', 's-maxage', or 'max-age' response 'Cache-Control' directives.
URL https://world.openfoodfacts.org/cgi/session.pl
Method GET
Parameter
Attack
Evidence
Other Info The response is stale, and stale responses are not configured to be re-validated or blocked, using the 'must-revalidate', 'proxy-revalidate', 's-maxage', or 'max-age' response 'Cache-Control' directives.
URL https://world.openfoodfacts.org/countries
Method GET
Parameter
Attack
Evidence
Other Info In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234.
URL https://world.openfoodfacts.org/donate-to-open-food-facts?utf_medium=web
Method GET
Parameter
Attack
Evidence
Other Info In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234.
URL https://world.openfoodfacts.org/open-food-facts-mobile-app
Method GET
Parameter
Attack
Evidence
Other Info The response is stale, and stale responses are not configured to be re-validated or blocked, using the 'must-revalidate', 'proxy-revalidate', 's-maxage', or 'max-age' response 'Cache-Control' directives.
Instances 11
Solution
Validate that the response does not contain sensitive, personal or user-specific information. If it does, consider the use of the following HTTP response headers, to limit, or prevent the content being stored and retrieved from the cache by another user:

Cache-Control: no-cache, no-store, must-revalidate, private

Pragma: no-cache

Expires: 0

This configuration directs both HTTP 1.0 and HTTP 1.1 compliant caching servers to not store the response, and to not retrieve the response (without validation) from the cache, in response to a similar request.
Reference https://datatracker.ietf.org/doc/html/rfc7234
https://datatracker.ietf.org/doc/html/rfc7231
https://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html
CWE Id 524
WASC Id 13
Plugin Id 10049
Informational
User Controllable HTML Element Attribute (Potential XSS)
Description
This check looks at user-supplied input in query string parameters and POST data to identify where certain HTML attribute values might be controlled. This provides hot-spot detection for XSS (cross-site scripting) that will require further review by a security analyst to determine exploitability.
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter action
Attack
Evidence
Other Info User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add appears to include user input in: a(n) [div] tag [style] attribute The user input found was: action=display The user-controlled value was: display:block
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter action
Attack
Evidence
Other Info User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add appears to include user input in: a(n) [div] tag [style] attribute The user input found was: action=display The user-controlled value was: display:none
URL https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add
Method GET
Parameter type
Attack
Evidence
Other Info User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://world.openfoodfacts.org/cgi/product.pl?action=display&type=search_or_add appears to include user input in: a(n) [input] tag [value] attribute The user input found was: type=search_or_add The user-controlled value was: search_or_add
Instances 3
Solution
Validate all input and sanitize output it before writing to any HTML attributes.
Reference https://cheatsheetseries.owasp.org/cheatsheets/Input_Validation_Cheat_Sheet.html
CWE Id 20
WASC Id 20
Plugin Id 10031

Sequence Details

With the associated active scan results.