Skip to content

Kava Immersive agents - new reports - #13862

Open
olampert wants to merge 3 commits into
Venus-22.16.0from
Venus-22.16.0-AN-23607
Open

Kava Immersive agents - new reports#13862
olampert wants to merge 3 commits into
Venus-22.16.0from
Venus-22.16.0-AN-23607

new reports

2cedad6
Select commit
Loading
Failed to load commit list.
OX Security / ox-security/scan completed Mar 30, 2026 in 2m 30s

Scan complete: no blocking issues found

OX Security Logo

Successfully scanned changes introduced in a pull request into Venus-22.16.0 from Venus-22.16.0-AN-23607.

Internal scan identifier: 0b3fcae7-5be9-4b1a-923e-419815b8aeb8.

Total issues Blocking issues Scan status
1 0 ✔️
Category Issues
Code Security 1

See all issues found during this scan in the OX Security Application.

Detailed information
Issue #1
NameWeak Encryption Algorithm • PHP • Public Repo
StatusNew
EnforcementMonitor
SeverityMedium
CategoryCode Security
Source toolsOX Code Security
RecommendationUse strong, current encryption algorithms like AES-256. Avoid deprecated algorithms like DES, 3DES, RC4, and MD5. Use well-established cryptographic libraries and keep them updated.
3 aggregations
FileMatch
alpha/apps/kaltura/lib/reports/kDruidBase.php$cacheKey = 'druidQuery-' . md5($post);
alpha/apps/kaltura/lib/reports/kKavaReportsMgr.class.php$cache_key = 'reportCount-' . md5("$partner_id|".serialize($report_def)."|$object_ids|".serialize($input_filter));
alpha/apps/kaltura/lib/reports/myReportsMgr.class.php$partner_id_str = md5($partner_id);

Annotations

Check warning on line 379 in alpha/apps/kaltura/lib/reports/kDruidBase.php

See this annotation in the file changed.

@ox-security ox-security / ox-security/scan

Weak Encryption Algorithm • PHP • Public Repo

Use strong, current encryption algorithms like AES-256. Avoid deprecated algorithms like DES, 3DES, RC4, and MD5. Use well-established cryptographic libraries and keep them updated.

Check warning on line 5827 in alpha/apps/kaltura/lib/reports/kKavaReportsMgr.class.php

See this annotation in the file changed.

@ox-security ox-security / ox-security/scan

Weak Encryption Algorithm • PHP • Public Repo

Use strong, current encryption algorithms like AES-256. Avoid deprecated algorithms like DES, 3DES, RC4, and MD5. Use well-established cryptographic libraries and keep them updated.

Check warning on line 671 in alpha/apps/kaltura/lib/reports/myReportsMgr.class.php

See this annotation in the file changed.

@ox-security ox-security / ox-security/scan

Weak Encryption Algorithm • PHP • Public Repo

Use strong, current encryption algorithms like AES-256. Avoid deprecated algorithms like DES, 3DES, RC4, and MD5. Use well-established cryptographic libraries and keep them updated.