6.5 CVE-2025-32979

 

NETSCOUT nGeniusONE before 6.4.0 b2350 allows Arbitrary File Creation by authenticated users.
https://nvd.nist.gov/vuln/detail/CVE-2025-32979

Categories

CWE-378 : Creation of Temporary File With Insecure Permissions
Opening temporary files without appropriate measures or controls can leave the file, its contents and any function that it impacts vulnerable to attack. Many contemporary languages have functions which properly handle this condition. Older C temp file functions are especially susceptible. Ensure that you use proper file permissions. This can be achieved by using a safe temp file function. Temporary files should be writable and readable only by the process that owns the file. Randomize temporary file names. This can also be achieved by using a safe temp-file function. This will ensure that temporary files will not be created in predictable places. A network application framework uses the Java function createTempFile(), which will create a file that is readable by other local users of the system

References

cve@mitre.org


 

CPE

cpe start end
Configuration 1
cpe:2.3:a:netscout:ngeniusone:*:*:*:*:*:*:*:* < 6.4.0


REMEDIATION




EXPLOITS


Exploit-db.com

id description date
No known exploits

POC Github

Url
No known exploits

Other Nist (github, ...)

Url
No known exploits


CAPEC


Common Attack Pattern Enumerations and Classifications

id description severity
No entry