AI Scanner Finds Eight Serious Bugs in NodeBB Forum Software
Aikido Security's automated code review turned up admin takeover and private-message flaws in six hours. All eight are patched in version 4.14.2.

Key points
- Aikido Security disclosed eight high-severity flaws in NodeBB, an open-source forum platform, on Wednesday.
- The bugs were found by Aikido's automated code-review tools in a six-hour scan of the source code.
- All versions of NodeBB before 4.14.0 are vulnerable; administrators should update to 4.14.2.
- Working exploit code was published alongside the advisory, raising the odds of quick abuse.
- One flaw can be neutralised with a single settings change if patching has to wait.
Eight security holes in NodeBB, the open-source software that powers thousands of online discussion forums, were made public on Wednesday. Proof-of-concept exploit code went out at the same time.
Aikido Security, the firm that found them, rates every one as high severity. Their researchers say the bugs were surfaced by automated code-review tools, essentially software that reads other software looking for mistakes, during a six-hour pass over NodeBB's source. The Hacker News first flagged the disclosure.
NodeBB has shipped fixes. Administrators should be on 4.14.2.
What actually got exposed?
The flaws hit two things forum owners care about most: administrator accounts and private chats between users. Every release before 4.14.0 is affected, which covers a long tail of installations that have not been kept current.
Aikido has not published a full technical writeup of each bug in the material available, but describes the set as ranging from logic errors to access-control gaps, meaning cases where the software failed to properly check whether a user was allowed to do something before letting them do it.
One of the eight can be shut down without applying the patch at all. It only needs a configuration change in the admin panel. The other seven require the update.
Why does an AI finding these matter?
Because the same tools are available to attackers. Aikido's pitch is that its scanners can read a codebase the way a human auditor would, only faster and cheaper. Six hours to eight high-severity bugs in a widely deployed product is the kind of number that gets attention.
The uncomfortable flip side: criminals can point similar tools at the same open-source projects and race defenders to the patch. Publishing exploit code alongside the advisory shortens that race further.
Which versions are affected?
| Item | Detail |
|---|---|
| Product | NodeBB forum software |
| Vulnerable versions | All releases before 4.14.0 |
| Fixed version | 4.14.2 |
| Bugs disclosed | 8, all rated high severity |
| Exploit code | Public as of Wednesday |
What should forum administrators do?
Update to NodeBB 4.14.2 today if you run the software. If you cannot patch immediately, apply the settings workaround Aikido described for the one flaw it covers, and treat the rest as live risks until you can.
After updating, review administrator accounts for anything unfamiliar: new admins you did not create, password resets you did not request, or sessions from strange locations. Rotate admin passwords. If your forum uses two-factor authentication, which asks for a code from a phone app in addition to a password, make sure it is enabled on every privileged account.
What about ordinary forum users?
If you use a NodeBB-powered forum and have exchanged private messages there, assume those messages could have been readable to an attacker on an unpatched site. Do not reuse the forum password anywhere else. If a forum you rely on has not updated in the coming days, that is worth an email to the administrator.
NodeBB is used by community sites across gaming, software projects and hobbyist groups, so the population of affected forums is broad rather than concentrated in one industry. There is no public tally yet of exploitation in the wild.



