CVE-2024-4600
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedCross-Site Request Forgery vulnerability in Socomec Net Vision, version 7.20. This vulnerability could allow an attacker to trick registered users into performing critical actions, such as adding and updating accounts, due to lack of proper sanitisation of the ‘set_param.cgi’ file.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceCross-Site Request Forgery (CSRF) vulnerability in Socomec Net Vision version 7.20's set_param.cgi file. The lack of proper request sanitization allows attackers to craft malicious HTML or scripts that trick authenticated users into unknowingly submitting requests that perform critical operations such as adding or modifying user accounts.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- None
- User interaction
- Required
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- None
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Socomec Net Vision versionAccess the Net Vision admin interface or check system documentation to locate the installed software version. Look for version information in the web UI footer, about page, or system info section.Affected if The installed version is 7.20 specifically, or falls within an unknown range around 7.20 if additional affected versions are discovered.
-
Locate set_param.cgi fileCheck if the set_param.cgi script exists in the web root or CGI-bin directory of the Net Vision installation. Attempt to access it via HTTP GET or POST request to the known endpoint (typically /cgi-bin/set_param.cgi or similar).Affected if The set_param.cgi file is present and accessible on the target system.
-
Verify CSRF token implementationInspect the HTML source of forms that perform sensitive operations (user account management) in the Net Vision interface. Check if each form includes a hidden input field containing a unique anti-CSRF token, and verify that the server validates this token on submission.Affected if Forms in set_param.cgi do not contain anti-CSRF tokens, or tokens are not validated server-side.
-
Check Origin and Referer header validationSubmit a POST request to set_param.cgi from an external or unauthorized Origin header (e.g., using curl with -H 'Origin: http://evil.com'). Observe whether the server rejects the request or accepts it without validation.Affected if The server accepts requests with arbitrary or mismatched Origin/Referer headers without rejecting them.
-
Inspect SameSite cookie attributesCapture authentication cookies using browser developer tools or a proxy. Examine the Set-Cookie headers to determine if the SameSite attribute is set to 'Strict' or 'Lax', or if it is missing entirely.Affected if Authentication cookies lack SameSite attributes or are set to 'None' without Secure flags.
A user is affected if running Socomec Net Vision version 7.20 with the set_param.cgi endpoint accessible and without proper CSRF protections (anti-CSRF tokens, Origin/Referer validation, and SameSite cookies) in place.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataImplement anti-CSRF tokens (synchronizer token pattern) for all state-changing operations in set_param.cgi, validate Origin and Referer headers on POST requests, and configure SameSite cookie attributes to prevent cross-site request forgery.
- Consultation4.0 h
- Implementation16.0 h
- Testing8.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $8,960.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-4600 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2024-4600 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data