File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ PHP NEWS
15
15
. Fixed bug #77147 (Fixing 60494 ignored ICONV_MIME_DECODE_CONTINUE_ON_ERROR).
16
16
(cmb)
17
17
18
+ - IMAP:
19
+ . Fixed bug #77153 (imap_open allows to run arbitrary shell commands via
20
+ mailbox parameter). (Stas)
21
+
18
22
- MBstring:
19
23
. Fixed bug #77165 (mb_check_encoding crashes when argument given an empty
20
24
array). (Nikita)
Original file line number Diff line number Diff line change @@ -112,6 +112,12 @@ BCMath:
112
112
. bcmul() and bcpow() now return numbers with the requested scale. Formerly,
113
113
the returned numbers may have omitted trailing decimal zeroes.
114
114
115
+ IMAP:
116
+ rsh/ssh logins are disabled by default. Use imap.enable_insecure_rsh if you want
117
+ to enable them. Note that the IMAP library does not filter mailbox names before
118
+ passing them to rsh/ssh command, thus passing untrusted data to this function
119
+ with rsh/ssh enabled is insecure.
120
+
115
121
MBString:
116
122
. Due to added support for named captures, mb_ereg_*() patterns using named
117
123
captures will behave differently. In particular named captures will be part
You can’t perform that action at this time.
0 commit comments