Skip to content

Commit 6baaa08

Browse files
authored
TCR-533: Joomla 5.2.1: Fixing the file permissions for new installations
1 parent bc8cc1a commit 6baaa08

File tree

1 file changed

+15
-1
lines changed
  • docs/patchman/frequently_asked_questions

1 file changed

+15
-1
lines changed

docs/patchman/frequently_asked_questions/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,21 @@ This doesn’t concern a WordPress core vulnerability. If we would patch this vu
561561
**Mitigating factors**
562562
N/A
563563
564-
### Joomla!
564+
### Joomla!
565+
566+
#### Fixing the file permissions for new installations
567+
568+
**Vulnerability details**
569+
Fixing the file permissions for new installations. Due to a packaging error when building the 5.2.0 release, new installations had default file permissions which were too permissive. All files and folders in a new installation had the permissions set to 777, where 755 for folders and 644 for files would have been correct. This might make the installation vulnerable on specific hosting setups. This issue does NOT affect updates to 5.2.0 of existing Joomla sites, as during the update process, Joomla already automatically sets the permissions correctly, overwriting permissions in the archive.
570+
571+
**Affected versions**
572+
Joomla! 5.2.1
573+
574+
**Fix complications**
575+
The issue stems from a packaging error during the 5.2.0 release build, which affects only new installations. Patchman cannot access customer sites to update them directly, and Joomla has not released a separate patch for this.
576+
577+
**Mitigating factors**
578+
For sites created with the affected 5.2.0 packages, an automated solution updating the permissions of affected files and folders will be shipped with the next regular 5.2.x release
565579
566580
#### [20230502] Bruteforce prevention within the mfa screen
567581

0 commit comments

Comments
 (0)