ASA-202105-9 - log back

ASA-202105-9 edited at 20 May 2021 18:09:05
Workaround
- In order to prevent unauthenticated attacks it can be useful to disable guest edits until the next update. To do this, set the following to configuration options:
+ In order to prevent unauthenticated attacks it can be useful to disable
+ guest edits until the next update. To do this, set the following to
+ configuration options:
{
# other configs
# …
"allowAnonymous": false,
"allowAnonymousEdits": false,
}
- Or set the environment variables CMD_ALLOW_ANONYMOUS=false and CMD_ALLOW_ANONYMOUS_EDITS=false.
+ Or set the environment variables CMD_ALLOW_ANONYMOUS=false and
+ CMD_ALLOW_ANONYMOUS_EDITS=false.
ASA-202105-9 edited at 19 May 2021 19:03:31
Workaround
- In order to prevent unauthenticated attacks in can be useful to disable guest edits until the next update. To do this set the following to configuration options:
+ In order to prevent unauthenticated attacks it can be useful to disable guest edits until the next update. To do this, set the following to configuration options:
{
# other configs
# …
"allowAnonymous": false,
"allowAnonymousEdits": false,
}
Or set the environment variables CMD_ALLOW_ANONYMOUS=false and CMD_ALLOW_ANONYMOUS_EDITS=false.
ASA-202105-9 edited at 19 May 2021 15:10:02
Workaround
+ In order to prevent unauthenticated attacks in can be useful to disable guest edits until the next update. To do this set the following to configuration options:
+
+ {
+ # other configs
+ # …
+ "allowAnonymous": false,
+ "allowAnonymousEdits": false,
+
+ }
+
+ Or set the environment variables CMD_ALLOW_ANONYMOUS=false and CMD_ALLOW_ANONYMOUS_EDITS=false.
ASA-202105-9 edited at 19 May 2021 11:37:47
Impact
- A remote attacker with write access to a not can inject arbitrary JavaScript code that is executed through cross-site scripting when the note is viewed.
+ A remote attacker with write access to a note can inject arbitrary JavaScript code that is executed through cross-site scripting when the note is viewed.
ASA-202105-9 edited at 19 May 2021 11:07:03
Impact
+ A remote attacker with write access to a not can inject arbitrary JavaScript code that is executed through cross-site scripting when the note is viewed.
ASA-202105-9 created at 19 May 2021 11:06:09