LiveActive security incident?Get immediate response
CVE Record

CVE-2021-44794: Information Leakege via Unauthorized Access in Single Connect

Single Connect does not perform an authorization check when using the "sc-diagnostic-ui" module. A remote attacker could exploit this vulnerability to access the device information page. The exploitation of this vulnerability might allow a remote attacker to obtain sensitive information.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Kron Single Connect may expose a device information page without proper authorization through the sc-diagnostic-ui module. An unauthenticated remote attacker could obtain sensitive device information. The known impact is information disclosure, not system takeover or service outage.

Executive priority

Treat this as a moderate exposure-reduction item. Prioritize internet-facing or partner-facing Single Connect deployments because the issue requires no credentials, but currently sourced impact is limited to information disclosure.

Technical view

The vulnerability is a missing authorization check, mapped to CWE-862, in Single Connect's sc-diagnostic-ui module. CVSS 3.1 is 5.3: network exploitable, low complexity, no privileges or user interaction, with low confidentiality impact and no integrity or availability impact.

Likely exposure

Exposure applies to organizations using Kron Single Connect where the diagnostic UI or related management surface is reachable from untrusted networks. The source bundle does not provide precise affected version ranges or CPEs, so asset validation is required.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The described issue is remotely reachable and unauthenticated, but the documented outcome is limited to viewing sensitive device information.

Researcher notes

Evidence is narrow: affected product is named, but versions are unspecified and no patch details are included in the bundle. Avoid assuming broader Kron products are affected. Focus analysis on authorization enforcement around sc-diagnostic-ui and information disclosure boundaries.

Mitigation direction

  • Check Kron or official government advisory guidance for supported fixes or configuration changes.
  • Restrict external access to Single Connect management and diagnostic interfaces.
  • Place administrative surfaces behind VPN, IP allowlists, or equivalent access controls.
  • Monitor for unauthenticated access attempts against diagnostic UI paths.

Validation and detection

  • Inventory Kron Single Connect deployments and identify exposed management interfaces.
  • Confirm whether sc-diagnostic-ui is reachable without authentication in an approved test environment.
  • Review access logs for unauthenticated visits to device information or diagnostic pages.
  • Verify vendor guidance or compensating network controls are documented and applied.
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-2021-44794 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
5.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/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
3Timeline events
1ADP 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
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N3.91.4TR-CERT

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2021-44794Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/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

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CVECVE Program Container

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
KronSingle Connectunspecifiedunaffected
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.