CVE-2025-22167
published 2025-10-22CVE-2025-22167: This High severity Path Traversal (Arbitrary Write) vulnerability was introduced in versions: 9.12.0, 10.3.0 and remain present in 11.0.0 of Jira Software Data…
PriorityP343medium6.5CVSS 3.1
AVNACLPRLUINSUCNIHAN
EPSS
0.48%
38.6th percentile
This High severity Path Traversal (Arbitrary Write) vulnerability was introduced in versions: 9.12.0, 10.3.0 and remain present in 11.0.0 of Jira Software Data Center and Server. This Path Traversal (Arbitrary Write) vulnerability, with a CVSS Score of 8.7, allows an attacker to modify any filesystem path writable by the Jira JVM process. Atlassian recommends that Jira Software Data Center and Server customers upgrade to the latest version; if you are unable to do so, upgrade your instance to one of the specified supported fixed versions:
Jira Software Data Center and Server 9.12: Upgrade to a release greater than or equal to 9.12.28
Jira Software Data Center and Server 10.3: Upgrade to a release greater than or equal to 10.3.12
Jira Software Data Center and Server 11.0: Upgrade to a release greater than or equal to 11.1.0
See the release notes. You can download the latest version of Jira Software Data Center and Server from the download center. This vulnerability was reported via our Atlassian (Internal) program.
Affected
11 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| atlassian | jira_data_center | >= 10.3.0 < 10.3.12 | 10.3.12 |
| atlassian | jira_data_center | >= 11.0.0 < 11.1.0 | 11.1.0 |
| atlassian | jira_data_center | >= 9.12.0 < 9.12.28 | 9.12.28 |
| atlassian | jira_server | >= 10.3.0 < 10.3.12 | 10.3.12 |
| atlassian | jira_server | >= 11.0.0 < 11.1.0 | 11.1.0 |
| atlassian | jira_server | >= 9.12.0 < 9.12.28 | 9.12.28 |
| atlassian | jira_software_data_center | — | — |
| atlassian | jira_software_data_center | — | — |
| atlassian | jira_software_data_center | — | — |
| atlassian | jira_software_server | — | — |
| baserproject | basercms | >= 0 < 5.2.3 | 5.2.3 |
CVSS provenance
nvdv3.16.5MEDIUMCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
nvdv4.08.7HIGHCVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
baserCMS Path Traversal Leads to Arbitrary File Write and RCE via Theme File API
ghsa·2026-03-31
CVE-2026-30940 [HIGH] CWE-22 baserCMS Path Traversal Leads to Arbitrary File Write and RCE via Theme File API
baserCMS Path Traversal Leads to Arbitrary File Write and RCE via Theme File API
## Summary
A path traversal vulnerability exists in the baserCMS 5.x theme file management API (`/baser/api/admin/bc-theme-file/theme_files/add.json`) that allows arbitrary file write.
An authenticated administrator can include `../` sequences in the `path` parameter to create a PHP file in an arbitrary directory outside the theme directory, which may result in remote code execution (RCE).
## Affected Code
**File**: `plugins/bc-theme-file/src/Service/BcThemeFileService.php`
```php
public function getFullpath(string $theme, string $plugin, string $type, string $path)
{
// ...
return $viewPath . $type . DS . $path; // $path is not sanitized
}
```
## Attack Scenario
1. The attacker compromises an administ
OSV
baserCMS Path Traversal Leads to Arbitrary File Write and RCE via Theme File API
osv·2026-03-31
CVE-2026-30940 [HIGH] baserCMS Path Traversal Leads to Arbitrary File Write and RCE via Theme File API
baserCMS Path Traversal Leads to Arbitrary File Write and RCE via Theme File API
## Summary
A path traversal vulnerability exists in the baserCMS 5.x theme file management API (`/baser/api/admin/bc-theme-file/theme_files/add.json`) that allows arbitrary file write.
An authenticated administrator can include `../` sequences in the `path` parameter to create a PHP file in an arbitrary directory outside the theme directory, which may result in remote code execution (RCE).
## Affected Code
**File**: `plugins/bc-theme-file/src/Service/BcThemeFileService.php`
```php
public function getFullpath(string $theme, string $plugin, string $type, string $path)
{
// ...
return $viewPath . $type . DS . $path; // $path is not sanitized
}
```
## Attack Scenario
1. The attacker compromises an administ
GHSA
GHSA-wvj6-fjwf-f68m: This High severity Path Traversal (Arbitrary Write) vulnerability was introduced in versions: 9
ghsa_unreviewed·2025-10-22
CVE-2025-22167 [HIGH] CWE-22 GHSA-wvj6-fjwf-f68m: This High severity Path Traversal (Arbitrary Write) vulnerability was introduced in versions: 9
This High severity Path Traversal (Arbitrary Write) vulnerability was introduced in versions: 9.12.0, 10.3.0 and remain present in 11.0.0 of Jira Software Data Center and Server. This Path Traversal (Arbitrary Write) vulnerability, with a CVSS Score of 8.7, allows an attacker to modify any filesystem path writable by the Jira JVM process. Atlassian recommends that Jira Software Data Center and Server customers upgrade to the latest version; if you are unable to do so, upgrade your instance to one of the specified supported fixed versions:
Jira Software Data Center and Server 9.12: Upgrade to a release greater than or equal to 9.12.28
Jira Software Data Center and Server 10.3: Upgrade to a release greater than or equal to 10.3.12
Jira Software Data Center and Server 11.0: Upgrade to a relea
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
2025-10-22
Published