Skip to content

Uncaught Exception processing HTTP Headers in SurrealDB

High severity GitHub Reviewed Published Jan 17, 2024 in surrealdb/surrealdb

Package

cargo surrealdb (Rust)

Affected versions

< 1.1.0

Patched versions

1.1.0

Description

The ID, DB and NS headers accepted by the SurrealDB HTTP REST API would fail to parse when containing some special characters. This would cause a panic which would crash the SurrealDB server, leading to denial of service.

This issue only affects the SurrealDB binary; it does not affect the SurrealDB library.

Impact

An unauthenticated client may issue an HTTP request to the SurrealDB HTTP REST API containing one of the affected headers with values containing special characters in order to crash the SurrealDB server. This does not require the SurrealDB server to be running with any specific capabilities other than exposing the affected interface.

Patches

  • Version 1.1.0 and later are not affected by this issue.

Workarounds

Concerned users unable to update may want to limit untrusted access to the SurrealDB HTTP REST API unless such access is required by the application. To limit the impact of the denial of service, SurrealDB administrators may also want to ensure that the SurrealDB process is running so that it can be automatically re-started after a crash.

References

References

@gguillemas gguillemas published to surrealdb/surrealdb Jan 17, 2024
Published to the GitHub Advisory Database Jan 18, 2024
Reviewed Jan 18, 2024

Severity

High
7.5
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Weaknesses

No CWEs

CVE ID

No known CVE

GHSA ID

GHSA-m24x-r6q3-2vp9

Source code

Credits

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.