Skip to content

Releases: dahlia/fedify

Fedify 1.3.4

20 Jan 16:09
1.3.4
91bd1d7
Compare
Choose a tag to compare

Released on January 21, 2025.

  • Fixed several security vulnerabilities of the lookupWebFinger() function. [CVE-2025-23221]

    • Fixed a security vulnerability where the lookupWebFinger() function had followed the infinite number of redirects, which could lead to a denial of service attack. Now it follows up to 5 redirects.

    • Fixed a security vulnerability where the lookupWebFinger() function had followed the redirects to other than the HTTP/HTTPS schemes, which could lead to a security breach. Now it follows only the same scheme as the original request.

    • Fixed a security vulnerability where the lookupWebFinger() function had followed the redirects to the private network addresses, which could lead to a SSRF attack. Now it follows only the public network addresses.

Fedify 1.2.11

20 Jan 16:04
1.2.11
d47268b
Compare
Choose a tag to compare

Released on January 21, 2025.

  • Fixed several security vulnerabilities of the lookupWebFinger() function. [CVE-2025-23221]

    • Fixed a security vulnerability where the lookupWebFinger() function had followed the infinite number of redirects, which could lead to a denial of service attack. Now it follows up to 5 redirects.

    • Fixed a security vulnerability where the lookupWebFinger() function had followed the redirects to other than the HTTP/HTTPS schemes, which could lead to a security breach. Now it follows only the same scheme as the original request.

    • Fixed a security vulnerability where the lookupWebFinger() function had followed the redirects to the private network addresses, which could lead to a SSRF attack. Now it follows only the public network addresses.

Fedify 1.1.11

20 Jan 16:01
1.1.11
e06d873
Compare
Choose a tag to compare

Released on January 21, 2025.

  • Fixed several security vulnerabilities of the lookupWebFinger() function. [CVE-2025-23221]

    • Fixed a security vulnerability where the lookupWebFinger() function had followed the infinite number of redirects, which could lead to a denial of service attack. Now it follows up to 5 redirects.

    • Fixed a security vulnerability where the lookupWebFinger() function had followed the redirects to other than the HTTP/HTTPS schemes, which could lead to a security breach. Now it follows only the same scheme as the original request.

    • Fixed a security vulnerability where the lookupWebFinger() function had followed the redirects to the private network addresses, which could lead to a SSRF attack. Now it follows only the public network addresses.

Fedify 1.0.14

20 Jan 15:54
1.0.14
fbfe4e1
Compare
Choose a tag to compare

Released on January 21, 2025.

  • Fixed several security vulnerabilities of the lookupWebFinger() function. [CVE-2025-23221]

    • Fixed a security vulnerability where the lookupWebFinger() function had followed the infinite number of redirects, which could lead to a denial of service attack. Now it follows up to 5 redirects.

    • Fixed a security vulnerability where the lookupWebFinger() function had followed the redirects to other than the HTTP/HTTPS schemes, which could lead to a security breach. Now it follows only the same scheme as the original request.

    • Fixed a security vulnerability where the lookupWebFinger() function had followed the redirects to the private network addresses, which could lead to a SSRF attack. Now it follows only the public network addresses.

Fedify 1.3.3

30 Dec 14:57
1.3.3
4193682
Compare
Choose a tag to compare

Released on December 30, 2024.

Fedify 1.3.2

18 Dec 09:21
1.3.2
4e5f831
Compare
Choose a tag to compare

Released on December 18, 2024.

  • Fixed the default document loader to handle the Link header with incorrect syntax. [#196]

Fedify 1.2.10

18 Dec 09:17
1.2.10
2155b89
Compare
Choose a tag to compare

Released on December 18, 2024.

  • Fixed the default document loader to handle the Link header with incorrect syntax. [#196]

Fedify 1.1.10

18 Dec 09:13
1.1.10
909fbd6
Compare
Choose a tag to compare

Released on December 18, 2024.

  • Fixed the default document loader to handle the Link header with incorrect syntax. [#196]

Fedify 1.0.13

18 Dec 09:07
1.0.13
12576b1
Compare
Choose a tag to compare

Released on December 18, 2024.

  • Fixed the default document loader to handle the Link header with incorrect syntax. [#196]

Fedify 1.3.1

11 Dec 09:30
1.3.1
befb38d
Compare
Choose a tag to compare

Released on December 11, 2024.

  • Fixed idempotence check in inbox listeners to ensure activities for different origins are processed correctly.