Security readout for executives and security teams
Plain-English summary
CVE-2022-0367 is a heap-based buffer overflow in libmodbus, a library used to implement Modbus communications. The sources identify the vulnerable function as modbus_reply() and say the issue is fixed in v3.1.7. No CVSS score or active exploitation evidence is provided in the bundle.
Executive priority
Treat this as an inventory and patch management priority for systems using Modbus, especially OT-facing systems. Urgency rises for exposed or safety-critical deployments, but the provided sources do not justify claiming active exploitation or a critical severity.
Technical view
The flaw is classified as CWE-119 and affects libmodbus in src/modbus.c, specifically modbus_reply(). Public references include a GitHub issue, upstream commit, Red Hat bug, and Debian LTS advisories. The bundle identifies v3.1.7 as the fixed release but does not provide detailed impact conditions.
Likely exposure
Exposure is most likely in products, services, or embedded systems that include libmodbus and process Modbus replies using an unfixed build. Organizations should check direct package use and bundled dependencies, especially in operational technology or industrial monitoring stacks.
Exploitation context
The source bundle does not show CISA KEV listing, public active exploitation, or weaponized exploit availability. The practical risk depends on whether a reachable application uses the affected libmodbus code path and whether upstream or distribution fixes have been applied.
Researcher notes
Evidence is limited to a heap overflow description, CWE-119 classification, upstream issue and commit, and distro advisories. The bundle does not include CVSS, detailed affected version ranges, exploitability analysis, or runtime preconditions. Avoid broad product claims without SBOM or vendor confirmation.
Mitigation direction
- Upgrade libmodbus to v3.1.7 or later where applicable.
- Apply vendor or distribution security updates, including relevant Debian LTS packages.
- Identify products that bundle libmodbus rather than using system packages.
- Limit network exposure of Modbus-capable services to trusted networks.
- Check upstream and vendor guidance for product-specific remediation.
Validation and detection
- Inventory libmodbus versions across packages, containers, firmware, and source builds.
- Confirm whether the upstream fix commit or v3.1.7 is present.
- Review Debian, Red Hat, and vendor advisories for package status.
- Verify dependent services were rebuilt or restarted after updating libraries.
- Document any systems that cannot be patched and their network controls.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-119: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2022-0367 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/stephane/libmodbus/issues/614CVE reference · x_refsource_MISC
- https://bugzilla.redhat.com/show_bug.cgi?id=2045571CVE reference · x_refsource_MISC
- https://github.com/stephane/libmodbus/commit/b4ef4c17d618eba0adccc4c7d9e9a1ef809fc9b6CVE reference · x_refsource_MISC
- [debian-lts-announce] 20220904 [SECURITY] [DLA 3098-1] libmodbus security updateCVE reference · mailing-list, x_refsource_MLIST
- https://lists.debian.org/debian-lts-announce/2025/03/msg00010.htmlCVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Improper Restriction of Operations within the Bounds of a Memory Buffer
Improper Restriction of Operations within the Bounds of a Memory Buffer represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
