Skip to content

Commit

Permalink
Add fix to NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Feb 14, 2022
1 parent dce5e56 commit d13ceb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS
Expand Up @@ -2,6 +2,9 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 7.4.28

- Filter:
. Fix #81708: UAF due to php_filter_float() failing for ints


16 Dec 2021, PHP 7.4.27

Expand Down

1 comment on commit d13ceb7

@remicollet
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please add the CVE number (CVE-2021-21708) on this entry ?

. Fixed bug #81708: UAF due to php_filter_float() failing for ints. (CVE-2021-21708) (cmb)

Please sign in to comment.