CVE-2026-28275: CWE-613: Insufficient Session Expiration in Morelitea initiative
CVE-2026-28275 is a high-severity vulnerability affecting versions of the Morelitea initiative project management platform prior to 0. 32. 4. The flaw involves insufficient session expiration where previously issued JWT access tokens remain valid even after a user changes their password. This allows attackers or unauthorized users with access to older tokens to maintain authenticated access to protected API endpoints despite password updates. The vulnerability does not require user interaction but does require some level of privileges (PR:L). It impacts confidentiality and integrity by allowing continued access to sensitive project data. The issue is fixed in version 0. 32. 4.
AI Analysis
Technical Summary
CVE-2026-28275 is a vulnerability classified under CWE-613 (Insufficient Session Expiration) affecting the Morelitea initiative, a self-hosted project management platform. In versions prior to 0.32.4, when a user changes their password, the system fails to invalidate previously issued JSON Web Tokens (JWTs). These tokens remain valid until their natural expiration, allowing continued authenticated access to protected API endpoints despite the password change. This behavior undermines the security expectation that password changes should terminate all active sessions and tokens to prevent unauthorized access. The vulnerability has a CVSS 3.1 base score of 8.1, indicating high severity, with an attack vector of network (AV:N), low attack complexity (AC:L), requiring privileges (PR:L), no user interaction (UI:N), unchanged scope (S:U), and high impact on confidentiality and integrity (C:H/I:H) but no impact on availability (A:N). The flaw could be exploited by an attacker who has obtained or intercepted a JWT prior to the password change, allowing them to maintain access to sensitive project management data and potentially manipulate or exfiltrate information. The issue was publicly disclosed on February 26, 2026, and fixed in version 0.32.4 of the initiative platform. No known exploits have been reported in the wild, but the vulnerability poses a significant risk to organizations relying on this platform for project management and collaboration.
Potential Impact
The primary impact of this vulnerability is unauthorized persistent access to sensitive project management data and APIs even after a user changes their password. This undermines the confidentiality and integrity of organizational data, as attackers or malicious insiders can continue to access or manipulate information without re-authentication. Since the vulnerability affects JWT tokens, which are commonly used for stateless authentication, the risk extends to any environment where tokens are stored or transmitted insecurely. Organizations may face data breaches, intellectual property theft, or sabotage of project workflows. The lack of session invalidation also complicates incident response and recovery, as compromised tokens remain valid until expiration. Although availability is not directly affected, the trustworthiness of the platform is compromised, potentially leading to operational disruptions and reputational damage. The vulnerability is especially critical for organizations with sensitive or regulated data managed via the initiative platform.
Mitigation Recommendations
Organizations should immediately upgrade the Morelitea initiative platform to version 0.32.4 or later, which addresses this vulnerability by properly invalidating JWT tokens upon password changes. Until the upgrade is applied, administrators should consider implementing manual token revocation mechanisms if supported, such as maintaining a token blacklist or reducing token lifetimes to minimize exposure. Monitoring and logging of API access using JWTs should be enhanced to detect suspicious activity involving old tokens. Additionally, enforcing multi-factor authentication (MFA) can reduce the risk of token compromise. Security teams should review their incident response plans to include token revocation strategies and educate users about the importance of password changes and session management. Network-level protections, such as IP whitelisting and anomaly detection, can provide additional layers of defense. Finally, organizations should audit their deployment configurations to ensure secure storage and transmission of JWTs to prevent interception.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, Netherlands, Japan, South Korea, India
CVE-2026-28275: CWE-613: Insufficient Session Expiration in Morelitea initiative
Description
CVE-2026-28275 is a high-severity vulnerability affecting versions of the Morelitea initiative project management platform prior to 0. 32. 4. The flaw involves insufficient session expiration where previously issued JWT access tokens remain valid even after a user changes their password. This allows attackers or unauthorized users with access to older tokens to maintain authenticated access to protected API endpoints despite password updates. The vulnerability does not require user interaction but does require some level of privileges (PR:L). It impacts confidentiality and integrity by allowing continued access to sensitive project data. The issue is fixed in version 0. 32. 4.
AI-Powered Analysis
Technical Analysis
CVE-2026-28275 is a vulnerability classified under CWE-613 (Insufficient Session Expiration) affecting the Morelitea initiative, a self-hosted project management platform. In versions prior to 0.32.4, when a user changes their password, the system fails to invalidate previously issued JSON Web Tokens (JWTs). These tokens remain valid until their natural expiration, allowing continued authenticated access to protected API endpoints despite the password change. This behavior undermines the security expectation that password changes should terminate all active sessions and tokens to prevent unauthorized access. The vulnerability has a CVSS 3.1 base score of 8.1, indicating high severity, with an attack vector of network (AV:N), low attack complexity (AC:L), requiring privileges (PR:L), no user interaction (UI:N), unchanged scope (S:U), and high impact on confidentiality and integrity (C:H/I:H) but no impact on availability (A:N). The flaw could be exploited by an attacker who has obtained or intercepted a JWT prior to the password change, allowing them to maintain access to sensitive project management data and potentially manipulate or exfiltrate information. The issue was publicly disclosed on February 26, 2026, and fixed in version 0.32.4 of the initiative platform. No known exploits have been reported in the wild, but the vulnerability poses a significant risk to organizations relying on this platform for project management and collaboration.
Potential Impact
The primary impact of this vulnerability is unauthorized persistent access to sensitive project management data and APIs even after a user changes their password. This undermines the confidentiality and integrity of organizational data, as attackers or malicious insiders can continue to access or manipulate information without re-authentication. Since the vulnerability affects JWT tokens, which are commonly used for stateless authentication, the risk extends to any environment where tokens are stored or transmitted insecurely. Organizations may face data breaches, intellectual property theft, or sabotage of project workflows. The lack of session invalidation also complicates incident response and recovery, as compromised tokens remain valid until expiration. Although availability is not directly affected, the trustworthiness of the platform is compromised, potentially leading to operational disruptions and reputational damage. The vulnerability is especially critical for organizations with sensitive or regulated data managed via the initiative platform.
Mitigation Recommendations
Organizations should immediately upgrade the Morelitea initiative platform to version 0.32.4 or later, which addresses this vulnerability by properly invalidating JWT tokens upon password changes. Until the upgrade is applied, administrators should consider implementing manual token revocation mechanisms if supported, such as maintaining a token blacklist or reducing token lifetimes to minimize exposure. Monitoring and logging of API access using JWTs should be enhanced to detect suspicious activity involving old tokens. Additionally, enforcing multi-factor authentication (MFA) can reduce the risk of token compromise. Security teams should review their incident response plans to include token revocation strategies and educate users about the importance of password changes and session management. Network-level protections, such as IP whitelisting and anomaly detection, can provide additional layers of defense. Finally, organizations should audit their deployment configurations to ensure secure storage and transmission of JWTs to prevent interception.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-02-26T01:52:58.734Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69a0d31032ffcdb8a2667df7
Added to database: 2/26/2026, 11:11:12 PM
Last enriched: 2/26/2026, 11:25:46 PM
Last updated: 2/27/2026, 12:56:49 AM
Views: 4
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2026-3273: Buffer Overflow in Tenda F453
HighCVE-2026-27647: CWE-613 in Mobility46 mobility46.se
HighCVE-2026-27028: CWE-306 in Mobility46 mobility46.se
CriticalCVE-2026-26305: CWE-307 in Mobility46 mobility46.se
HighCVE-2026-26290: CWE-613 in EV Energy ev.energy
HighActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.