Description
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.
Published: 2026-07-14
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a mass assignment flaw in Sustainable Irrigation Platform (SIP) version 5.2.16 that allows unauthenticated attackers to overwrite key configuration values by including arbitrary parameter names in HTTP requests. Attackers can change sensitive settings such as the passphrase and the listening port. Changing the passphrase undermines authentication, while altering the port can disrupt communication or redirect traffic, thus compromising the system’s integrity and availability. The flaw corresponds to CWE‑915 and enables a malicious actor to alter system behavior without valid credentials.

Affected Systems

Dan‑in‑CA’s Sustainable Irrigation Platform 5.2.16 is affected. No other versions are listed in the available CNA data.

Risk and Exploitability

The CVSS score of 8.8 marks this as a high‑severity vulnerability, yet the EPSS score of less than 1% indicates a low likelihood of exploitation in the wild at present. The flaw is not listed in the CISA KEV catalog. Because the attack vector exploits HTTP parameters it can be triggered from any network location with access to the SIP instance. The absence of request validation also opens a cross‑site request forgery attack path, broadening the potential impact. Overall, the risk is moderate until a patch is applied, but the high severity warrants prompt remediation.

Generated by OpenCVE AI on July 31, 2026 at 10:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest Sustainable Irrigation Platform release that contains the mass‑assignment fix.
  • Implement strict input validation on configuration endpoints: accept only whitelisted parameters and enforce type checks to prevent unauthorized parameter assignment.
  • Add CSRF protection such as anti‑CSRF tokens or SameSite cookie attributes, and restrict configuration API access to trusted networks or IP ranges.

Generated by OpenCVE AI on July 31, 2026 at 10:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 27 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
First Time appeared Dan-in-ca
Dan-in-ca sip
Vendors & Products Dan-in-ca
Dan-in-ca sip

Tue, 14 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 14 Jul 2026 15:15:00 +0000

Type Values Removed Values Added
Description 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.
Title Sustainable Irrigation Platform 5.2.16 Mass Assignment via HTTP Parameters
Weaknesses CWE-915
References
Metrics cvssV3_1

{'score': 8.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L'}

cvssV4_0

{'score': 8.8, 'vector': '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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-14T22:03:15.674Z

Reserved: 2026-06-30T20:20:33.791Z

Link: CVE-2026-58477

cve-icon Vulnrichment

Updated: 2026-07-14T15:59:17.442Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T10:30:17Z

Weaknesses
  • CWE-915

    Improperly Controlled Modification of Dynamically-Determined Object Attributes