CVE-2024-2501 (GCVE-0-2024-2501)

Vulnerability from cvelistv5 – Published: 2024-04-09 18:59 – Updated: 2026-04-08 17:25
VLAI
Title
Hubbub Lite – Fast, Reliable Social Network Sharing Buttons <= 1.33.1 - PHP Object Injection
Summary
The Hubbub Lite – Fast, Reliable Social Sharing Buttons plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 1.33.1 via deserialization of untrusted input via the 'dpsp_maybe_unserialize' function. This makes it possible for authenticated attackers, with contributor access and above, to inject a PHP Object. No POP chain is present in the vulnerable plugin. If a POP chain is present via an additional plugin or theme installed on the target system, it could allow the attacker to delete arbitrary files, retrieve sensitive data, or execute code.
SSVC
Exploitation: none Automatable: no Technical Impact: total
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2024-07-31 17:58 UTC
CWE
  • CWE-502 - Deserialization of Untrusted Data
Impacted products
Vendor Product Version CPE status
nerdpressteam Hubbub Lite – Fast, free social sharing and follow buttons Affected: 0 , ≤ 1.33.1 (semver)
guessed Create a notification for this product.
morehubbub hubbub_lite Affected: 0 , ≤ 1.33.1 (semver)
    cpe:2.3:a:morehubbub:hubbub_lite:*:*:*:*:*:wordpress:*:*
