- Affected Products: Confluence
- Severity: High
- Published Date: No value
- Severity Score: 7.5
- CVE ID: CVE-2024-7254
- CVE ID Link: https://nvd.nist.gov/vuln/detail/CVE-2024-7254
- Atlassian Link: https://jira.atlassian.com/browse/JSDSERVER-15617
This High severity Stack-based Buffer Overflow vulnerability was introduced in version 5.12.0 of Jira Service Management Data Center and Server.
This Stack-based Buffer Overflow vulnerability, with a CVSS Score of 7.5, allows an unauthenticated attacker to impact service availability, which has no impact to confidentiality, no impact to integrity, high impact to availability, and requires no user interaction.
Atlassian recommends that Jira Service Management Data Center and Server customers upgrade to latest version, if you are unable to do so, upgrade your instance to one of the specified supported fixed versions:
Affected Versions | Fix Versions |
---|---|
from 10.0.0 to 10.0.1 | 10.1.1 |
from 5.17.0 to 5.17.3 | 5.17.4 |
from 5.16.0 to 5.16.1 | |
5.15.2 | |
from 5.14.0 to 5.14.1 | |
from 5.13.0 to 5.13.1 | |
from 5.12.0 to 5.12.13 LTS | 5.12.14 |
You can download the latest version of Jira Service Management Data Center and Server from the download center ([https://www.atlassian.com/software/jira/service-management/download-archives]).
This vulnerability was reported via our Bug Bounty program.
This vulnerability is currently awaiting analysis.
Description
Any project that parses untrusted Protocol Buffers data containing an arbitrary number of nested groups / series of SGROUP tags can corrupted by exceeding the stack limit i.e. StackOverflow. Parsing nested groups as unknown fields with DiscardUnknownFieldsParser or Java Protobuf Lite parser, or against Protobuf map fields, creates unbounded recursions that can be abused by an attacker.