CVE-2024-5676
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 · uneditedThe Paradox IP150 Internet Module in version 1.40.00 is vulnerable to Cross-Site Request Forgery (CSRF) attacks due to a lack of countermeasures and the use of the HTTP method `GET` to introduce changes in the system.
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 confidenceThe Paradox IP150 Internet Module version 1.40.00 is vulnerable to Cross-Site Request Forgery (CSRF) attacks. The application uses HTTP GET requests to perform state-changing operations (which violates HTTP semantics) and lacks anti-CSRF tokens or other countermeasures, allowing attackers to trick authenticated users into performing unintended actions.
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
- Network
- Complexity
- High
- Privileges
- None
- User interaction
- Required
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:H
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 the IP150 firmware versionAccess the Paradox IP150 web interface (typically at its IP address) and navigate to the status or about page to view the firmware version, or check the HTTP response headers for the version stringAffected if The installed version is 1.40.00 or falls within the affected range starting at 1.40.00
-
Verify the web interface uses HTTP GET for state-changing operationsLog into the IP150 web interface as an authenticated user, then inspect the HTML source of pages containing configuration controls (e.g., arm/disarm, zone bypass, output control) and check if forms use method="GET" or if links trigger state changes via URL parametersAffected if State-changing actions (like arming/disarming, modifying zones, or controlling outputs) are performed via HTTP GET requests rather than POST/PUT
-
Check for anti-CSRF tokens in requestsCapture HTTP requests when performing actions in the IP150 web interface and inspect whether each request includes a CSRF token, anti-CSRF header, or unique session-bound parameter in the request body or headersAffected if Requests lack anti-CSRF tokens, unique session identifiers, or referer validation headers
-
Confirm absence of request origin verificationSend a state-changing request to the IP150 from an external origin (e.g., via curl from a different IP) or with a mismatched Origin/Referer header and observe if the request is processed without rejectionAffected if The device accepts and processes state-changing requests without validating the request origin or referer header
-
Test for CSRF vulnerability with authenticated sessionWhile authenticated to the IP150 web interface, click a malicious link or visit an external page containing a crafted GET request to the IP150 (e.g., for arming/disarming) and verify if the action executes without user consentAffected if Clicking a link or loading an external page can trigger unauthorized state changes on the IP150 device
A user is affected if the Paradox IP150 Internet Module version is 1.40.00 or within the affected range AND the web interface uses HTTP GET for state-changing operations without anti-CSRF protection.
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 CSRF protection via anti-CSRF tokens and change state-changing operations from GET to POST/PUT methods. If vendor patch unavailable, deploy compensating controls such as network segmentation or a web application firewall with CSRF mitigation at the perimeter.
- Consultation4.0 h
- Implementation8.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,120.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-5676 — 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-5676 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