LiveActive security incident?Get immediate response
CVE Record

CVE-2023-1672: Race condition exists in the key generation and rotation functionality

A race condition exists in the Tang server functionality for key generation and key rotation. This flaw results in a small time window where Tang private keys become readable by other processes on the same host.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Tang briefly exposed private keys to other local processes during key generation or rotation. This matters most where Tang protects disk-unlock or similar infrastructure secrets. The issue is medium severity because an attacker needs local host access and timing, but successful exposure could compromise confidentiality of Tang private keys.

Executive priority

Prioritize within normal vulnerability management for systems where Tang protects high-value encryption workflows. Escalate if Tang runs on shared or weakly controlled hosts, because the confidentiality impact is high even though exploitation requires local timing and access.

Technical view

CVE-2023-1672 is a CWE-362 race condition in Tang key generation and rotation. During a small timing window, private keys can become readable by other processes on the same host. The CVSS 3.1 score is 5.3, with high confidentiality impact and no integrity or availability impact listed.

Likely exposure

Exposure is most likely on systems running the tang package, especially Red Hat Enterprise Linux 8, Red Hat Enterprise Linux 9, and Fedora as listed affected. Red Hat Enterprise Linux 7 status is listed as unknown in the bundle. Confirm distribution package status directly with vendor advisories.

Exploitation context

The bundle does not show CISA KEV listing or cited evidence of active exploitation. Practical abuse appears local and timing-sensitive: another process on the same host would need access during key generation or rotation. Do not treat this as remotely exploitable based on the provided evidence.

Researcher notes

Key uncertainty is fixed-version mapping by distribution; the bundle provides affected product signals and an upstream commit but not complete package version ranges. Analysis should stay focused on local confidentiality exposure during Tang key lifecycle operations, not remote compromise.

Mitigation direction

  • Apply vendor-provided tang updates for affected distributions.
  • Use packages containing the upstream Tang fix commit where vendor-supported.
  • Review Red Hat, Fedora, and distribution advisories for exact fixed package versions.
  • Limit untrusted local code execution on Tang hosts.
  • If exposure is suspected, follow vendor guidance before rotating Tang keys.

Validation and detection

  • Inventory hosts with the tang package installed.
  • Check whether each host runs RHEL 8, RHEL 9, Fedora, or another affected distribution.
  • Verify installed tang package versions against vendor advisories.
  • Review recent Tang key generation or rotation activity on shared hosts.
  • Confirm local process isolation controls on Tang servers.
Prepared
Confidence
high
Sources
7

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

CWE-362: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-1672 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:A/AC:H/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
6Source 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:A/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N1.63.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:A/AC:H/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
n/atangSee advisoryaffected
Red HatRed Hat Enterprise Linux 7tangunknown
Red HatRed Hat Enterprise Linux 8tangaffected
Red HatRed Hat Enterprise Linux 9tangaffected
FedoraFedoratangaffected
Weakness

CWE details

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

CWE-362 · source CWE mapping

Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.