Skip to content

Commit

Permalink
Merge pull request #2479 from matrix-org/dg/update-hof
Browse files Browse the repository at this point in the history
Add entries to Security Hall of Fame
  • Loading branch information
dkasak committed Sep 13, 2024
2 parents 4c56a75 + 15e8fd6 commit e7d4b44
Showing 1 changed file with 37 additions and 1 deletion.
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

0 comments on commit e7d4b44

Please sign in to comment.