Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GHSA-fvx8-v524-8579] Cleartext Storage of Sensitive Information #496

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"schema_version": "1.2.0",
"id": "GHSA-fvx8-v524-8579",
"modified": "2021-05-17T21:40:19Z",
"modified": "2022-07-09T20:04:18Z",
"published": "2021-06-04T21:46:52Z",
"aliases": [
"CVE-2020-17495"
],
"summary": "Cleartext Storage of Sensitive Information",
"details": "django-celery-results through 1.2.1 stores task results in the database. Among the data it stores are the variables passed into the tasks. The variables may contain sensitive cleartext information that does not belong unencrypted in the database.",
"details": "django-celery-results through 1.2.1 stores task results in the database. Among the data it stores are the variables passed into the tasks. The variables may contain sensitive cleartext information that does not belong unencrypted in the database.\n\nIn version 2.4.0 this is no longer the default behaviour but can be re-enabled with the `result_extended` flag in which case care should be taken to ensure any sensitive variables are scrubbed - see [here](https://github.com/celery/django-celery-results/issues/154#issuecomment-734706270) for an example.\n\n",
"severity": [
{
"type": "CVSS_V3",
Expand All @@ -26,6 +26,9 @@
"events": [
{
"introduced": "0"
},
{
"fixed": "2.4.0"
}
]
}
Expand All @@ -43,6 +46,14 @@
{
"type": "WEB",
"url": "https://github.com/celery/django-celery-results/issues/142"
},
{
"type": "WEB",
"url": "https://github.com/celery/django-celery-results/pull/316"
},
{
"type": "WEB",
"url": "https://github.com/celery/django-celery-results/issues/154#issuecomment-734706270"
}
],
"database_specific": {
Expand Down