Create a notification for this product.
nerdpress hubbub_lites Affected: 0 , ≤ 1.33.1 (semver)
    cpe:2.3:a:nerdpress:hubbub_lites:*:*:*:*:*:*:*:*
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "affected": [
          {
            "cpes": [
              "cpe:2.3:a:morehubbub:hubbub_lite:*:*:*:*:*:wordpress:*:*"
            ],
            "defaultStatus": "unknown",
            "product": "hubbub_lite",
            "vendor": "morehubbub",
            "versions": [
              {
                "lessThanOrEqual": "1.33.1",
                "status": "affected",
                "version": "0",
                "versionType": "semver"
              }
            ]
          },
          {
            "cpes": [
              "cpe:2.3:a:nerdpress:hubbub_lites:*:*:*:*:*:*:*:*"
            ],
            "defaultStatus": "unknown",
            "product": "hubbub_lites",
            "vendor": "nerdpress",
            "versions": [
              {
                "lessThanOrEqual": "1.33.1",
                "status": "affected",
                "version": "0",
                "versionType": "semver"
              }
            ]
          }
        ],
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-2501",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-07-31T17:58:32.067871Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-07-31T18:01:55.735Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-01T19:18:46.987Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/d3999c59-57a9-410c-a550-7d198bdb25ea?source=cve"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://plugins.trac.wordpress.org/browser/social-pug/trunk/inc/functions.php#L556"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://plugins.trac.wordpress.org/browser/social-pug/trunk/inc/functions-post.php#L194"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://plugins.trac.wordpress.org/changeset?old_path=/social-pug/tags/1.33.1\u0026old=3060042\u0026new_path=/social-pug/tags/1.33.2\u0026new=3060042\u0026sfp_email=\u0026sfph_mail="
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Hubbub Lite \u2013 Fast, free social sharing and follow buttons",
          "vendor": "nerdpressteam",
          "versions": [
            {
              "lessThanOrEqual": "1.33.1",
              "status": "affected",
              "version": "0",
              "versionType": "semver"
            }
          ]
        }
      ],
      "credits": [
        {
          "lang": "en",
          "type": "finder",
          "value": "Craig Smith"
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "The Hubbub Lite \u2013 Fast, Reliable Social Sharing Buttons plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 1.33.1 via deserialization of untrusted input via the \u0027dpsp_maybe_unserialize\u0027 function. This makes it possible for authenticated attackers, with contributor access and above, to inject a PHP Object. No POP chain is present in the vulnerable plugin. If a POP chain is present via an additional plugin or theme installed on the target system, it could allow the attacker to delete arbitrary files, retrieve sensitive data, or execute code."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-502",
              "description": "CWE-502 Deserialization of Untrusted Data",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-04-08T17:25:37.999Z",
        "orgId": "b15e7b5b-3da4-40ae-a43c-f7aa60e62599",
        "shortName": "Wordfence"
      },
      "references": [
        {
          "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/d3999c59-57a9-410c-a550-7d198bdb25ea?source=cve"
        },
        {
          "url": "https://plugins.trac.wordpress.org/browser/social-pug/trunk/inc/functions.php#L556"
        },
        {
          "url": "https://plugins.trac.wordpress.org/browser/social-pug/trunk/inc/functions-post.php#L194"
        },
        {
          "url": "https://plugins.trac.wordpress.org/changeset?old_path=/social-pug/tags/1.33.1\u0026old=3060042\u0026new_path=/social-pug/tags/1.33.2\u0026new=3060042\u0026sfp_email=\u0026sfph_mail="
        }
      ],
      "timeline": [
        {
          "lang": "en",
          "time": "2024-03-27T00:00:00.000Z",
          "value": "Disclosed"
        }
      ],
      "title": "Hubbub Lite \u2013 Fast, Reliable Social Network Sharing Buttons \u003c= 1.33.1 - PHP Object Injection"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "b15e7b5b-3da4-40ae-a43c-f7aa60e62599",
    "assignerShortName": "Wordfence",
    "cveId": "CVE-2024-2501",
    "datePublished": "2024-04-09T18:59:23.260Z",
    "dateReserved": "2024-03-15T13:22:19.948Z",
    "dateUpdated": "2026-04-08T17:25:37.999Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2024-2501",
      "date": "2026-09-21",
      "epss": "0.00921",
      "percentile": "0.58244"
    },
    "nvd": {
      "cve": {
        "affected": [
          {
            "affectedData": [
              {
                "defaultStatus": "unaffected",
                "product": "Hubbub Lite \u2013 Fast, free social sharing and follow buttons",
                "vendor": "nerdpressteam",
                "versions": [
                  {
                    "lessThanOrEqual": "1.33.1",
                    "status": "affected",
                    "version": "0",
                    "versionType": "semver"
                  }
                ]
              }
            ],
            "source": "security@wordfence.com"
          },
          {
            "affectedData": [
              {
                "cpes": [
                  "cpe:2.3:a:morehubbub:hubbub_lite:*:*:*:*:*:wordpress:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "hubbub_lite",
                "vendor": "morehubbub",
                "versions": [
                  {
                    "lessThanOrEqual": "1.33.1",
                    "status": "affected",
                    "version": "0",
                    "versionType": "semver"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:a:nerdpress:hubbub_lites:*:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "hubbub_lites",
                "vendor": "nerdpress",
                "versions": [
                  {
                    "lessThanOrEqual": "1.33.1",
                    "status": "affected",
                    "version": "0",
                    "versionType": "semver"
                  }
                ]
              }
            ],
            "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0"
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "The Hubbub Lite \u2013 Fast, Reliable Social Sharing Buttons plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 1.33.1 via deserialization of untrusted input via the \u0027dpsp_maybe_unserialize\u0027 function. This makes it possible for authenticated attackers, with contributor access and above, to inject a PHP Object. No POP chain is present in the vulnerable plugin. If a POP chain is present via an additional plugin or theme installed on the target system, it could allow the attacker to delete arbitrary files, retrieve sensitive data, or execute code."
          },
          {
            "lang": "es",
            "value": "El complemento Hubbub Lite \u2013 Fast, Reliable Social Sharing Buttons para WordPress es vulnerable a la inyecci\u00f3n de objetos PHP en todas las versiones hasta la 1.33.1 incluida a trav\u00e9s de la deserializaci\u00f3n de entradas que no son de confianza mediante la funci\u00f3n \u0027dpsp_maybe_unserialize\u0027. Esto hace posible que atacantes autenticados, con acceso de colaborador y superior, inyecten un objeto PHP. No hay ninguna cadena POP presente en el complemento vulnerable. Si hay una cadena POP presente a trav\u00e9s de un complemento o tema adicional instalado en el sistema de destino, podr\u00eda permitir al atacante eliminar archivos arbitrarios, recuperar datos confidenciales o ejecutar c\u00f3digo."
          }
        ],
        "id": "CVE-2024-2501",
        "lastModified": "2026-06-17T07:24:39.800",
        "metrics": {
          "cvssMetricV31": [
            {
              "cvssData": {
                "attackComplexity": "HIGH",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 7.5,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
                "version": "3.1"
              },
              "exploitabilityScore": 1.6,
              "impactScore": 5.9,
              "source": "security@wordfence.com",
              "type": "Secondary"
            }
          ],
          "ssvcV203": [
            {
              "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "ssvcData": {
                "id": "CVE-2024-2501",
                "options": [
                  {
                    "exploitation": "none"
                  },
                  {
                    "automatable": "no"
                  },
                  {
                    "technicalImpact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-07-31T17:58:32.067871Z",
                "version": "2.0.3"
              }
            }
          ]
        },
        "published": "2024-04-09T19:15:34.520",
        "references": [
          {
            "source": "security@wordfence.com",
            "url": "https://plugins.trac.wordpress.org/browser/social-pug/trunk/inc/functions-post.php#L194"
          },
          {
            "source": "security@wordfence.com",
            "url": "https://plugins.trac.wordpress.org/browser/social-pug/trunk/inc/functions.php#L556"
          },
          {
            "source": "security@wordfence.com",
            "url": "https://plugins.trac.wordpress.org/changeset?old_path=/social-pug/tags/1.33.1\u0026old=3060042\u0026new_path=/social-pug/tags/1.33.2\u0026new=3060042\u0026sfp_email=\u0026sfph_mail="
          },
          {
            "source": "security@wordfence.com",
            "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/d3999c59-57a9-410c-a550-7d198bdb25ea?source=cve"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "https://plugins.trac.wordpress.org/browser/social-pug/trunk/inc/functions-post.php#L194"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "https://plugins.trac.wordpress.org/browser/social-pug/trunk/inc/functions.php#L556"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "https://plugins.trac.wordpress.org/changeset?old_path=/social-pug/tags/1.33.1\u0026old=3060042\u0026new_path=/social-pug/tags/1.33.2\u0026new=3060042\u0026sfp_email=\u0026sfph_mail="
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/d3999c59-57a9-410c-a550-7d198bdb25ea?source=cve"
          }
        ],
        "sourceIdentifier": "security@wordfence.com",
        "vulnStatus": "Deferred",
        "weaknesses": [
          {
            "description": [
              {
                "lang": "en",
                "value": "CWE-502"
              }
            ],
            "source": "security@wordfence.com",
            "type": "Secondary"
          }
        ]
      }
    },
    "redhat_vex": {
      "current_release_date": "2026-04-08T19:32:24+00:00",
      "cve": "CVE-2024-2501",
      "id": "CVE-2024-2501",
      "initial_release_date": "2024-01-01T00:00:00+00:00",
      "product_status:known_not_affected": "1",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "Hubbub Lite \u2013 Fast, Reliable Social Network Sharing Buttons \u003c= 1.33.1 - PHP Object Injection",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2024/cve-2024-2501.json",
      "version": "3"
    },
    "vulnrichment": {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2024-08-01T19:18:46.987Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "tags": [
                  "x_transferred"
                ],
                "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/d3999c59-57a9-410c-a550-7d198bdb25ea?source=cve"
              },
              {
                "tags": [
                  "x_transferred"
                ],
                "url": "https://plugins.trac.wordpress.org/browser/social-pug/trunk/inc/functions.php#L556"
              },
              {
                "tags": [
                  "x_transferred"
                ],
                "url": "https://plugins.trac.wordpress.org/browser/social-pug/trunk/inc/functions-post.php#L194"
              },
              {
                "tags": [
                  "x_transferred"
                ],
                "url": "https://plugins.trac.wordpress.org/changeset?old_path=/social-pug/tags/1.33.1\u0026old=3060042\u0026new_path=/social-pug/tags/1.33.2\u0026new=3060042\u0026sfp_email=\u0026sfph_mail="
              }
            ],
            "title": "CVE Program Container"
          },
          {
            "affected": [
              {
                "cpes": [
                  "cpe:2.3:a:morehubbub:hubbub_lite:*:*:*:*:*:wordpress:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "hubbub_lite",
                "vendor": "morehubbub",
                "versions": [
                  {
                    "lessThanOrEqual": "1.33.1",
                    "status": "affected",
                    "version": "0",
                    "versionType": "semver"
                  }
                ]
              },
              {
                "cpes": [
                  "cpe:2.3:a:nerdpress:hubbub_lites:*:*:*:*:*:*:*:*"
                ],
                "defaultStatus": "unknown",
                "product": "hubbub_lites",
                "vendor": "nerdpress",
                "versions": [
                  {
                    "lessThanOrEqual": "1.33.1",
                    "status": "affected",
                    "version": "0",
                    "versionType": "semver"
                  }
                ]
              }
            ],
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2024-2501",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2024-07-31T17:58:32.067871Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2024-07-31T18:00:12.326Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Hubbub Lite \u2013 Fast, free social sharing and follow buttons",
              "vendor": "nerdpressteam",
              "versions": [
                {
                  "lessThanOrEqual": "1.33.1",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "Craig Smith"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "The Hubbub Lite \u2013 Fast, Reliable Social Sharing Buttons plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 1.33.1 via deserialization of untrusted input via the \u0027dpsp_maybe_unserialize\u0027 function. This makes it possible for authenticated attackers, with contributor access and above, to inject a PHP Object. No POP chain is present in the vulnerable plugin. If a POP chain is present via an additional plugin or theme installed on the target system, it could allow the attacker to delete arbitrary files, retrieve sensitive data, or execute code."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "baseScore": 7.5,
                "baseSeverity": "HIGH",
                "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-502",
                  "description": "CWE-502 Deserialization of Untrusted Data",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-04-08T17:25:37.999Z",
            "orgId": "b15e7b5b-3da4-40ae-a43c-f7aa60e62599",
            "shortName": "Wordfence"
          },
          "references": [
            {
              "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/d3999c59-57a9-410c-a550-7d198bdb25ea?source=cve"
            },
            {
              "url": "https://plugins.trac.wordpress.org/browser/social-pug/trunk/inc/functions.php#L556"
            },
            {
              "url": "https://plugins.trac.wordpress.org/browser/social-pug/trunk/inc/functions-post.php#L194"
            },
            {
              "url": "https://plugins.trac.wordpress.org/changeset?old_path=/social-pug/tags/1.33.1\u0026old=3060042\u0026new_path=/social-pug/tags/1.33.2\u0026new=3060042\u0026sfp_email=\u0026sfph_mail="
            }
          ],
          "timeline": [
            {
              "lang": "en",
              "time": "2024-03-27T00:00:00.000Z",
              "value": "Disclosed"
            }
          ],
          "title": "Hubbub Lite \u2013 Fast, Reliable Social Network Sharing Buttons \u003c= 1.33.1 - PHP Object Injection"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "b15e7b5b-3da4-40ae-a43c-f7aa60e62599",
        "assignerShortName": "Wordfence",
        "cveId": "CVE-2024-2501",
        "datePublished": "2024-04-09T18:59:23.260Z",
        "dateReserved": "2024-03-15T13:22:19.948Z",
        "dateUpdated": "2026-04-08T17:25:37.999Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…