Headline
CVE-2022-44954: Stored Cross Site Scripting Vulnerability Bypass filter on "Contacts" feature in webtareas 2.4p5 · Issue #10 · anhdq201/webtareas
webtareas 2.4p5 was discovered to contain a cross-site scripting (XSS) vulnerability in the component /contacts/listcontacts.php. This vulnerability allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Last Name field after clicking "Add".
Version: 2.4p5****Description
An authenticated malicious user can take advantage of a Stored XSS vulnerability in the “Contacts” feature.
Proof of Concept******Step 1: Go to "/contacts/listcontacts.php?", click “Add” and insert payload “<details/open/ontoggle=alert(document.cookie)>” in “Last Name” field.**********Step 2:** Alert XSS Message********Impact**
If an attacker can control a script that is executed in the victim’s browser, then they can typically fully compromise that user.