Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2023-3711 PoC — Potential Predictable Session ID

Source
Associated Vulnerability
Title:Potential Predictable Session ID (CVE-2023-3711)
Description:Session Fixation vulnerability in Honeywell PM43 on 32 bit, ARM (Printer web page modules) allows Session Credential Falsification through Prediction.This issue affects PM43 versions prior to P10.19.050004. Update to the latest available firmware version of the respective printers to version MR19.5 (e.g. P10.19.050006).
Readme
# Honeywell PM43 Pageid XSS Vulnerability POC

This repository contains a proof-of-concept (POC) code that demonstrates the existence of a Cross-Site Scripting (XSS) vulnerability in PM43 devices through the `pageid` parameter. The vulnerability affects PM43 devices with a version of P10.11.013310 or earlier.

## Prerequisites

To use this XSS vulnerability POC code, ensure that you have the following:

- Go programming language version 1.17 or higher installed on your system.
- Access to a PM43 printer device with the vulnerable version.

## Usage

Follow the steps below to use this XSS vulnerability POC code:

1. Clone or download this repository to your local machine.
2. Open a terminal and navigate to the project directory.

### Single URL Testing

To test a single URL, execute the following command:

```bash
go run main.go -url <target URL>
```

Replace `<target URL>` with the URL of the PM43 printer device you want to test. For example:

```bash
go run main.go -url http://printer.example.com
```

### Multiple URL Testing

If you have a file containing multiple URLs to test, use the following command:

```bash
go run main.go -file <input file>
```

Replace `<input file>` with the path to the file containing the URLs. Each URL should be on a separate line in the file.

## Output

The POC code will send malicious scripts using the `pageid` parameter to the provided URL(s) and analyze the responses. If the XSS vulnerability is present, it will display a success message indicating the detection of the vulnerability and the payload used. If no vulnerability is detected, a failure message will be displayed.

Please note that this POC code specifically targets the `pageid` parameter for XSS testing. Depending on your specific scenario, you may need to consider other input parameters or attack vectors.

## Disclaimer

This XSS vulnerability POC code is provided for educational and testing purposes only. Use it responsibly and ensure that you have proper authorization to test the target device. The author takes no responsibility for any misuse or damage caused by using this POC code.

## License

This XSS vulnerability POC code is licensed under the [MIT License](LICENSE).

## Acknowledgments

This POC code is based on the original code from the OpenAI GPT-3.5 model.

**Use this XSS vulnerability POC code responsibly and with caution. Respect the security and privacy of others.**
File Snapshot

[4.0K] /data/pocs/b68b331b10bc29aac20be4cc8321fea750cc27b9 ├── [ 14K] CVE3.png ├── [ 225] go.mod ├── [ 865] go.sum ├── [2.0K] main.go └── [2.4K] README.md 0 directories, 5 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →