LiveActive security incident?Get immediate response
CVE Record

CVE-2013-1053: Insecure crypto for storing passwords

In crypt.c of remote-login-service, the cryptographic algorithm used to cache usernames and passwords is insecure. An attacker could use this vulnerability to recover usernames and passwords from the file. This issue affects version 1.0.0-0ubuntu3 and prior versions.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This flaw affects Canonical remote-login-service and involves insecure storage of cached usernames and passwords. A local user with low privileges could potentially recover credentials from the cache file. The business risk is credential exposure on systems running affected versions, not remote takeover by itself.

Executive priority

Treat as a targeted credential exposure issue. Prioritize affected shared, administrative, or user-accessible Linux systems, because recovered credentials can create follow-on access risk even though the CVE itself is local.

Technical view

CVE-2013-1053 is a CWE-261 weakness in remote-login-service crypt.c. The password caching algorithm is insecure, enabling local, low-privileged credential recovery. The CVSS 3.1 score is 5.5 with high confidentiality impact and no integrity or availability impact stated.

Likely exposure

Exposure is limited to systems running Canonical remote-login-service version 1.0.0-0ubuntu3 or earlier, especially where username and password caching is enabled or present.

Exploitation context

The provided sources do not show known active exploitation, and the CVE is not listed as KEV. The attack context is local access with low privileges, not network-only exploitation.

Researcher notes

The bundle supports local credential disclosure only. It does not provide exploit details, a cache file path, fixed version, or evidence of exploitation in the wild. Avoid broad claims beyond Canonical remote-login-service and the stated affected versions.

Mitigation direction

  • Inventory systems for Canonical remote-login-service and affected package versions.
  • Check Canonical or Launchpad guidance for fixed packages before choosing remediation.
  • Apply vendor-provided updates when available for the affected Ubuntu package.
  • Disable or remove the service where it is not operationally required.
  • Rotate credentials that may have been cached on affected systems after remediation.

Validation and detection

  • Confirm installed remote-login-service package versions against the affected range.
  • Verify whether credential caching is used on systems with the package installed.
  • After updating, confirm the package version is no longer affected.
  • Review local access controls for users who could read credential cache data.
  • Document any systems requiring credential rotation due to possible cached secrets.
Prepared
Confidence
high
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 · low confidence lookup

CWE-261: 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-2013-1053 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.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/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
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.5CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N1.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2013-1053Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Canonicalremote-login-service1.0.0-0Listed
Weakness

CWE details

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

CWE-261 · source CWE mapping

Weak Encoding for Password

Weak Encoding for Password represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.