| 0 |
| url |
VCID-1rgf-x73x-33dk |
| vulnerability_id |
VCID-1rgf-x73x-33dk |
| summary |
Security researcher Arthur Gerkis used the Address Sanitizer
tool to find a use-after-free in nsGlobalWindow::PageHidden when mFocusedContent
is released and oldFocusedContent is used afterwards. This use-after-free could
possibly allow for remote code execution. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2012-1958
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-1rgf-x73x-33dk |
|
| 1 |
| url |
VCID-3bx3-fn1g-4kbh |
| vulnerability_id |
VCID-3bx3-fn1g-4kbh |
| summary |
Google security researcher Abhishek Arya used the Address
Sanitizer tool to uncover four issues: two use-after-free problems, one out of
bounds read bug, and a bad cast. The first use-after-free problem is caused
when an array of nsSMILTimeValueSpec objects is destroyed but attempts are made
to call into objects in this array later. The second use-after-free problem is
in nsDocument::AdoptNode when it adopts into an empty document and then adopts
into another document, emptying the first one. The heap buffer overflow is in
ElementAnimations when data is read off of end of an array and then pointers are
dereferenced. The bad cast happens when nsTableFrame::InsertFrames is called
with frames in aFrameList that are a mix of row group frames and column group
frames. AppendFrames is not able to handle this mix.All four of these issues are potentially exploitable. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2012-1952
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-3bx3-fn1g-4kbh |
|
| 2 |
| url |
VCID-4qgz-6wnq-s3b8 |
| vulnerability_id |
VCID-4qgz-6wnq-s3b8 |
| summary |
Mozilla developers identified and fixed several memory safety bugs
in the browser engine used in Firefox and other Mozilla-based
products. Some of these bugs showed evidence of memory corruption
under certain circumstances, and we presume that with enough effort at
least some of these could be exploited to run arbitrary code.In general these flaws cannot be exploited through email in the Thunderbird
and SeaMonkey products because scripting is disabled, but are potentially a risk
in browser or browser-like contexts in those products. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2012-1948
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-4qgz-6wnq-s3b8 |
|
| 3 |
| url |
VCID-ax4n-ycz1-2kfk |
| vulnerability_id |
VCID-ax4n-ycz1-2kfk |
| summary |
Security Researcher Matt McCutchen reported that a
clickjacking attack using the certificate warning page. A man-in-the-middle
(MITM) attacker can use an iframe to display its own certificate error warning
page (about:certerror) with the "Add Exception" button of a real warning page
from a malicious site. This can mislead users to adding a certificate exception
for a different site than the perceived one. This can lead to compromised
communications with the user perceived site through the MITM attack once the
certificate exception has been added. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2012-1964
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-ax4n-ycz1-2kfk |
|
| 4 |
| url |
VCID-dfx3-vhn9-fkbh |
| vulnerability_id |
VCID-dfx3-vhn9-fkbh |
| summary |
Security researcher Bill Keese reported a memory corruption.
This is caused by JSDependentString::undepend changing a dependent string into a
fixed string when there are additional dependent strings relying on the same
base. When the undepend occurs during conversion, the base data is freed,
leaving other dependent strings with dangling pointers. This can lead to a
potentially exploitable crash. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2012-1962
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-dfx3-vhn9-fkbh |
|
| 5 |
| url |
VCID-ermf-rt9s-duhy |
| vulnerability_id |
VCID-ermf-rt9s-duhy |
| summary |
Mozilla developer Bobby Holley found that same-compartment
security wrappers (SCSW) can be bypassed by passing them to another compartment.
Cross-compartment wrappers often do not go through SCSW, but have a filtering
policy built into them. When an object is wrapped cross-compartment, the SCSW is
stripped off and, when the object is read read back, it is not known that SCSW
was previously present, resulting in a bypassing of SCSW. This could result in
untrusted content having access to the XBL that implements browser
functionality. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2012-1959
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-ermf-rt9s-duhy |
|
| 6 |
| url |
VCID-ez55-uvz6-gfh8 |
| vulnerability_id |
VCID-ez55-uvz6-gfh8 |
| summary |
Security researcher Mariusz Mlynski reported an issue with
spoofing of the location property. In this issue, calls to history.forward and
history.back are used to navigate to a site while displaying the previous site
in the addressbar but changing the baseURI to the newer site. This can be used
for phishing by allowing the user to input form or other data on the newer,
attacking, site while appearing to be on the older, displayed site. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2012-1955
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-ez55-uvz6-gfh8 |
|
| 7 |
| url |
VCID-fnqu-d93p-nyht |
| vulnerability_id |
VCID-fnqu-d93p-nyht |
| summary |
Google security researcher Abhishek Arya used the Address
Sanitizer tool to uncover four issues: two use-after-free problems, one out of
bounds read bug, and a bad cast. The first use-after-free problem is caused
when an array of nsSMILTimeValueSpec objects is destroyed but attempts are made
to call into objects in this array later. The second use-after-free problem is
in nsDocument::AdoptNode when it adopts into an empty document and then adopts
into another document, emptying the first one. The heap buffer overflow is in
ElementAnimations when data is read off of end of an array and then pointers are
dereferenced. The bad cast happens when nsTableFrame::InsertFrames is called
with frames in aFrameList that are a mix of row group frames and column group
frames. AppendFrames is not able to handle this mix.All four of these issues are potentially exploitable. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2012-1954
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-fnqu-d93p-nyht |
|
| 8 |
| url |
VCID-g214-2v75-dfd2 |
| vulnerability_id |
VCID-g214-2v75-dfd2 |
| summary |
Security researchers Mario Gomes and Soroush
Dalili reported that since Mozilla allows the pseudo-protocol feed: to prefix any valid URL, it is possible to construct feed:javascript: URLs that will execute scripts in some contexts. On some sites it may be possible to use this to evade output filtering that would otherwise strip javascript: URLs and thus contribute to cross-site scripting (XSS) problems on these sites. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2012-1965
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-g214-2v75-dfd2 |
|
| 9 |
| url |
VCID-gqcx-9dd1-y7ev |
| vulnerability_id |
VCID-gqcx-9dd1-y7ev |
| summary |
Google security researcher Abhishek Arya used the Address
Sanitizer tool to uncover four issues: two use-after-free problems, one out of
bounds read bug, and a bad cast. The first use-after-free problem is caused
when an array of nsSMILTimeValueSpec objects is destroyed but attempts are made
to call into objects in this array later. The second use-after-free problem is
in nsDocument::AdoptNode when it adopts into an empty document and then adopts
into another document, emptying the first one. The heap buffer overflow is in
ElementAnimations when data is read off of end of an array and then pointers are
dereferenced. The bad cast happens when nsTableFrame::InsertFrames is called
with frames in aFrameList that are a mix of row group frames and column group
frames. AppendFrames is not able to handle this mix.All four of these issues are potentially exploitable. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2012-1953
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-gqcx-9dd1-y7ev |
|
| 10 |
| url |
VCID-h3nn-6nww-fubf |
| vulnerability_id |
VCID-h3nn-6nww-fubf |
| summary |
Security researcher Karthikeyan Bhargavan of Prosecco at
INRIA reported Content Security Policy (CSP) 1.0 implementation errors. CSP
violation reports generated by Firefox and sent to the "report-uri" location
include sensitive data within the "blocked-uri" parameter. These include
fragment components and query strings even if the "blocked-uri" parameter has a
different origin than the protected resource. This can be used to retrieve a
user's OAuth 2.0 access tokens and OpenID credentials by malicious sites. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2012-1963
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-h3nn-6nww-fubf |
|
| 11 |
| url |
VCID-jjza-54cz-9kcg |
| vulnerability_id |
VCID-jjza-54cz-9kcg |
| summary |
Mozilla security researcher moz_bug_r_a4 reported a cross-site scripting (XSS) attack through the context menu using a
data: URL. In this issue, context menu functionality ("View Image", "Show only this frame", and "View background image") are disallowed in a javascript: URL but allowed in a data: URL, allowing for XSS. This can lead to arbitrary code execution. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2012-1966
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-jjza-54cz-9kcg |
|
| 12 |
| url |
VCID-kkaz-32r9-4fhc |
| vulnerability_id |
VCID-kkaz-32r9-4fhc |
| summary |
Mozilla security researcher moz_bug_r_a4 reported a
arbitrary code execution attack using a javascript: URL. The Gecko
engine features a JavaScript sandbox utility that allows the browser or add-ons
to safely execute script in the context of a web page. In certain cases,
javascript: URLs are executed in such a sandbox with insufficient
context that can allow those scripts to escape from the sandbox and run with
elevated privilege. This can lead to arbitrary code execution. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2012-1967
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-kkaz-32r9-4fhc |
|
| 13 |
| url |
VCID-pc3m-3w52-9yb1 |
| vulnerability_id |
VCID-pc3m-3w52-9yb1 |
| summary |
Google security researcher Abhishek Arya used the Address
Sanitizer tool to uncover four issues: two use-after-free problems, one out of
bounds read bug, and a bad cast. The first use-after-free problem is caused
when an array of nsSMILTimeValueSpec objects is destroyed but attempts are made
to call into objects in this array later. The second use-after-free problem is
in nsDocument::AdoptNode when it adopts into an empty document and then adopts
into another document, emptying the first one. The heap buffer overflow is in
ElementAnimations when data is read off of end of an array and then pointers are
dereferenced. The bad cast happens when nsTableFrame::InsertFrames is called
with frames in aFrameList that are a mix of row group frames and column group
frames. AppendFrames is not able to handle this mix.All four of these issues are potentially exploitable. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2012-1951
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-pc3m-3w52-9yb1 |
|
| 14 |
| url |
VCID-ps3u-nesw-myaw |
| vulnerability_id |
VCID-ps3u-nesw-myaw |
| summary |
Security researcher Mario Gomes andresearch firm
Code Audit Labs reported a mechanism to short-circuit page
loads through drag and drop to the addressbar by canceling the page load. This
causes the address of the previously site entered to be displayed in the
addressbar instead of the currently loaded page. This could lead to potential
phishing attacks on users. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2012-1950
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-ps3u-nesw-myaw |
|
| 15 |
| url |
VCID-reun-f46b-skb1 |
| vulnerability_id |
VCID-reun-f46b-skb1 |
| summary |
Bugzilla developer Frédéric Buclin reported that the
"X-Frame-Options header is ignored when the value is duplicated,
for example X-Frame-Options: SAMEORIGIN, SAMEORIGIN. This
duplication occurs for unknown reasons on some websites and when it occurs
results in Mozilla browsers not being protected against possible clickjacking
attacks on those pages |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2012-1961
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-reun-f46b-skb1 |
|
| 16 |
| url |
VCID-stqg-mham-5bbj |
| vulnerability_id |
VCID-stqg-mham-5bbj |
| summary |
Security researcher Mario Heiderich reported that javascript
could be executed in the HTML feed-view using <embed> tag
within the RSS <description>. This problem is due to
<embed> tags not being filtered out during parsing and can
lead to a potential cross-site scripting (XSS) attack. The flaw existed in a
parser utility class and could affect other parts of the browser or add-ons
which rely on that class to sanitize untrusted input. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2012-1957
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-stqg-mham-5bbj |
|