{"api_version":"1","generated_at":"2026-04-23T07:00:55+00:00","cve":"CVE-2021-29430","urls":{"html":"https://cve.report/CVE-2021-29430","api":"https://cve.report/api/cve/CVE-2021-29430.json","docs":"https://cve.report/api","cve_org":"https://www.cve.org/CVERecord?id=CVE-2021-29430","nvd":"https://nvd.nist.gov/vuln/detail/CVE-2021-29430"},"summary":{"title":"CVE-2021-29430","description":"Sydent is a reference Matrix identity server. Sydent does not limit the size of requests it receives from HTTP clients. A malicious user could send an HTTP request with a very large body, leading to memory exhaustion and denial of service. Sydent also does not limit response size for requests it makes to remote Matrix homeservers. A malicious homeserver could return a very large response, again leading to memory exhaustion and denial of service. This affects any server which accepts registration requests from untrusted clients. This issue has been patched by releases 89071a1, 0523511, f56eee3. As a workaround request sizes can be limited in an HTTP reverse-proxy. There are no known workarounds for the problem with overlarge responses.","state":"PUBLIC","assigner":"security-advisories@github.com","published_at":"2021-04-15 21:15:00","updated_at":"2022-08-03 10:13:00"},"problem_types":["CWE-770"],"metrics":[],"references":[{"url":"https://github.com/matrix-org/sydent/releases/tag/v2.3.0","name":"https://github.com/matrix-org/sydent/releases/tag/v2.3.0","refsource":"MISC","tags":[],"title":"Release Sydent 2.3.0 (2021-04-15) · matrix-org/sydent · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"404"},{"url":"https://pypi.org/project/matrix-sydent/","name":"https://pypi.org/project/matrix-sydent/","refsource":"MISC","tags":[],"title":"matrix-sydent · PyPI","mime":"text/html","httpstatus":"200","archivestatus":"404"},{"url":"https://github.com/matrix-org/sydent/commit/f56eee315b6c44fdd9f6aa785cc2ec744a594428","name":"https://github.com/matrix-org/sydent/commit/f56eee315b6c44fdd9f6aa785cc2ec744a594428","refsource":"MISC","tags":[],"title":"Add max size for other HTTP calls. · matrix-org/sydent@f56eee3 · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"404"},{"url":"https://github.com/matrix-org/sydent/commit/0523511d2fb40f2738f8a8549868f44b96e5dab7","name":"https://github.com/matrix-org/sydent/commit/0523511d2fb40f2738f8a8549868f44b96e5dab7","refsource":"MISC","tags":[],"title":"Limit the size of .well-known lookups. · matrix-org/sydent@0523511 · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"404"},{"url":"https://github.com/matrix-org/sydent/security/advisories/GHSA-wmg4-8cp2-hpg9","name":"https://github.com/matrix-org/sydent/security/advisories/GHSA-wmg4-8cp2-hpg9","refsource":"CONFIRM","tags":[],"title":"Denial of service attack via disk space or memory exhaustion · Advisory · matrix-org/sydent · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"404"},{"url":"https://github.com/matrix-org/sydent/commit/89071a1a754c69a50deac89e6bb74002d4cda19d","name":"https://github.com/matrix-org/sydent/commit/89071a1a754c69a50deac89e6bb74002d4cda19d","refsource":"MISC","tags":[],"title":"Limit maximum request size. · matrix-org/sydent@89071a1 · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"404"},{"url":"https://www.cve.org/CVERecord?id=CVE-2021-29430","name":"CVE Program record","refsource":"CVE.ORG","tags":["canonical"]},{"url":"https://nvd.nist.gov/vuln/detail/CVE-2021-29430","name":"NVD vulnerability detail","refsource":"NVD","tags":["canonical","analysis"]}],"affected":[],"timeline":[],"solutions":[],"workarounds":[],"exploits":[],"credits":[],"nvd_cpes":[{"cve_year":"2021","cve_id":"29430","vulnerable":"1","versionEndIncluding":"","cpe1":"cpe","cpe2":"2.3","cpe3":"a","cpe4":"matrix","cpe5":"sydent","cpe6":"*","cpe7":"*","cpe8":"*","cpe9":"*","cpe10":"*","cpe11":"*","cpe12":"*","cpe13":"*"}],"vendor_comments":[],"enrichments":{"kev":null,"epss":null,"legacy_qids":[{"cve":"CVE-2021-29430","qid":"982748","title":"Python (pip) Security Update for matrix-sydent (GHSA-wmg4-8cp2-hpg9)"}]},"source_records":{"cve_program":{"CVE_data_meta":{"ASSIGNER":"security-advisories@github.com","ID":"CVE-2021-29430","STATE":"PUBLIC","TITLE":"Denial of service attack via memory exhaustion"},"affects":{"vendor":{"vendor_data":[{"product":{"product_data":[{"product_name":"sydent","version":{"version_data":[{"version_value":"< 2.3.0"}]}}]},"vendor_name":"matrix-org"}]}},"data_format":"MITRE","data_type":"CVE","data_version":"4.0","description":{"description_data":[{"lang":"eng","value":"Sydent is a reference Matrix identity server. Sydent does not limit the size of requests it receives from HTTP clients. A malicious user could send an HTTP request with a very large body, leading to memory exhaustion and denial of service. Sydent also does not limit response size for requests it makes to remote Matrix homeservers. A malicious homeserver could return a very large response, again leading to memory exhaustion and denial of service. This affects any server which accepts registration requests from untrusted clients. This issue has been patched by releases 89071a1, 0523511, f56eee3. As a workaround request sizes can be limited in an HTTP reverse-proxy. There are no known workarounds for the problem with overlarge responses."}]},"impact":{"cvss":{"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"}},"problemtype":{"problemtype_data":[{"description":[{"lang":"eng","value":"{\"CWE-20\":\"Improper Input Validation\"}"}]},{"description":[{"lang":"eng","value":"CWE-400 Uncontrolled Resource Consumption"}]}]},"references":{"reference_data":[{"name":"https://pypi.org/project/matrix-sydent/","refsource":"MISC","url":"https://pypi.org/project/matrix-sydent/"},{"name":"https://github.com/matrix-org/sydent/security/advisories/GHSA-wmg4-8cp2-hpg9","refsource":"CONFIRM","url":"https://github.com/matrix-org/sydent/security/advisories/GHSA-wmg4-8cp2-hpg9"},{"name":"https://github.com/matrix-org/sydent/commit/89071a1a754c69a50deac89e6bb74002d4cda19d","refsource":"MISC","url":"https://github.com/matrix-org/sydent/commit/89071a1a754c69a50deac89e6bb74002d4cda19d"},{"name":"https://github.com/matrix-org/sydent/commit/0523511d2fb40f2738f8a8549868f44b96e5dab7","refsource":"MISC","url":"https://github.com/matrix-org/sydent/commit/0523511d2fb40f2738f8a8549868f44b96e5dab7"},{"name":"https://github.com/matrix-org/sydent/commit/f56eee315b6c44fdd9f6aa785cc2ec744a594428","refsource":"MISC","url":"https://github.com/matrix-org/sydent/commit/f56eee315b6c44fdd9f6aa785cc2ec744a594428"},{"name":"https://github.com/matrix-org/sydent/releases/tag/v2.3.0","refsource":"MISC","url":"https://github.com/matrix-org/sydent/releases/tag/v2.3.0"}]},"source":{"advisory":"GHSA-wmg4-8cp2-hpg9","discovery":"UNKNOWN"}},"nvd":{"publishedDate":"2021-04-15 21:15:00","lastModifiedDate":"2022-08-03 10:13:00","problem_types":["CWE-770"],"metrics":{"baseMetricV3":{"cvssV3":{"version":"3.1","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","attackVector":"NETWORK","attackComplexity":"LOW","privilegesRequired":"NONE","userInteraction":"NONE","scope":"UNCHANGED","confidentialityImpact":"NONE","integrityImpact":"NONE","availabilityImpact":"HIGH","baseScore":7.5,"baseSeverity":"HIGH"},"exploitabilityScore":3.9,"impactScore":3.6},"baseMetricV2":{"cvssV2":{"version":"2.0","vectorString":"AV:N/AC:L/Au:N/C:N/I:N/A:P","accessVector":"NETWORK","accessComplexity":"LOW","authentication":"NONE","confidentialityImpact":"NONE","integrityImpact":"NONE","availabilityImpact":"PARTIAL","baseScore":5},"severity":"MEDIUM","exploitabilityScore":10,"impactScore":2.9,"acInsufInfo":false,"obtainAllPrivilege":false,"obtainUserPrivilege":false,"obtainOtherPrivilege":false,"userInteractionRequired":false}},"configurations":{"CVE_data_version":"4.0","nodes":[{"operator":"OR","children":[],"cpe_match":[{"vulnerable":true,"cpe23Uri":"cpe:2.3:a:matrix:sydent:*:*:*:*:*:*:*:*","versionEndExcluding":"2.3.0","cpe_name":[]}]}]}},"legacy_mitre":{"record":{"CveYear":"2021","CveId":"29430","Ordinal":"204634","Title":"CVE-2021-29430","CVE":"CVE-2021-29430","Year":"2021"},"notes":[{"CveYear":"2021","CveId":"29430","Ordinal":"1","NoteData":"Sydent is a reference Matrix identity server. Sydent does not limit the size of requests it receives from HTTP clients. A malicious user could send an HTTP request with a very large body, leading to memory exhaustion and denial of service. Sydent also does not limit response size for requests it makes to remote Matrix homeservers. A malicious homeserver could return a very large response, again leading to memory exhaustion and denial of service. This affects any server which accepts registration requests from untrusted clients. This issue has been patched by releases 89071a1, 0523511, f56eee3. As a workaround request sizes can be limited in an HTTP reverse-proxy. There are no known workarounds for the problem with overlarge responses.","Type":"Description","Title":null},{"CveYear":"2021","CveId":"29430","Ordinal":"2","NoteData":"2021-04-15","Type":"Other","Title":"Published"},{"CveYear":"2021","CveId":"29430","Ordinal":"3","NoteData":"2021-04-15","Type":"Other","Title":"Modified"}]}}}