mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish GHSA-4v96-m8xv-x83v
This commit is contained in:
+29
-8
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-4v96-m8xv-x83v",
|
||||
"modified": "2025-02-12T21:31:46Z",
|
||||
"modified": "2025-02-12T21:53:02Z",
|
||||
"published": "2022-05-24T22:28:12Z",
|
||||
"aliases": [
|
||||
"CVE-2021-26073"
|
||||
],
|
||||
"summary": "Broken Authentication in Atlassian Connect Express",
|
||||
"details": "Broken Authentication in Atlassian Connect Express (ACE) from version 3.0.2 before version 6.6.0: Atlassian Connect Express is a Node.js package for building Atlassian Connect apps. Authentication between Atlassian products and the Atlassian Connect Express app occurs with a server-to-server JWT or a context JWT. Atlassian Connect Express versions between 3.0.2 - 6.5.0 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.",
|
||||
"severity": [
|
||||
{
|
||||
@@ -13,7 +14,27 @@
|
||||
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N"
|
||||
}
|
||||
],
|
||||
"affected": [],
|
||||
"affected": [
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "npm",
|
||||
"name": "atlassian-connect-express"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "3.0.2"
|
||||
},
|
||||
{
|
||||
"fixed": "6.6.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
@@ -23,10 +44,6 @@
|
||||
"type": "WEB",
|
||||
"url": "https://community.developer.atlassian.com/t/action-required-atlassian-connect-vulnerability-a%5B%E2%80%A6%5Dypass-of-app-qsh-verification-via-context-jwts/47072"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://community.developer.atlassian.com/t/action-required-atlassian-connect-vulnerability-a[…]ypass-of-app-qsh-verification-via-context-jwts/47072"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://confluence.atlassian.com/pages/viewpage.action?pageId=1051986099"
|
||||
@@ -34,6 +51,10 @@
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://security.netapp.com/advisory/ntap-20210604-0004"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "http://bitbucket.org/atlassian/atlassian-connect-express"
|
||||
}
|
||||
],
|
||||
"database_specific": {
|
||||
@@ -42,8 +63,8 @@
|
||||
"CWE-863"
|
||||
],
|
||||
"severity": "HIGH",
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2025-02-12T21:53:02Z",
|
||||
"nvd_published_at": "2021-04-16T03:15:00Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user