CVE-2024-1004
published 2024-01-29CVE-2024-1004: A vulnerability, which was classified as critical, was found in Totolink N200RE 9.3.5u.6139_B20201216. This affects the function loginAuth of the file…
PriorityP355high7.2CVSS 3.1
AVNACLPRHUINSUCHIHAH
EPSS
1.28%
66.9th percentile
A vulnerability, which was classified as critical, was found in Totolink N200RE 9.3.5u.6139_B20201216. This affects the function loginAuth of the file /cgi-bin/cstecgi.cgi. The manipulation of the argument http_host leads to stack-based buffer overflow. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. The identifier VDB-252273 was assigned to this vulnerability. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.
Affected
3 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| avaiga | taipy | >= 0 < 4.0.0 | 4.0.0 |
| totolink | n200re | — | — |
| totolink | n200re_firmware | — | — |
CVSS provenance
nvdv3.17.2HIGHCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
nvdv2.08.3HIGHAV:N/AC:L/Au:M/C:C/I:C/A:C
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
Taipy has a Session Cookie without Secure and HTTPOnly flags
ghsa·2024-08-27
CVE-2024-47833 [MEDIUM] CWE-1004 Taipy has a Session Cookie without Secure and HTTPOnly flags
Taipy has a Session Cookie without Secure and HTTPOnly flags
### Summary
Session cookie is without Secure and HTTPOnly flags.
### Details
Please take a look at this part of code (PoC screenshot) or check code directly (provided in Occurrences section below)
**Occurrences**:
https://github.com/Avaiga/taipy/blob/develop/frontend/taipy-gui/src/components/Taipy/Navigate.tsx#L67
**Proposed remediation:** add Secure and HTTPOnly flags for cookies.
It could be like this:
document.cookie = `tprh=${tprh};path=/;Secure;HttpOnly;`;
### PoC
**Screenshot**:
### Impact
**Secure**: This flag indicates that the cookie should only be sent over secure HTTPS connections. Without this flag, the cookie will be sent over both HTTP and HTTPS connections, which could expose it to interception or tamperin
GHSA
GHSA-8vhj-m4qr-2chr: A vulnerability, which was classified as critical, was found in Totolink N200RE 9
ghsa_unreviewed·2024-01-29
CVE-2024-1004 [HIGH] CWE-121 GHSA-8vhj-m4qr-2chr: A vulnerability, which was classified as critical, was found in Totolink N200RE 9
A vulnerability, which was classified as critical, was found in Totolink N200RE 9.3.5u.6139_B20201216. This affects the function loginAuth of the file /cgi-bin/cstecgi.cgi. The manipulation of the argument http_host leads to stack-based buffer overflow. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. The identifier VDB-252273 was assigned to this vulnerability. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
https://jylsec.notion.site/TOTOLINK-N200RE-has-stack-buffer-overflow-vulnerability-in-loginAuth-cbde48da404049328cb698394b6c0641?pvs=4https://vuldb.com/?ctiid.252273https://vuldb.com/?id.252273https://jylsec.notion.site/TOTOLINK-N200RE-has-stack-buffer-overflow-vulnerability-in-loginAuth-cbde48da404049328cb698394b6c0641?pvs=4https://vuldb.com/?ctiid.252273https://vuldb.com/?id.252273
2024-01-29
Published