CVE-2024-41974
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 · uneditedA low privileged remote attacker may modify the BACNet service properties due to incorrect permission assignment for critical resources which may lead to a DoS limited to BACNet communication.
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 · moderate confidenceThis is an incorrect permission assignment vulnerability in BACNet (Building Automation and Control Networks) services where a low-privileged remote attacker can modify BACNet service properties due to overly permissive access controls on critical resources. The vulnerability allows the attacker to alter service configuration, resulting in denial of service specifically affecting BACNet communication.
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
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- Low
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/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 if BACNet services are runningReview running services or daemons related to Building Automation and Control Networks (BACNet). Check for processes with names containing 'bacnet', 'bacnet-server', or similar. Use commands like 'systemctl list-units --type=service' or 'ps aux | grep -i bacnet' to enumerate active BACNet processes.Affected if BACNet services are actively running and exposing BACNet protocol ports (typically UDP port 47808) on the network.
-
Locate BACNet configuration filesSearch for BACNet configuration files in common locations: /etc/bacnet/, /opt/bacnet/, or within the application's config directory. Look for files named bacnet.conf, bacnet.xml, config.ini, or similar that define service properties and access controls.Affected if BACNet configuration files exist and contain access control or permission settings for service properties.
-
Review access control permissions on BACNet service propertiesExamine the identified BACNet configuration files for entries controlling who can modify service properties. Look for sections labeled 'access-control', 'permissions', 'authorization', 'write-access', or 'property-modification'. Check if these settings allow anonymous, guest, or low-privilege accounts to alter critical service configurations.Affected if The configuration grants write or modify access to unauthenticated, anonymous, or low-privilege users on critical BACNet service properties.
-
Verify user privilege levels for BACNet service modificationIf using an integrated Building Management System (BMS) or SCADA platform running BACNet, review user role definitions and privilege assignments. Check whether user roles below 'administrator' or 'operator' level have been granted permissions to modify BACNet service settings, network parameters, or device objects.Affected if Non-administrator user accounts or groups are assigned permissions to modify BACNet service configuration properties.
-
Test write access to BACNet service propertiesUsing a BACNet client tool (such as Yabe, BACnet Scanner, or similar), attempt to write to critical service properties (such as network configuration, device identification, or communication parameters) using a low-privilege or anonymous account. Observe whether the write operation succeeds.Affected if A low-privilege or unauthenticated BACNet client can successfully modify service properties without rejection or authentication failure.
Your environment is affected if BACNet services are running and access control configurations permit low-privilege or anonymous users to modify service properties, which could lead to denial of BACNet communication.
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 dataReview and restrict permission assignments on BACNet service properties to enforce least-privilege access controls, ensuring only authorized administrators can modify critical service configurations.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.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 $3,088.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-41974 — 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-41974 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