VYPR
Moderate severityNVD Advisory· Published Nov 12, 2019· Updated Aug 6, 2024

CVE-2011-2935

CVE-2011-2935

Description

Elgg through 1.7.10 has XSS

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
elgg/elggPackagist
< 1.7.111.7.11

Affected products

1

Patches

1
2843b4f84687

html encoding internalname for embed modal to prevent XSS vector.

https://github.com/Elgg/ElggBrett ProfittAug 5, 2011via ghsa
1 file changed · +1 0
  • mod/embed/embed.php+1 0 modified
    @@ -5,6 +5,7 @@
     		
     	// Get the name of the form field we need to inject into
     		$internalname = get_input('internalname');
    +		$internalname = htmlentities($internalname);
     		
     		if (!isloggedin()) exit;
     		
    

Vulnerability mechanics

Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

9

News mentions

0

No linked articles in our index yet.