- Posts: 23
Post Joomla 3.9.3
- Jonathan Davison
-
Topic Author
- Offline
- Junior Member
-
Less
More
17 Feb 2019 15:09 #1
by Jonathan Davison
Post Joomla 3.9.3 was created by Jonathan Davison
Since Joomla 3.9.3, Joomla is shipped with additional security hardenings in the default htaccess.txt and web.config.txt files. These hardenings disable the so called MIME-type sniffing feature in webbrowsers. The sniffing leads to specific attack vectors, where scripts in normally harmless file formats (i.e. images) will be executed, leading to Cross-Site-Scripting vulnerabilities.
The security teams recommends to manually apply the necessary changes to existing .htaccess or web.config files, as those files can not be updated automatically.
Have looked in HCP and cannot find said files to amend
Changes for .htaccess
Add the following lines before "## Mod_rewrite in use.":
<IfModule mod_headers.c>
Header always set X-Content-Type-Options "nosniff"
</IfModule>
Changes for web.config
Add the following lines right after "</rewrite>":
<httpProtocol>
<customHeaders>
<add name="X-Content-Type-Options" value="nosniff" />
</customHeaders>
</httpProtocol>
Jon Davison
The security teams recommends to manually apply the necessary changes to existing .htaccess or web.config files, as those files can not be updated automatically.
Have looked in HCP and cannot find said files to amend
Changes for .htaccess
Add the following lines before "## Mod_rewrite in use.":
<IfModule mod_headers.c>
Header always set X-Content-Type-Options "nosniff"
</IfModule>
Changes for web.config
Add the following lines right after "</rewrite>":
<httpProtocol>
<customHeaders>
<add name="X-Content-Type-Options" value="nosniff" />
</customHeaders>
</httpProtocol>
Jon Davison
Please Log in or Create an account to join the conversation.
- Peter Bruce
-
- Offline
- Junior Member
-
Less
More
- Posts: 22
18 Feb 2019 10:37 #2
by Peter Bruce
Replied by Peter Bruce on topic Post Joomla 3.9.3
Please login to view the answers
Please Log in or Create an account to join the conversation.
- Ruby Tuesday
-
- Offline
- Administrator
-
Less
More
- Posts: 933
18 Feb 2019 11:13 #3
by Ruby Tuesday
Replied by Ruby Tuesday on topic Post Joomla 3.9.3
Please login to view the answers
Please Log in or Create an account to join the conversation.
- Peter Bruce
-
- Offline
- Junior Member
-
Less
More
- Posts: 22
18 Feb 2019 15:40 #4
by Peter Bruce
Replied by Peter Bruce on topic Post Joomla 3.9.3
Please login to view the answers
Please Log in or Create an account to join the conversation.
- Chris Young
-
- Offline
- Senior Member
-
Less
More
- Posts: 45
19 Feb 2019 03:40 #5
by Chris Young
Replied by Chris Young on topic Post Joomla 3.9.3
Please login to view the answers
Please Log in or Create an account to join the conversation.
- Peter Bruce
-
- Offline
- Junior Member
-
Less
More
- Posts: 22
19 Feb 2019 08:20 #6
by Peter Bruce
Replied by Peter Bruce on topic Post Joomla 3.9.3
Please login to view the answers
Please Log in or Create an account to join the conversation.
- Ruby Tuesday
-
- Offline
- Administrator
-
Less
More
- Posts: 933
19 Feb 2019 09:15 #7
by Ruby Tuesday
Replied by Ruby Tuesday on topic Post Joomla 3.9.3
Please login to view the answers
Please Log in or Create an account to join the conversation.
- Ruby Tuesday
-
- Offline
- Administrator
-
Less
More
- Posts: 933
19 Feb 2019 09:17 #8
by Ruby Tuesday
Replied by Ruby Tuesday on topic Post Joomla 3.9.3
Please login to view the answers
Please Log in or Create an account to join the conversation.
Time to create page: 1.154 seconds
