Skip to content
Kayla Nussbaum edited this page Dec 15, 2016 · 5 revisions

Vulnerability Summary:

mod_lua.c in the mod_lua module in the Apache HTTP Server 2.3.x and 2.4.x through 2.4.10 does not support an httpd configuration in which the same Lua authorization provider is used with different arguments within different contexts. This allows remote attackers to bypass intended access restrictions in opportunistic circumstances by leveraging multiple Require directives, as demonstrated by a configuration that specifies authorization for one group to access a certain directory, and authorization for a second group to access a second directory. Refer to the [CVE Page](URL: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8109) for more details: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8109.

History

Discovery History:

Fix:

  • Git Fix Hash: 3f1693d558d0758f829c8b53993f1749ddf6ffcb https://github.com/apache/httpd/commit/3f1693d558d0758f829c8b53993f1749ddf6ffcb
  • Date: 2014-12-2
  • Fixed By: Edward Lu and Eric Covener. Edwards is a software engineer at Microsoft. Graudate with Bsc in CS at Pennsylvania State University.
  • Fix Details: This fix changed the mod_lua.c file. The fix consisted of removing an args variable and changing it to include a struct that would better define the arguments for headers and authorization. It also included adding proper allocation of memory via malloc and changing how the arguments are added to the array.

Research Conducted by Kayla Nussbaum and Kemoy Campbell as of 2016-12-15

Clone this wiki locally