Next.js 中间件中的授权绕过漏洞
文章描述了漏洞评估中的关键因素及其对严重性的影响,包括攻击向量的远程程度、攻击复杂度的高低、所需权限的有无、用户交互的必要性、影响范围的变化,以及对数据机密性、完整性和可用性的潜在损失。 2025-3-24 18:20:19 Author: github.com(查看原文) 阅读量:19 收藏

Attack vector: More severe the more the remote (logically and physically) an attacker can be in order to exploit the vulnerability.

Attack complexity: More severe for the least complex attacks.

Privileges required: More severe if no privileges are required.

User interaction: More severe when no user interaction is required.

Scope: More severe when a scope change occurs, e.g. one vulnerable component impacts resources in components beyond its security scope.

Confidentiality: More severe when loss of data confidentiality is highest, measuring the level of data access available to an unauthorized user.

Integrity: More severe when loss of data integrity is the highest, measuring the consequence of data modification possible by an unauthorized user.

Availability: More severe when the loss of impacted component availability is highest.


文章来源: https://github.com/advisories/GHSA-f82v-jwr5-mffw
如有侵权请联系:admin#unsafe.sh