Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[19.09] openldap: add patch for CVE-2020-12243 #86250

Merged
merged 1 commit into from
Apr 28, 2020

Conversation

mweinelt
Copy link
Member

Motivation for this change

Fixes: CVE-2020-12243

In filter.c in slapd in OpenLDAP before 2.4.50, LDAP search filters
with nested boolean expressions can result in denial of service
(daemon crash).

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@lovek323

Sorry, something went wrong.

@ofborg ofborg bot requested a review from lovek323 April 28, 2020 20:39
@mweinelt mweinelt added the 1.severity: security Issues which raise a security issue, or PRs that fix one label Apr 28, 2020
Fixes: CVE-2020-12243

In filter.c in slapd in OpenLDAP before 2.4.50, LDAP search filters
with nested boolean expressions can result in denial of service
(daemon crash).
@mweinelt mweinelt force-pushed the 19.09/openldap/cve-2020-12243 branch from 37057b1 to 9099e36 Compare April 28, 2020 21:52
@flokli flokli merged commit 70d36fc into NixOS:staging-19.09 Apr 28, 2020
@mweinelt mweinelt deleted the 19.09/openldap/cve-2020-12243 branch April 28, 2020 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants