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

Add entries to Security Hall of Fame #2479

Merged
merged 6 commits into from
Sep 13, 2024
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
38 changes: 37 additions & 1 deletion content/security-hall-of-fame/findings.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
[[findings]]
date = "2024-05-26"
reporter.name = "Charlotte"
reporter.link = "https://github.com/DarkKirb"
summary = """
Found room URL preview settings were controllable by the homeserver.
"""
project = "Matrix React SDK"

[[findings]]
date = "2024-05-26"
reporter.name = "morguldir"
reporter.link = "https://github.com/morguldir"
summary = """
Discovered a way to freeze clients using the Matrix JS SDK by crafting a room with itself as its predecessor ([CVE-2024-42369](https://www.cve.org/CVERecord?id=CVE-2024-42369) / [GHSA-vhr5-g3pm-49fm](https://github.com/matrix-org/matrix-js-sdk/security/advisories/GHSA-vhr5-g3pm-49fm)).
"""
project = "Matrix JS SDK"

[[findings]]
date = "2024-04-25"
reporter.name = "Johannes Marbach"
reporter.link = "https://github.com/Johennes"
summary = """
Identified a method to supply arbitrary parameter to sonar-scanner.
"""
project = "matrix-org/sonarcloud-workflow-action"

[[findings]]
date = "2023-06-20"
reporter.name = "Alexey Shchepin"
reporter.link = "https://github.com/alexeyshch"
summary = """
Discovered that weakness in auth chain indexing allowed DoS from remote room members through disk fill and high CPU usage ([CVE-2024-31208](https://www.cve.org/CVERecord?id=CVE-2024-31208) / [GHSA-3h7q-rfh9-xm4v](https://github.com/element-hq/synapse/security/advisories/GHSA-3h7q-rfh9-xm4v)).
"""
project = "Synapse"

[[findings]]
date = "2023-07-31"
reporter.name = "Martin Schobert, Pentagrid AG"
Expand Down Expand Up @@ -32,7 +68,7 @@ project = "Synapse"
[[findings]]
date = "2023-04-25"
reporter.name = "S1m"
reporter.link = "https://github.com/p1gp1g/"
reporter.link = "https://github.com/p1gp1g"
summary = """
Discovered an XSS vector for
[CVE-2023-30609](https://nvd.nist.gov/vuln/detail/CVE-2023-30609)/
Expand Down