LiveActive security incident?Get immediate response
CVE Record

CVE-2023-0678: Missing Authorization in phpipam/phpipam

Missing Authorization in GitHub repository phpipam/phpipam prior to v1.5.1.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · medium confidence lookup

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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
7.5CVSS 3.0HighCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

7.5High
CVSS 3.0 vector shape for CVE-2023-0678Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
phpipamphpipam/phpipamunspecifiedListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.