Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Unauthenticated network parameter injection (AV:N/AC:L/PR:N/UI:N) overwrites config for high integrity impact; changing the listening port yields low availability impact and no confidentiality impact.
Primary rating from Vendor (VulnCheck).
CVSS VectorVendor: VulnCheck
Lifecycle Timeline
2DescriptionCVE.org
Sustainable Irrigation Platform (SIP) through version 5.2.16 contains a mass assignment vulnerability that allows unauthenticated attackers to overwrite sensitive configuration settings by supplying arbitrary parameter names in HTTP requests. Attackers can manipulate parameters corresponding to sensitive values such as the passphrase and listening port, and can also achieve the same result through cross-site request forgery due to the absence of adequate request validation.
AnalysisAI
Configuration tampering in the Sustainable Irrigation Platform (SIP) through version 5.2.16 lets remote unauthenticated attackers overwrite sensitive settings - including the passphrase and listening port - by injecting arbitrary parameter names into HTTP requests. Because the application binds request parameters directly to internal configuration objects without an allow-list, the same effect can be triggered blindly through cross-site request forgery against an authenticated operator's browser. Publicly available exploit code exists (ZeroScience ZSL-2026-5997), but there is no public exploit identified as being used in active attacks and it is not listed in CISA KEV.
Technical ContextAI
The flaw is a classic mass assignment / autobind vulnerability (CWE-915: Improperly Controlled Modification of Dynamically-Determined Object Attributes). SIP appears to be a web-based control application (CPE cpe:2.3:a:dan-in-ca:sip) for irrigation management that maps inbound HTTP request parameters onto server-side configuration properties. When a framework auto-populates object fields from request keys and the developer does not restrict which fields are writable (no allow-list/deny-list, no per-field authorization), an attacker can set fields that were never meant to be exposed to the request layer - here the security passphrase and the network listening port. The additional CSRF exposure indicates the same state-changing endpoints lack anti-CSRF tokens or origin validation, so writes can be forged from a third-party site.
RemediationAI
No vendor-released patch version was identified at time of analysis, so upgrade guidance cannot cite an exact fixed release - monitor the vendor and the VulnCheck advisory (https://www.vulncheck.com/advisories/sustainable-irrigation-platform-mass-assignment-via-http-parameters) and ZeroScience advisory (https://www.zeroscience.mk/#/advisories/ZSL-2026-5997) for a fixed build. As compensating controls, restrict network access to the SIP web interface to trusted management networks or a VPN so the unauthenticated parameter-injection endpoint is not internet-exposed (trade-off: remote operators lose direct access); place SIP behind a reverse proxy or WAF that strips or allow-lists request parameters to only expected fields, blocking injection of passphrase/port keys (trade-off: requires knowing the legitimate parameter set); and mitigate the CSRF vector by enforcing SameSite=Strict cookies and, where the proxy allows, validating Origin/Referer headers on state-changing requests (trade-off: may break legitimate cross-origin automation). Rotate the passphrase after patching in case it was already overwritten.
Remote command injection in the Sustainable Irrigation Platform (SIP) through version 5.2.16 lets unauthenticated or CSR
Arbitrary file write in Sustainable Irrigation Platform (SIP) through 5.2.16 lets remote attackers plant JSON files outs
Cross-site request forgery in the Sustainable Irrigation Platform (SIP) through 5.2.16 lets remote attackers execute sta
Server-side request forgery in Sustainable Irrigation Platform (SIP) through version 5.2.16 allows unauthenticated netwo
Stored cross-site scripting in Sustainable Irrigation Platform (SIP) through version 5.2.16 enables unauthenticated remo
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43688
GHSA-6862-8mf9-7vg4