SQL Injection, XSS and FPD vulnerabilities Nodes Studio CMS

Posted by MustLive on Apr 16

Hello list!

There are SQL Injection, Cross-Site Scripting and Full Path Disclosure
vulnerabilities in Nodes Studio CMS. This is Russian commercial CMS, which I
found at one site of Russian terrorists and propagandists.

————————-
Affected vendors:
————————-

Nodes Studio.

————————-
Affected products:
————————-

Vulnerable are all versions of Nodes Studio CMS.

———-
Details:…

Re: several issues in SQLite (+ catching up on several other bugs)

Posted by Hanno Böck on Apr 16

Hi,

Nice work.

I took the latest release and ran the fuzzer again (without all the
dictionary and special testcase stuff, may re-do that later).

Uncovered two more issues, one in the statement parser causing an
off-by-one read with the 2 byte input “.”:
https://www.sqlite.org/cgi/src/info/e018f4bf1f27f783

And one in the parser of the database binary format itself:
https://www.sqlite.org/cgi/src/info/f71053cf658b3260
(not sure if…