LiveActive security incident?Get immediate response
CVE Record

CVE-2021-3784: Garuda Linux Improper Authorization

Garuda Linux performs an insecure user creation and authentication that allows any user to impersonate the created account. By creating users from the 'Garuda settings manager', an insecure procedure is performed that keeps the created user without an assigned password during some seconds. This could allow a potential attacker to exploit this vulnerability in order to authenticate without knowing the password.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Garuda Linux may briefly create new users without a password through Garuda settings manager. A local signed-in user could use that short window to log in as the new account without knowing its password. This is a local, medium-severity risk, not a remote internet attack based on the supplied sources.

Executive priority

Treat this as a moderate workstation and shared-system risk. It is not described as remotely exploitable, but it can undermine local account separation during administration. Prioritize systems with multiple local users, shared desktops, labs, or kiosks, and follow vendor guidance when available.

Technical view

CVE-2021-3784 is an improper authentication issue in Garuda Linux user creation. The vulnerable flow temporarily leaves a newly created account without an assigned password, enabling a low-privileged local user to authenticate as that account. CVSS 3.1 is 5.3 with local attack vector, low complexity, low privileges required, and low confidentiality, integrity, and availability impact.

Likely exposure

Exposure is most likely on Garuda Linux systems where Garuda settings manager is used to create local users while untrusted local users have access. The source bundle lists Garuda Linux as affected, with versions stated as all versions, but does not provide build-level detail.

Exploitation context

The source bundle does not show CISA KEV listing or other evidence of active exploitation. Abuse requires local access and timing around the vulnerable account-creation workflow. The issue is practical mainly on shared workstations or systems where low-privileged users can observe or race administrative user creation.

Researcher notes

Evidence is limited to the CVE description and INCIBE reference in the supplied bundle. The record identifies CWE-287 and CVSS local attack conditions. No exploit code, active exploitation, patch version, or detailed root-cause analysis is provided, so validation should focus on local workflow exposure and logs.

Mitigation direction

  • Check Garuda Linux and INCIBE guidance for any fixed release or official workaround.
  • Limit Garuda settings manager access to trusted administrators only.
  • Avoid creating users while untrusted local users are logged in or nearby.
  • Review recently created local accounts for unexpected access or configuration.
  • Remove or disable any account that was created unexpectedly.

Validation and detection

  • Inventory Garuda Linux systems that use Garuda settings manager for user creation.
  • Identify whether untrusted local users have shell or desktop access to those systems.
  • Review authentication logs around local account creation times.
  • Check newly created accounts for unexpected login activity.
  • Track vendor advisory updates for precise affected and fixed versions.
Prepared
Confidence
medium
Sources
3

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-287: Credential and account abuse lookup

Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. 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

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. 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-2021-3784 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:L/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
2Source 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:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L1.83.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:L/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
Garuda LinuxGaruda Linuxall versionsunaffected
Weakness

CWE details

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

CWE-287 · source CWE mapping

Improper Authentication

Improper Authentication represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.