This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-site.git
The following commit(s) were added to refs/heads/master by this push: new e4e67f47f fix a typo e4e67f47f is described below commit e4e67f47fa4aa2ca3ef0dfdb9d265a3c92665297 Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Thu Dec 26 19:41:07 2024 +0100 fix a typo --- source/mina-project/news.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/mina-project/news.md b/source/mina-project/news.md index 0078171bb..c5eb5f1d1 100644 --- a/source/mina-project/news.md +++ b/source/mina-project/news.md @@ -21,7 +21,7 @@ Affected versions: Description: -The *ObjectSerializationDecoder* in Apache **MINA** uses Java’s native deserialization protocol to process +The *ObjectSerializationDecoder* in Apache **MINA** uses **Java** native deserialization protocol to process incoming serialized data but lacks the necessary security checks and defenses. This vulnerability allows attackers to exploit the deserialization process by sending specially crafted malicious serialized data, potentially leading to remote code execution (**RCE**) attacks.