Security readout for executives and security teams
Plain-English summary
phpIPAM versions before v1.5.1 had a missing authorization flaw. An unauthenticated network attacker could access sensitive information that should require permission. The source bundle rates this high severity with confidentiality impact, but does not show integrity or availability impact.
Executive priority
Prioritize remediation for externally reachable or broadly accessible phpIPAM systems. IPAM data can reveal internal network structure, which increases downstream security risk even without code execution.
Technical view
CVE-2023-0678 is CWE-862 Missing Authorization in phpipam/phpipam before v1.5.1. The CVSS 3.0 vector is AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N, indicating remotely reachable, low-complexity, unauthenticated exposure with high confidentiality impact only.
Likely exposure
Organizations running phpIPAM before v1.5.1 are potentially exposed, especially if the application is reachable from untrusted networks. The source bundle does not provide exact vulnerable version ranges beyond prior to v1.5.1.
Exploitation context
The bundle marks KEV as false and provides no cited evidence of active exploitation. Risk is still meaningful because the CVSS vector indicates unauthenticated, network-accessible access to confidential data.
Researcher notes
Public evidence in the provided bundle is sparse: CVE metadata, Huntr reference, and an upstream commit. Do not claim exploitation details or affected subcomponents without reviewing those sources directly.
Mitigation direction
- Upgrade phpIPAM to v1.5.1 or later.
- Review the linked upstream commit and vendor guidance.
- Restrict phpIPAM access to trusted networks while patching.
- Confirm backups and rollback plans before production upgrades.
- Monitor phpIPAM access logs for unusual unauthenticated activity.
Validation and detection
- Inventory all phpIPAM deployments and record versions.
- Confirm no production instance is below v1.5.1.
- Check whether phpIPAM is internet-accessible or broadly reachable internally.
- Review access logs around sensitive IPAM data views.
- Track vendor advisories for any additional remediation notes.
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-862: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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-2023-0678 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
- High
- CVSS
- 7.5 (3.0)
- Known Exploited
- No
- Published
Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
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 vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N3.93.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.0 score
7.5HighVector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Source materials
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.
Missing Authorization
Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
