The Invisible JavaScript Backdoor

An interesting (scary) trick of an nearly undetectable exploit. Wolfgang Ettlinger:

What if a backdoor literally cannot be seen and thus evades detection even from thorough code reviews?

I’ll post the screenshot of the exploit from the post with the …


This content originally appeared on CSS-Tricks and was authored by Chris Coyier

An interesting (scary) trick of an nearly undetectable exploit. Wolfgang Ettlinger:

What if a backdoor literally cannot be seen and thus evades detection even from thorough code reviews?

I’ll post the screenshot of the exploit from the post with the actual exploit circled:

If you were really looking super closely you’d probably see that, but I can see how it would be easy to miss as it would avoid any linting problems and doesn’t mess up syntax highlighting at all. Then the way this code is written, the commands are executed:

Each element in the array, the hardcoded commands as well as the user-supplied parameter, is then passed to the exec function. This function executes OS commands.

They consider it worthy of change:

The Cambridge team proposes restricting Bidi Unicode characters. As we have shown, homoglyph attacks and invisible characters can pose a threat as well.


This content originally appeared on CSS-Tricks and was authored by Chris Coyier


Print Share Comment Cite Upload Translate Updates
APA

Chris Coyier | Sciencx (2021-12-08T16:00:01+00:00) The Invisible JavaScript Backdoor. Retrieved from https://www.scien.cx/2021/12/08/the-invisible-javascript-backdoor/

MLA
" » The Invisible JavaScript Backdoor." Chris Coyier | Sciencx - Wednesday December 8, 2021, https://www.scien.cx/2021/12/08/the-invisible-javascript-backdoor/
HARVARD
Chris Coyier | Sciencx Wednesday December 8, 2021 » The Invisible JavaScript Backdoor., viewed ,<https://www.scien.cx/2021/12/08/the-invisible-javascript-backdoor/>
VANCOUVER
Chris Coyier | Sciencx - » The Invisible JavaScript Backdoor. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/12/08/the-invisible-javascript-backdoor/
CHICAGO
" » The Invisible JavaScript Backdoor." Chris Coyier | Sciencx - Accessed . https://www.scien.cx/2021/12/08/the-invisible-javascript-backdoor/
IEEE
" » The Invisible JavaScript Backdoor." Chris Coyier | Sciencx [Online]. Available: https://www.scien.cx/2021/12/08/the-invisible-javascript-backdoor/. [Accessed: ]
rf:citation
» The Invisible JavaScript Backdoor | Chris Coyier | Sciencx | https://www.scien.cx/2021/12/08/the-invisible-javascript-backdoor/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.