LiveActive security incident?Get immediate response
CVE Record

CVE-2023-5677: Brandon Rothel from QED Secure Solutions and Sam Hanson of Dragos have found that the VAPIX API tcptest.cgi...

Brandon Rothel from QED Secure Solutions and Sam Hanson of Dragos have found that the VAPIX API tcptest.cgi did not have a sufficient input validation allowing for a possible remote code execution. This flaw can only be exploited after authenticating with an operator- or administrator-privileged service account. The impact of exploiting this vulnerability is lower with operator-privileges compared to administrator-privileges service accounts. Please refer to the Axis security advisory for more information and solution.

MediumCVSS 6.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

An authenticated operator or administrator account on affected AXIS OS devices could abuse insufficient input validation in the VAPIX tcptest.cgi API to potentially run code remotely. This is not described as unauthenticated, and the cited data does not report active exploitation.

Executive priority

Treat this as a moderate priority for environments with Axis devices, especially security-camera or operational networks. It requires privileged credentials, but potential code execution on managed devices warrants prompt inventory, account review, and vendor-guided remediation.

Technical view

CVE-2023-5677 is a CWE-78 command injection issue in AXIS OS VAPIX API tcptest.cgi. CVSS 3.1 is 6.3, with network access, low complexity, low privileges, no user interaction, and low confidentiality, integrity, and availability impact.

Likely exposure

Exposure is most likely where AXIS OS devices run the listed affected versions, 5.51 or 6.50, and operator- or administrator-privileged service accounts can reach VAPIX. Devices not using these versions are not identified as affected in the provided bundle.

Exploitation context

The source states exploitation requires authentication with an operator- or administrator-privileged service account. Impact is lower with operator privileges than administrator privileges. KEV is false, and no cited source in the bundle confirms active exploitation.

Researcher notes

The bundle does not provide exploit details, fixed version numbers, or detection logic. Research should stay focused on authenticated exposure, AXIS OS version mapping, VAPIX reachability, and whether service accounts with operator or administrator privileges are necessary.

Mitigation direction

  • Check Axis advisory for the vendor-supported solution.
  • Update affected AXIS OS devices according to Axis guidance.
  • Restrict VAPIX access to trusted management networks.
  • Remove unused operator and administrator service accounts.
  • Limit service account privileges where operationally possible.
  • Monitor privileged account use on affected devices.

Validation and detection

  • Inventory Axis devices and record AXIS OS versions.
  • Identify devices running AXIS OS 5.51 or 6.50.
  • Confirm whether Axis advisory guidance has been applied.
  • Review VAPIX access paths from internal and remote networks.
  • Audit operator and administrator service accounts.
  • Review logs for unexpected tcptest.cgi access.
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-78: Command execution behavior lookup

Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. 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-5677 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
Medium
CVSS
6.3 (3.1)
Known Exploited
No
Published

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

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
6.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L2.83.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.3Medium
CVSS 3.1 vector shape for CVE-2023-5677Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
Axis Communications ABAXIS OSAXIS OS 5.51, AXIS OS 6.50unaffected
Weakness

CWE details

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

CWE-78 · source CWE mapping

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.