diff --git a/composer.json b/composer.json
index 33013dd813d5cb4ad15af4d856f027e67e17f67b..1bf1bea46ab35793db9ef52c1f6a5bb296c0c89b 100644
--- a/composer.json
+++ b/composer.json
@@ -81,6 +81,10 @@
         "Issue #2815381 by mqanneh, ahmadhalah, michaelmol: Coffee breaks whole page when using right to left (rtl) languages in drupal 8":
         "https://www.drupal.org/files/issues/coffee-coffee_breaks_page_with_rtl-2815381-6.patch"
       },
+      "drupal/entity_browser": {
+        "Issue #2820132 by matthieuscarset, marcoscano: getDisplay() on null Entity Browser reference.":
+        "https://www.drupal.org/files/issues/ElementPatch_0.patch"
+      },
       "drupal/core": {
         "Issue #2479377 by edurenye, tstoeckler, andypost, mgifford: content_translation_page_attachments() should check for a canonical link before generating a URL to it":
         "https://www.drupal.org/files/issues/2479377-8.patch"
diff --git a/drupal-org.make b/drupal-org.make
index 5b94570b3cf67acd0019caf2f809ee2ce13dad6b..95d192a3841049e541d8e4241c064e9604b86ca3 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -91,6 +91,8 @@ projects[entity][version] = 1.0-alpha4
 projects[entity_browser][type] = module
 projects[entity_browser][subdir] = "contrib"
 projects[entity_browser][version] = 1.0-beta3
+;; Issue #2820132 by matthieuscarset, marcoscano: getDisplay() on null Entity Browser reference.
+projects[entity_browser][patch][] = https://www.drupal.org/files/issues/ElementPatch_0.patch
 
 projects[entity_browser_enhanced][type] = module
 projects[entity_browser_enhanced][subdir] = "contrib"