-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 1 new CVEs: CVE-2024-28865 - 0 updated CVEs:
- Loading branch information
cvelistV5 Github Action
committed
Mar 18, 2024
1 parent
9a0d022
commit a81e67e
Showing
3 changed files
with
111 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
{ | ||
"dataType": "CVE_RECORD", | ||
"dataVersion": "5.0", | ||
"cveMetadata": { | ||
"cveId": "CVE-2024-28865", | ||
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", | ||
"state": "PUBLISHED", | ||
"assignerShortName": "GitHub_M", | ||
"dateReserved": "2024-03-11T22:45:07.687Z", | ||
"datePublished": "2024-03-18T21:53:59.877Z", | ||
"dateUpdated": "2024-03-18T21:53:59.877Z" | ||
}, | ||
"containers": { | ||
"cna": { | ||
"title": "django-wiki denial of service via regular expression", | ||
"problemTypes": [ | ||
{ | ||
"descriptions": [ | ||
{ | ||
"cweId": "CWE-1333", | ||
"lang": "en", | ||
"description": "CWE-1333: Inefficient Regular Expression Complexity", | ||
"type": "CWE" | ||
} | ||
] | ||
} | ||
], | ||
"metrics": [ | ||
{ | ||
"cvssV3_1": { | ||
"attackComplexity": "LOW", | ||
"attackVector": "NETWORK", | ||
"availabilityImpact": "HIGH", | ||
"baseScore": 7.5, | ||
"baseSeverity": "HIGH", | ||
"confidentialityImpact": "NONE", | ||
"integrityImpact": "NONE", | ||
"privilegesRequired": "NONE", | ||
"scope": "UNCHANGED", | ||
"userInteraction": "NONE", | ||
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", | ||
"version": "3.1" | ||
} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"name": "https://github.com/django-wiki/django-wiki/security/advisories/GHSA-wj85-w4f4-xh8h", | ||
"tags": [ | ||
"x_refsource_CONFIRM" | ||
], | ||
"url": "https://github.com/django-wiki/django-wiki/security/advisories/GHSA-wj85-w4f4-xh8h" | ||
}, | ||
{ | ||
"name": "https://github.com/django-wiki/django-wiki/commit/8e280fd6c0bd27ce847c67b2d216c6cbf920f88c", | ||
"tags": [ | ||
"x_refsource_MISC" | ||
], | ||
"url": "https://github.com/django-wiki/django-wiki/commit/8e280fd6c0bd27ce847c67b2d216c6cbf920f88c" | ||
} | ||
], | ||
"affected": [ | ||
{ | ||
"vendor": "django-wiki", | ||
"product": "django-wiki", | ||
"versions": [ | ||
{ | ||
"version": "< 0.10.1", | ||
"status": "affected" | ||
} | ||
] | ||
} | ||
], | ||
"providerMetadata": { | ||
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", | ||
"shortName": "GitHub_M", | ||
"dateUpdated": "2024-03-18T21:53:59.877Z" | ||
}, | ||
"descriptions": [ | ||
{ | ||
"lang": "en", | ||
"value": "django-wiki is a wiki system for Django. Installations of django-wiki prior to version 0.10.1 are vulnerable to maliciously crafted article content that can cause severe use of server CPU through a regular expression loop. Version 0.10.1 fixes this issue. As a workaround, close off access to create and edit articles by anonymous users." | ||
} | ||
], | ||
"source": { | ||
"advisory": "GHSA-wj85-w4f4-xh8h", | ||
"discovery": "UNKNOWN" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters