Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2024-5735 — AdmirorFrames Joomla! Extension < 5.0 - Full Path Disclosure | Kitploit
Tools/GitHubGitHub/afine-com/cve-2024-5735
Vulnerability AnalysisInformation GatheringWeb SecurityMisconfiguration
GitHubafine-com/cve-2024-5735

CVE-2024-5735

AdmirorFrames Joomla! Extension < 5.0 - Full Path Disclosure

View Repository
2 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2024-5735

AdmirorFrames Joomla! Extension < 5.0 - Full Path Disclosure

Timeline

  • Vulnerability reported to vendor: 26.01.2024
  • New fixed 5.0 version released: 06.06.2024
  • Public disclosure: 28.06.2024

Description

Full Path Disclosure vulnerability in AdmirorFrames Joomla! Extension in afHelper.php file which uses value of JPATH_BASE directly when constructing path to image. According to Joomla! documentation JPATH_BASE is defined as:

root@kitploit:~
The path to the installed Joomla! site

The vulnerability exists in afHelper.php file:

root@kitploit:~
 $this->params['templates_BASE'] = JPATH_BASE . DIRECTORY_SEPARATOR . 'plugins' . DIRECTORY_SEPARATOR .
             'content' . $path . 'templates' . DIRECTORY_SEPARATOR;

This issue was caused by direct usage of JPATH_BASE variable when constructing image path. This problem has been fixed in AdmirorFrames Joomla! Extension at version 5.0.

Affected versions

< 5.0

Advisory

Update AdmirorFrames Joomla! Extension to version 5.0 or newer.

References

  • https://github.com/vasiljevski/admirorframes/issues/3
  • https://cert.pl/en/posts/2024/06/CVE-2024-5735/
  • https://cert.pl/posts/2024/06/CVE-2024-5735/
  • https://nvd.nist.gov/vuln/detail/CVE-2024-5735
Download Tool