↵ Return to the main page of proftpd-devel
View build
Search for updates
Package Info (Data from x86_64 build)
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
| Date | Author | Change |
|---|---|---|
| 2026-04-29 | Paul Howarth <paul at city dash fan dot org> - 1.3.8d-2 | - Fix potential SQL injection via mod_sql (CVE-2026-42167) - https://github.com/proftpd/proftpd/issues/2052 |
| 2025-03-18 | Paul Howarth <paul at city dash fan dot org> - 1.3.8d-1 | - Update to 1.3.8d - Use of HideNoAccess for SFTP sessions can lead to segfault and/or unexpected behaviour (GH#1855) - SFTP channel allocations can lead to high memory utilization over time (GH#1876) - Avoid NULL pointer dereferences in mod_ls (GH#1866, CVE-2024-57392) |
| 2025-02-13 | Paul Howarth <paul at city dash fan dot org> - 1.3.8c-2 | - Avoid NULL pointer dereferences in mod_ls (CVE-2024-57392) - https://github.com/proftpd/proftpd/issues/1866 |
| 2024-12-12 | Paul Howarth <paul at city dash fan dot org> - 1.3.8c-1 | - Update to 1.3.8c - Using FTPS after upgrading from 1.3.8a to 1.3.8b lead to crash (GH#1770) - Bad handling of lack of extended attributes lead to SFTP out of memory error (GH#1785) - mod_sftp_sql logged "header value too long" due to unexpected key header text (GH#1529) - SSH ECDSA host key algorithms were not used as expected despite configuring appropriate key (GH#1839) - RADIUS Message-Authenticator verification failed with ProFTPD mod_radius (GH#1840) - Supplemental group inheritance granted unintended access to GID 0 due to lack of supplemental groups from mod_sql (GH#1830) |
| 2024-11-19 | Paul Howarth <paul at city dash fan dot org> - 1.3.8b-4 | - Fix RADIUS Message-Authenticator verification in mod_radius - https://github.com/proftpd/proftpd/issues/1840 - https://bugzilla.redhat.com/show_bug.cgi?id=2325448 |