Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2022-4581: Sanitize HTML to prevent XSS attacks · 1j01/mind-map@9617e60

A vulnerability was found in 1j01 mind-map and classified as problematic. This issue affects some unknown processing of the file app.coffee. The manipulation of the argument html leads to cross site scripting. The attack may be initiated remotely. The name of the patch is 9617e6084dfeccd92079ab4d7f439300a4b24394. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-216167.

CVE
#xss#vulnerability#google#js#auth

@@ -13,7 +13,8 @@ import { initializeApp } from "https://www.gstatic.com/firebasejs/9.9.2/firebase-app.js"; import { getAuth, onAuthStateChanged, signInWithPopup, GoogleAuthProvider } from "https://www.gstatic.com/firebasejs/9.9.2/firebase-auth.js"; import { getDatabase, ref, set, push, remove, runTransaction, child, onValue, onChildAdded, onDisconnect } from "https://www.gstatic.com/firebasejs/9.9.2/firebase-database.js";
import DOMPurify from "./lib/purify.es.js";
const firebaseConfig = { apiKey: "AIzaSyAz_Pu0oWNJjqYrB5AFrMp6Jv-eHcX4ngk", authDomain: "mind-map.firebaseapp.com", @@ -40,6 +41,7 @@ window.onValue = onValue; window.onChildAdded = onChildAdded; window.onDisconnect = onDisconnect; window.DOMPurify = DOMPurify; </script> <script src="lib/jquery.js"></script> <script src="lib/coffeescript.js"></script>

CVE: Latest News

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