Security report

Discussion regarding Joomla! 3.x security issues.

Moderators: mandville, General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant / FPA - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
User avatar
spikespiegel
Joomla! Explorer
Joomla! Explorer
Posts: 290
Joined: Sat Jan 22, 2011 4:34 am

Security report

Post by spikespiegel » Thu Mar 15, 2018 1:41 am

Just updated to J3.8.6 and received this from my server:


Hello,

XXXXXXX has detected software vulnerabilities in PHP scripts on your web hosting package. To prevent system abuse resulting from exploitation of these vulnerabilities, these should be addressed as quickly as possible. This concerns the following vulnerabilities:

Code injection vulnerability in Joomla (The lack of type casting of a variable in SQL statement lead to a SQL injection vulnerability in the User Notes list view)
/home/XXXXXXXXX/public_html/administrator/components/com_users/models/notes.php

These are scheduled to be automatically patched with in 48 hours. However you can take actions such as updating the install to address these.


For further information please see YYYYYYYY

User avatar
fcoulter
Joomla! Ace
Joomla! Ace
Posts: 1685
Joined: Thu Sep 13, 2007 11:39 am
Location: UK
Contact:

Re: Security report

Post by fcoulter » Thu Mar 15, 2018 10:54 am

Code injection vulnerability in Joomla (The lack of type casting of a variable in SQL statement lead to a SQL injection vulnerability in the User Notes list view)
/home/XXXXXXXXX/public_html/administrator/components/com_users/models/notes.php
This is the issue that was patched in version 3.8.6, the version that you have just updated to.

I suggest that you point this out to your hosts.
http://www.spiralscripts.co.uk for Joomla! extensions
http://www.fionacoulter.com/blog my personal website
Security Forum moderator :: VEL team member
"Wearing my tin foil hat with pride"

User avatar
spikespiegel
Joomla! Explorer
Joomla! Explorer
Posts: 290
Joined: Sat Jan 22, 2011 4:34 am

Re: Security report

Post by spikespiegel » Thu Mar 15, 2018 3:43 pm

So it means everything is ok?

User avatar
pmleconte
Joomla! Guru
Joomla! Guru
Posts: 591
Joined: Fri Mar 17, 2017 12:55 pm
Location: France

Re: Security report

Post by pmleconte » Thu Mar 15, 2018 4:00 pm

Hi,

If you take a look at 3.8.6 notes.php, you'll see that all sql requests are "casted".

Compare it with 3.8.5 and you'll see small differences (line 116 and after) : categoryId is now casted before making "where " command. In 3.8.5, it was "protected" by a "if is_scalar" , which gave the same result....

Pascal
If anything can go wrong, it will.
https://www.conseilgouz.com/en

User avatar
fcoulter
Joomla! Ace
Joomla! Ace
Posts: 1685
Joined: Thu Sep 13, 2007 11:39 am
Location: UK
Contact:

Re: Security report

Post by fcoulter » Thu Mar 15, 2018 5:17 pm

Yes, everything is OK.
http://www.spiralscripts.co.uk for Joomla! extensions
http://www.fionacoulter.com/blog my personal website
Security Forum moderator :: VEL team member
"Wearing my tin foil hat with pride"


Locked

Return to “Security in Joomla! 3.x”