VWE-2017-4287 Printable Version

https://www.vaultwiki.org/pages/Book/Documentation/VWE-2017-4287
This page is a chapter in Info Known Vulnerabilities

This page has been seen 284,141 times.

    • Created by on
      Last updated by on
Common NameNone
VWE-IDVWE-2017-4287
Related ReportNone
SeverityHIGH
Exploit DifficultyNORMAL
PlatformAffects all platforms supported by the vulnerable versions.
DescriptionDenial of Service. Due to a flaw in the integration system, users with certain permissions may be able to replace certain forum nodes with fatal errors. Does not affect Lite versions.
DiscoveredNovember 19, 2017
ResolvedDecember 1, 2017
Patches Available4.0.20 Patch Level 1
4.0.19 Patch Level 4
4.0.18 Patch Level 5
4.0.17 Patch Level 7
4.0.16 Patch Level 8
4.0.15 Patch Level 12
WorkaroundIn the Wiki Admin Panel, go to Content > Integration, and delete all forum integrations (disabling will not work).
The versions listed below are known to be affected by this issue. If you are using one of those versions, you should update to a newer release that has no known vulnerabilities.

Notes

The patch will not correct existing fatal errors; this would require a full upgrade when the next version is released. For forums that were already replaced with fatal errors, run the following MySQL query (replacing "AFFECTED_FORUM_ID" with the appropriate number):
Code:
DELETE vw_integrate
FROM vw_integrate AS vw_integrate
LEFT JOIN vw_nodetype AS vw_nodetype ON (vw_nodetype.id = vw_integrate.itemtypeid)
WHERE vw_nodetype.accesskey = 'Page'
AND vw_integrate.nodeid = AFFECTED_FORUM_ID