LiveActive security incident?Get immediate response
CVE Record

CVE-2021-26074: Broken Authentication in Atlassian Connect Spring Boot (ACSB) from version 1.1.0 before version 2.1.3: Atla...

Broken Authentication in Atlassian Connect Spring Boot (ACSB) from version 1.1.0 before version 2.1.3: Atlassian Connect Spring Boot is a Java Spring Boot package for building Atlassian Connect apps. Authentication between Atlassian products and the Atlassian Connect Spring Boot app occurs with a server-to-server JWT or a context JWT. Atlassian Connect Spring Boot versions from version 1.1.0 before version 2.1.3 erroneously accept context JWTs in lifecycle endpoints (such as installation) where only server-to-server JWTs should be accepted, permitting an attacker to send authenticated re-installation events to an app.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This flaw affects Atlassian Connect apps built with vulnerable Atlassian Connect Spring Boot versions. The app may trust the wrong kind of JWT on lifecycle endpoints, allowing an attacker with some privileges to trigger authenticated re-installation events. The main business risk is unauthorized integrity changes to app installation state, not known data theft or service outage.

Executive priority

Treat this as a targeted integrity risk for Atlassian Connect applications. Prioritize teams operating custom Atlassian apps or marketplace apps built on ACSB, but do not treat it as critical without evidence of exposure or active exploitation.

Technical view

ACSB versions 1.1.0 before 2.1.3 accept context JWTs on lifecycle endpoints where only server-to-server JWTs should be valid. That breaks authentication boundaries for Atlassian Connect lifecycle handling and can permit authenticated re-installation events. CVSS 3.1 is 6.5 with high integrity impact, low attack complexity, and required low privileges.

Likely exposure

Exposure is most likely in custom or marketplace Atlassian Connect apps using ACSB 1.1.0 through versions before 2.1.3, especially apps exposing installation or lifecycle endpoints.

Exploitation context

The bundle does not cite active exploitation, and CISA KEV status is false. Public sources describe authentication bypass behavior involving context JWT acceptance, but they do not establish widespread exploitation or provide evidence of commodity attack use.

Researcher notes

The issue is a JWT-type validation failure mapped to CWE-287. The CVSS vector indicates network reachability, low complexity, low privileges, no user interaction, unchanged scope, no confidentiality impact, high integrity impact, and no availability impact. Sources describe lifecycle re-installation abuse, not remote code execution.

Mitigation direction

  • Upgrade Atlassian Connect Spring Boot to version 2.1.3 or later.
  • Identify all Atlassian Connect apps using ACSB in the affected version range.
  • Review Atlassian’s advisory and developer guidance before deploying changes.
  • Ensure lifecycle endpoints require server-to-server JWTs, not context JWTs.
  • Review recent app installation and re-installation events for unexpected activity.

Validation and detection

  • Inventory dependency manifests for Atlassian Connect Spring Boot versions.
  • Confirm no deployed app uses ACSB 1.1.0 through versions before 2.1.3.
  • Verify lifecycle endpoint tests reject context JWT authentication.
  • Review logs for unusual installation or re-installation lifecycle events.
  • Confirm remediation with vendor guidance and release documentation.
Prepared
Confidence
high
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 · 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
cve · low confidence lookup

CVE-2021-26074 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
6.5 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/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
AtlassianAtlassian Connect Spring Boot (ACSB)1.1.0, unspecifiedListed
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.