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.
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-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 lookupExecution 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 lookupCVE-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- Severity
- Medium
- CVSS
- 6.5 (2.0)
- Known Exploited
- No
- Published
Vector: AV:N/AC:L/Au:S/C:P/I:P/A:P
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.
AV:N/AC:L/Au:S/C:P/I:P/A:P86.4Primary CVE scoreVulnerability scoring details
Base CVSS 2.0 score
6.5MediumVector: AV:N/AC:L/Au:S/C:P/I:P/A:P
Source materials
- CVE List V5 sourceCVE List V5
- https://vuldb.com/?id.220036CVE reference · vdb-entry, technical-description
- https://vuldb.com/?ctiid.220036CVE reference · signature, permissions-required
- https://github.com/Ha0Liu/cveAdd/tree/developer/dst-admin%201.5.0%E5%90%8E%E5%8F%B0sendBroadcast%E6%8E%A5%E5%8F%A3%E8%BF%9C%E7%A8%8B%E5%91%BD%E4%BB%A4%E6%89%A7%E8%A1%8CCVE reference · exploit
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 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.
