Garion26
Joined: Nov 28, 2021
|
  Posted:
Dec 22, 2021 - 15:59 |
|
Hi Team,
I'm relatively new to FUMBBL but I'm trying to understand how recently reported JAVA vulnerabilities relate to FUMBBL.
https://nvd.nist.gov/vuln/detail/CVE-2021-2388
I realize we all love FUMBBL but we all want to be safe.
Can Christer and some of our IT savvy people talk about this? |
|
|
C0ddlefish
Joined: Sep 17, 2019
|
  Posted:
Dec 22, 2021 - 16:55 |
|
Its been covered on Discord - Nothing to worry about is my basic understanding. |
|
|
Garion26
Joined: Nov 28, 2021
|
  Posted:
Dec 23, 2021 - 11:54 |
|
appreciate it would love to hear more about this question.
Feels like it should be pinned. |
|
|
policeshades
Joined: Oct 31, 2017
|
  Posted:
Dec 23, 2021 - 11:59 |
|
My company recently removed Java from my computer for the vulnerability reason. Beyond Fumbbl , it also meant removing my citation/bibliography software. It was something I didn't feel informed enough about to argue. I would also like to hear more about if from someone who knows. |
|
|
Christer
![](./modules/PNphpBB2/images/avatars/upload/212093185457642fe6c6ee4.jpg)
Joined: Aug 02, 2003
|
TLDR: FFB isn't affected by this.
Longer form:
First off, there was another related big "Java" issue not too long ago where a popular logging framework had a flaw (Log4J). That issue does not apply to FFB either as FFB doesn't use Log4J, but is not the one referenced here.
Reading the CVE entry, there are a couple of things that makes FFB not be vulnerable:
1. We always recommend fully updated Java from java.com. Currently, this is Version 8 update 311. The CVE specifies 8u291. If you've kept your Java runtime up to date, meaning not ignoring those "you're running an old version and should update" popups, you're not affected.
2. The bug requires you to be running untrusted code, relying on the Sandbox to protect you. FFB is code signed and is not relying on the Sandbox for protection. Therefore, this bug does not apply to the FFB Client.
3. The bug does not apply to server-side code. This is specifically mentioned in the CVE page, and the bug requires manual user-actions which doesn't happen on the server-side. Thus, the bug does not apply to the FFB Server. |
|
|
Garion26
Joined: Nov 28, 2021
|
  Posted:
Dec 23, 2021 - 17:25 |
|
Thank you Christer!
Much appreciated. |
|
|
policeshades
Joined: Oct 31, 2017
|
  Posted:
Dec 24, 2021 - 00:12 |
|
Garion26 wrote: | Thank you Christer!
Much appreciated. |
+1 |
|
|