Sensitive Cookie in HTTPS Session Without "Secure" Attribute Affecting taipy package, versions [0,4.0.0)


Severity

Recommended
0.0
medium
0
10

CVSS assessment made by Snyk's Security Team. Learn more

Threat Intelligence

Exploit Maturity
Proof of concept
EPSS
0.05% (19th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-PYTHON-TAIPY-7840536
  • published28 Aug 2024
  • disclosed27 Aug 2024
  • creditmbiesiad

Introduced: 27 Aug 2024

CVE-2024-47833  (opens in a new tab)
CWE-614  (opens in a new tab)

How to fix?

Upgrade taipy to version 4.0.0 or higher.

Overview

taipy is an A 360° open-source platform from Python pilots to production-ready web apps.

Affected versions of this package are vulnerable to Sensitive Cookie in HTTPS Session Without "Secure" Attribute due to the improper setting of security flags on session cookies. An attacker can intercept or tamper with the cookie over insecure connections by exploiting the lack of Secure and HttpOnly flags.

Workaround

It is possible to add Secure and HTTPOnly flags for cookies.

Example:

document.cookie = tprh=${tprh};path=/;Secure;HttpOnly;;

References

CVSS Scores

version 4.0
version 3.1