POC详情: 86369224a95785ed10aa66ca7513593354c0fc63

来源
关联漏洞
标题: Apple iOS 和 macOS 竞争条件问题漏洞 (CVE-2022-46689)
描述:Apple iOS和Apple macOS都是美国苹果(Apple)公司的产品。Apple iOS是一套为移动设备所开发的操作系统。Apple macOS是一套专为Mac计算机所开发的专用操作系统。 Apple iOS 和 macOS存在竞争条件问题漏洞。目前尚无此漏洞的相关信息,请随时关注CNNVD或厂商公告。
描述
Proof-of-concept app to overwrite fonts on iOS using CVE-2022-46689.
介绍
# Control Tower Notification Enabler

This cdk package installs a Lambda function, with an associated IAM role, and subscribes the Lambda
function to Control Tower aggregate security notifications. In the event of a Control Tower rule violation
(e.g. publicly accessible S3 bucket), the Lambda sends a notification to a web hook.

## Prerequisites
 - Admin access to the organization. This is used to assume the control tower role in the audit account
 - [AWS CDK](https://docs.aws.amazon.com/cdk/latest/guide/getting_started.html) installed
 - Version 2 of the [AWS Cli](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html)

## MacOS / Linux
To enable the notifications on a mac or linux, run the `install.sh` script as an administrative user.
The script takes 3 parameters
1. The aws account account number
1. The webhook URL the notifications will be posted too
1. Optional name of Gaurdrail configRuleName(s) you want notification for. Separate multiple rules with comma. Use ALL_RULES for notifciation of all Guardrails 

sample command line:

    . install.sh 123456789012 https://mywebhookURL ALL_RULES

## Windows
To enable the notifications on a windows machine, from `install.ps1` from a powershell window.
The script takes 3 parameters
1. The aws account account number
1. The webhook URL the notifications will be posted too
1. Optional name of Gaurdrail configRuleName(s) you want notification for. Separate multiple rules with comma. Use ALL_RULES for notifciation of all Guardrails 

Sample command line:

    .\install.ps1 -AWSAduitAccountNumber '123456789012' -WebHookURL 'https://mywebhookURL.com/' -RuleFilter ALL_RULES
文件快照

[4.0K] /data/pocs/86369224a95785ed10aa66ca7513593354c0fc63 ├── [4.0K] bin │   └── [ 494] ct_notifications.ts ├── [ 165] cdk.json ├── [ 309] CODE_OF_CONDUCT.md ├── [ 621] Config ├── [3.2K] CONTRIBUTING.md ├── [2.5K] install.ps1 ├── [1.7K] install.sh ├── [ 130] jest.config.js ├── [4.0K] lib │   ├── [2.3K] aws-ct-chime.py │   ├── [1.1K] ct_notifications_role-stack.ts │   ├── [2.2K] ct_notifications-stack.ts │   ├── [ 714] package.ps1 │   ├── [ 840] package.sh │   └── [ 14] requirements.txt ├── [ 925] LICENSE ├── [ 728] package.json ├── [222K] package-lock.json ├── [1.6K] README.md ├── [4.0K] test │   └── [ 442] ct_notifications.test.ts └── [ 598] tsconfig.json 3 directories, 20 files
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。