LiveActive security incident?Get immediate response
CVE Record

CVE-2023-0649: dst-admin sendBroadcast command injection

A vulnerability has been found in dst-admin 1.5.0 and classified as critical. This vulnerability affects unknown code of the file /home/sendBroadcast. The manipulation of the argument message leads to command injection. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-220036.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

dst-admin 1.5.0 has a command injection issue in a broadcast feature. An authenticated remote user may be able to make the server run unintended operating system commands through the message parameter. Public exploit material exists, but the provided sources do not show confirmed active exploitation or a named patch.

Executive priority

Treat this as a targeted remediation item, not a broad emergency. Prioritize internet-reachable or widely accessible admin deployments, especially where many users have access. Public exploit disclosure raises urgency, while required authentication and lack of KEV evidence keep it below crisis level.

Technical view

CVE-2023-0649 is CWE-77 command injection in /home/sendBroadcast. The message argument is reported as the injection point. CVSS v2 is 6.5 with network access, low complexity, and single authentication required. The affected product evidence is limited to dst-admin 1.5.0.

Likely exposure

Exposure is most likely where dst-admin 1.5.0 is deployed and its admin or broadcast interface is reachable over the network by authenticated users. The bundle does not provide CPEs, install paths beyond the route, or cloud/service-specific deployment indicators.

Exploitation context

The sources say exploit details were publicly disclosed and may be used. KEV is false, and the provided bundle contains no evidence of confirmed active exploitation. Authentication is indicated by the CVSS vector, reducing opportunistic unauthenticated exposure but not insider or credential-compromise risk.

Researcher notes

The evidence identifies the route and parameter but not a vendor patch, commit, or full affected-version range. Avoid assuming other dst-admin versions are affected without confirmation. Validate exposure defensively through version checks, access review, and logs rather than reproducing exploit behavior.

Mitigation direction

  • Inventory systems running dst-admin and confirm whether version 1.5.0 is present.
  • Check dst-admin project or vendor guidance for a fixed release or official workaround.
  • Restrict access to the dst-admin interface to trusted networks and administrators.
  • Review user access and remove unnecessary accounts with broadcast permissions.
  • Consider disabling the affected broadcast function if operations can tolerate it.

Validation and detection

  • Confirm whether /home/sendBroadcast exists on deployed dst-admin instances.
  • Verify dst-admin version against the affected 1.5.0 release.
  • Check whether the interface is reachable from untrusted networks.
  • Review application and system logs for unusual broadcast requests or command execution indicators.
  • Confirm any upgrade or workaround with a non-production regression test first.
Prepared
Confidence
medium
Sources
5

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-77: 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
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-0649 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.5 (2.0)
Known Exploited
No
Published

Vector: AV:N/AC:L/Au:S/C:P/I:P/A:P

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
4Source 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.5CVSS 2.0MediumAV:N/AC:L/Au:S/C:P/I:P/A:P86.4Primary CVE score

Vulnerability scoring details

Base CVSS 2.0 score

6.5Medium
CVSS 2.0 vector shape for CVE-2023-0649Access VectorAccess ComplexityAuthenticationConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: AV:N/AC:L/Au:S/C:P/I:P/A:P

Access Vector
NetworkAdjacentLocal
Access Complexity
LowMediumHigh
Authentication
NoneSingleMultiple
Confidentiality Impact
CompletePartialNone
Integrity Impact
CompletePartialNone
Availability Impact
CompletePartialNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/adst-admin1.5.0Listed
Weakness

CWE details

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

CWE-77 · source CWE mapping

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

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