|
30 | 30 | <file>notes.xml</file> |
31 | 31 | </header> |
32 | 32 |
|
| 33 | +<section><title>Ssh 5.1.4.12</title> |
| 34 | + |
| 35 | + <section><title>Fixed Bugs and Malfunctions</title> |
| 36 | + <list> |
| 37 | + <item> |
| 38 | + <p>Option max_handles can be configured for sshd running |
| 39 | + SFTP. The positive integer value limits amount of file |
| 40 | + handles opened for a connection (by default 4096 is |
| 41 | + used).</p> |
| 42 | + <p> |
| 43 | + *** POTENTIAL INCOMPATIBILITY ***</p> |
| 44 | + <p> |
| 45 | + Own Id: OTP-19701 Aux Id: CVE-2025-48041, PR-10157 </p> |
| 46 | + </item> |
| 47 | + <item> |
| 48 | + <p>Avoid decoding KEX messages providing too many |
| 49 | + algorithms. This change does not introduce new limitation |
| 50 | + but assures it is enforced earlier in processing chain. |
| 51 | + Adjustments in error logging during handshake.</p> |
| 52 | + <p> |
| 53 | + *** POTENTIAL INCOMPATIBILITY ***</p> |
| 54 | + <p> |
| 55 | + Own Id: OTP-19741 Aux Id: CVE-2025-48040, PR-10162 </p> |
| 56 | + </item> |
| 57 | + <item> |
| 58 | + <p>A new 'max_path' option is now available in the sshd |
| 59 | + configuration, allowing administrators to set the maximum |
| 60 | + allowable path length. By default, this value is set to |
| 61 | + 4096 characters.</p> |
| 62 | + <p> |
| 63 | + *** POTENTIAL INCOMPATIBILITY ***</p> |
| 64 | + <p> |
| 65 | + Own Id: OTP-19742 Aux Id: CVE-2025-48039, PR-10155 </p> |
| 66 | + </item> |
| 67 | + <item> |
| 68 | + <p>Reject file handles exceeding size specified in RFCs |
| 69 | + (256 bytes).</p> |
| 70 | + <p> |
| 71 | + *** POTENTIAL INCOMPATIBILITY ***</p> |
| 72 | + <p> |
| 73 | + Own Id: OTP-19748 Aux Id: CVE-2025-48038, PR-10156 </p> |
| 74 | + </item> |
| 75 | + </list> |
| 76 | + </section> |
| 77 | + |
| 78 | +</section> |
| 79 | + |
33 | 80 | <section><title>Ssh 5.1.4.11</title> |
34 | 81 |
|
35 | 82 | <section><title>Fixed Bugs and Malfunctions</title> |
|
0 commit comments