mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
19 lines
976 B
Markdown
19 lines
976 B
Markdown
### [CVE-2021-31400](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-31400)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
An issue was discovered in tcp_pulloutofband() in tcp_in.c in HCC embedded InterNiche 4.0.1. The TCP out-of-band urgent-data processing function invokes a panic function if the pointer to the end of the out-of-band data points outside of the TCP segment's data. If the panic function hadn't a trap invocation removed, it will enter an infinite loop and therefore cause DoS (continuous loop or a device reset).
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.forescout.com/blog/new-critical-operational-technology-vulnerabilities-found-on-nichestack/
|
|
- https://www.kb.cert.org/vuls/id/608209
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|