| 0 |
| url |
VCID-5q44-hdc9-tqb1 |
| vulnerability_id |
VCID-5q44-hdc9-tqb1 |
| summary |
Security researcher Christian Holler reported that
the JavaScript engine's internal mapping of string values contained an
error in cases where the number of values being stored was above 64K.
In such cases an offset pointer was manually moved forwards and
backwards to access the larger address space. If an exception was
thrown between the time that the offset pointer was moved forward and
the time it was reset, then the exception object would be read from an
invalid memory address, potentially executing attacker-controlled
memory. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2011-0056
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-5q44-hdc9-tqb1 |
|
| 1 |
| url |
VCID-5vwk-nwpu-gfhw |
| vulnerability_id |
VCID-5vwk-nwpu-gfhw |
| 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. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2011-0062
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-5vwk-nwpu-gfhw |
|
| 2 |
| url |
VCID-61aa-8jww-jbb5 |
| vulnerability_id |
VCID-61aa-8jww-jbb5 |
| summary |
Security researcher Jordi Chancel reported that a
JPEG image could be constructed that would be decoded incorrectly,
causing data to be written past the end of a buffer created to store
the image. An attacker could potentially craft such an image that
would cause malicious code to be stored in memory and then later
executed on a victim's computer.Firefox 3.5 was not affected by this issue. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2011-0061
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-61aa-8jww-jbb5 |
|
| 3 |
| url |
VCID-9xyn-fzdn-3qen |
| vulnerability_id |
VCID-9xyn-fzdn-3qen |
| summary |
Security researcher Zach Hoffman reported that a
recursive call to eval() wrapped in
a try/catch statement places the browser into a
inconsistent state. Any dialog box opened in this state is displayed
without text and with non-functioning buttons. Closing the window
causes the dialog to evaluate to true. An attacker could use this
issue to force a user into accepting any dialog, such as one granting
elevated privileges to the page presenting the dialog. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2011-0051
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-9xyn-fzdn-3qen |
|
| 4 |
| url |
VCID-desa-fpt9-8qaa |
| vulnerability_id |
VCID-desa-fpt9-8qaa |
| summary |
Security researcher regenrecht reported via
TippingPoint's Zero Day Initiative that a method used
by JSON.stringify contained a use-after-free error in
which a currently in-use pointer was freed and subsequently
dereferenced. This could lead to arbitrary code execution if an
attacker was able to store malicious code in the freed section of
memory.Mozilla developer Igor Bukanov also independently
discovered and reported this issue two weeks after the initial
report was received. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2011-0055
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-desa-fpt9-8qaa |
|
| 5 |
| url |
VCID-f5qs-usvq-7ygn |
| vulnerability_id |
VCID-f5qs-usvq-7ygn |
| summary |
Security researcher Roberto Suggi Liverani
reported that ParanoidFragmentSink, a class used to
sanitize potentially unsafe HTML for display,
allows javascript: URLs and other inline JavaScript when
the embedding document is a chrome document. While there are no
unsafe uses of this class in any released products, extension code
could have potentially used it in an unsafe manner. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2010-1585
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-f5qs-usvq-7ygn |
|
| 6 |
| url |
VCID-fkcd-dn21-k3aa |
| vulnerability_id |
VCID-fkcd-dn21-k3aa |
| summary |
Alex Miller reported that when very long strings
were constructed and inserted into an HTML document, the browser would
incorrectly construct the layout objects used to display the text.
Under such conditions an incorrect length would be calculated for a
text run resulting in too small of a memory buffer being allocated to
store the text. This issue could be used by an attacker to write data
past the end of the buffer and execute malicious code on a victim's
computer. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2011-0058
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-fkcd-dn21-k3aa |
|
| 7 |
| url |
VCID-hdy1-ad14-9bdr |
| vulnerability_id |
VCID-hdy1-ad14-9bdr |
| summary |
Daniel Kozlowski reported that a
JavaScript Worker could be used to keep a reference to an
object that could be freed during garbage collection. Subsequent
calls through this deleted reference could cause attacker-controlled
memory to be executed on a victim's computer. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2011-0057
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-hdy1-ad14-9bdr |
|
| 8 |
| url |
VCID-knur-edxh-4ydw |
| vulnerability_id |
VCID-knur-edxh-4ydw |
| summary |
Independent security researcher Kuza55 and
Microsoft security researcher Tom Gallagher reported
that when plugin-initiated requests receive a 307 redirect response,
the plugin is not notified and the request is forwarded to the new
location. This is true even for cross-site redirects, so any custom
headers that were added as part of the initial request would be
forwarded intact across origins. This poses a CSRF risk for web
applications that rely on custom headers only being present in
requests from their own origin. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2011-0059
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-knur-edxh-4ydw |
|
| 9 |
| url |
VCID-tguh-s9wb-buey |
| vulnerability_id |
VCID-tguh-s9wb-buey |
| 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. |
| references |
| 0 |
|
| 1 |
|
| 2 |
|
| 3 |
|
| 4 |
|
| 5 |
|
| 6 |
|
| 7 |
|
| 8 |
|
| 9 |
|
| 10 |
|
| 11 |
|
| 12 |
|
|
| fixed_packages |
|
| aliases |
CVE-2011-0053
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-tguh-s9wb-buey |
|
| 10 |
| url |
VCID-vjbh-dhuh-cyaj |
| vulnerability_id |
VCID-vjbh-dhuh-cyaj |
| summary |
Security researcher Christian Holler reported that
the JavaScript engine's internal memory mapping of non-local JS
variables contained a buffer overflow which could potentially be used
by an attacker to run arbitrary code on a victim's computer. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2011-0054
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-vjbh-dhuh-cyaj |
|