CVE-2026-27332
Received Received - Intake
Reflected XSS in Agrofood ≀ 1.3.0 Enables Web Attacks

Publication date: 2026-03-05

Last updated on: 2026-04-01

Assigner: Patchstack

Description
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in skygroup Agrofood agrofood allows Reflected XSS.This issue affects Agrofood: from n/a through < 1.4.0.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-05
Last Modified
2026-04-01
Generated
2026-05-07
AI Q&A
2026-03-05
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
patchstack agrofood to 1.3.0 (inc)
skygroup agrofood to 1.3.0 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2026-27332 is a medium severity Cross Site Scripting (XSS) vulnerability affecting the WordPress Agrofood Theme versions up to and including 1.3.0.

This vulnerability allows an attacker to inject malicious scriptsβ€”such as redirects, advertisements, or other HTML payloadsβ€”that execute when visitors access the compromised site.

Exploitation requires user interaction by a privileged user, such as clicking a malicious link, visiting a crafted page, or submitting a form, although the initial attack can be initiated by an unauthenticated user.


How can this vulnerability impact me? :

[{'type': 'paragraph', 'content': 'This vulnerability can lead to the execution of malicious scripts on your website, which can result in unauthorized redirects, display of unwanted advertisements, or other harmful HTML payloads.'}, {'type': 'paragraph', 'content': "Such exploitation can compromise the security and integrity of your website, potentially harming your users and damaging your site's reputation."}, {'type': 'paragraph', 'content': 'Since exploitation requires user interaction by a privileged user, attackers might trick users into performing actions that trigger the malicious scripts.'}, {'type': 'paragraph', 'content': 'No official patch is currently available, but mitigation rules have been issued to block attacks targeting this flaw until a patch is released.'}] [1]


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

I don't know


How can this vulnerability be detected on my network or system? Can you suggest some commands?

[{'type': 'paragraph', 'content': 'CVE-2026-27332 is a reflected Cross Site Scripting (XSS) vulnerability in the WordPress Agrofood Theme up to version 1.3.0. Detection typically involves testing for injection points where malicious scripts can be reflected back in the web page.'}, {'type': 'paragraph', 'content': 'Common detection methods include using web vulnerability scanners or manual testing by injecting typical XSS payloads into input fields, URL parameters, or form submissions and observing if the payload is executed or reflected in the response.'}, {'type': 'paragraph', 'content': 'Specific commands or tools that can be used include:'}, {'type': 'list_item', 'content': "Using curl to test URL parameters for script injection, e.g.: curl -G 'http://example.com/page?param=<script>alert(1)</script>'"}, {'type': 'list_item', 'content': 'Using automated scanners like OWASP ZAP or Burp Suite to scan the site for reflected XSS vulnerabilities.'}, {'type': 'list_item', 'content': "Manually submitting forms or URL parameters with typical XSS payloads such as <script>alert('XSS')</script> and checking the response in a browser or HTTP response."}] [1]


What immediate steps should I take to mitigate this vulnerability?

Since no official patch is currently available for CVE-2026-27332, immediate mitigation involves applying available workaround measures to block exploitation attempts.

Patchstack has issued a mitigation rule designed to block attacks targeting this specific reflected XSS vulnerability in the Agrofood WordPress theme.

Recommended immediate steps include:

  • Implement the Patchstack mitigation rule to block malicious payloads targeting this flaw.
  • Restrict user input where possible and sanitize inputs to prevent script injection.
  • Limit user privileges to reduce the risk of exploitation by privileged users.
  • Monitor web traffic and logs for suspicious activity related to XSS payloads.

Apply the official patch as soon as it becomes available to fully resolve the vulnerability.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart