LiveActive security incident?Get immediate response
CVE Record

CVE-2021-25992: ifme - Insufficient Session Expiration

In Ifme, versions 1.0.0 to v.7.33.2 don’t properly invalidate a user’s session even after the user initiated logout. It makes it possible for an attacker to reuse the admin cookies either via local/network access or by other hypothetical attacks.

CriticalCVSS 9.8Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

Ifme did not reliably end a user session after logout in affected versions. A stolen or accessible admin cookie could continue working, so logout would not protect the account. Business risk is highest where Ifme has privileged users or sensitive health/community data.

Executive priority

Treat as high-priority if Ifme is internet-accessible or contains sensitive user data. The issue undermines a basic account-control expectation: logout. Prioritize version verification, vendor-guided remediation, and privileged-session review.

Technical view

CVE-2021-25992 is CWE-613 insufficient session expiration in ifmeorg ifme versions 1.0.0 through v7.33.2. The described issue is failure to invalidate sessions after logout, allowing reuse of admin cookies through local, network, or other hypothetical access paths.

Likely exposure

Exposure applies to organizations running ifmeorg ifme in the affected version range. Risk depends on whether an attacker can obtain or access a valid admin cookie. The sources do not identify hosted services, default deployment patterns, or affected CPEs.

Exploitation context

The CVE is not listed as KEV in the supplied bundle, and no cited source states active exploitation. The scenario requires reuse of an existing admin cookie; the sources do not provide public exploit evidence or weaponized details.

Researcher notes

Evidence is limited to the CVE description, affected range, CWE, CVSS, and referenced commit/advisory. Do not assume active exploitation or a specific fixed release unless confirmed from vendor sources. Focus validation on session invalidation semantics after logout.

Mitigation direction

  • Inventory all Ifme deployments and confirm exact versions.
  • Review the referenced vendor commit and advisory for the supported fix path.
  • Upgrade or patch according to vendor guidance before relying on logout revocation.
  • Restrict administrative access while affected versions remain in service.
  • After remediation, force reauthentication for privileged users where operationally possible.

Validation and detection

  • Check whether any deployment runs Ifme 1.0.0 through v7.33.2.
  • Confirm logout invalidates server-side session state, not only the browser cookie.
  • Review session storage behavior for privileged accounts after logout.
  • Inspect access logs for suspicious admin activity after logout events.
  • Verify remediation against vendor guidance and regression tests.
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 · low confidence lookup

CWE-613: 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-2021-25992 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
Critical
CVSS
9.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

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
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
9.8CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.8Critical
CVSS 3.1 vector shape for CVE-2021-25992Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

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
ifmeorgifme1.0.0, unspecifiedListed
Weakness

CWE details

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

CWE-613 · source CWE mapping

Insufficient Session Expiration

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