Rankiteo Logo
Rankiteo
Leader in Cyber Underwriting
Loading...
NEWRankiteo Cyber Underwriting Desktop - Score, price, and bind from your desktop
WindowsmacOSLinux
Download

Comparison Overview

UW-Madison School of Journalism and Mass CommunicationUW-Madison School of Journalism and Mass Communication
VS
University of MarylandUniversity of Maryland
UW-Madison School of Journalism and Mass Communication

UW-Madison School of Journalism and Mass Communication

821 University Ave, Madison, Wisconsin, 53706, US

Last Update: 28/11/2025

View Profile
Between 750 and 799
https://journalism.wisc.edu/
769/1000Fair

Ours is one of the oldest journalism and mass communication programs in the United States. The school’s founder, Willard G. Bleyer, first offered instruction in journalism at Wisconsin during the 1904-05 academic year. We’ve honored Bleyer’s legacy for over a century, p...

NAICS:6113
NAICS Definition:Colleges, Universities, and Professional Schools
Employees:33
Subsidiaries:25
12-month incidents
0
Known data breaches
0
Attack type number
0
University of Maryland

University of Maryland

University of Maryland, College Park, MD, US, 20742

Last Update: 01/04/2026

View Profile
Between 750 and 799
http://umd.edu
766/1000Fair

As the State's flagship, the University of Maryland (UMD) strives to bring students deeply into the process of discovery, innovation and entrepreneurship. Whenever possible, hands-on research complements classroom instruction. Interdisciplinary collaborations facilitate...

NAICS:6113
NAICS Definition:Colleges, Universities, and Professional Schools
Employees:21,382
Subsidiaries:0
12-month incidents
0
Known data breaches
0
Attack type number
1

Compliance Ranges Comparison

Based On Specific Ai Models Category
UW-Madison School of Journalism and Mass Communication

UW-Madison School of Journalism and Mass Communication

-
ISO 27001Not verified
ISO 27001
-
SOC2 Type 1Not verified
SOC2 Type 1
-
SOC2 Type 2Not verified
SOC2 Type 2
-
GDPRNot verified
GDPR
-
PCI DSSNot verified
PCI DSS
-
HIPAANot verified
HIPAA
University of Maryland

University of Maryland

-
ISO 27001Not verified
ISO 27001
-
SOC2 Type 1Not verified
SOC2 Type 1
-
SOC2 Type 2Not verified
SOC2 Type 2
-
GDPRNot verified
GDPR
-
PCI DSSNot verified
PCI DSS
-
HIPAANot verified
HIPAA

Benchmark & Cyber Underwriting Signals

Incidents vs Higher Education Industry Avg (This Year)

No incidents recorded for UW-Madison School of Journalism and Mass Communication in 2026.

Incidents

Incidents vs Higher Education Industry Avg (This Year)

No incidents recorded for University of Maryland in 2026.

Incidents

Incident History - UW-Madison School of Journalism and Mass Communication (X = Date, Y = Severity)

UW-Madison School of Journalism and Mass Communication cyber incidents detection timeline including parent company and subsidiaries.

No timeline data available
R - Ransomware
C - Cyber Attack
D - Data Breach
V - Vulnerability

Incident History - University of Maryland (X = Date, Y = Severity)

University of Maryland cyber incidents detection timeline including parent company and subsidiaries.

R - Ransomware
C - Cyber Attack
D - Data Breach
V - Vulnerability

Notable Incidents

Last Cyber / HR Incidents / Global...
UW-Madison School of Journalism and Mass Communication

UW-Madison School of Journalism and Mass Communication

Incidents
No explicit notable incidents reported.
University of Maryland

University of Maryland

Incidents
🔒 Incident : Ransomware
UNI22439322

FAQ

Between UW-Madison School of Journalism and Mass Communication company and University of Maryland company, which one has the best AI Cybersecurity Score ?
Between UW-Madison School of Journalism and Mass Communication company and University of Maryland company, which one has experienced more cyber incidents in the past ?
Between UW-Madison School of Journalism and Mass Communication company and University of Maryland company, which one has experienced more cyber incidents this year ?
Between UW-Madison School of Journalism and Mass Communication company and University of Maryland company, which one has experienced at least one ransomware attack ?
Between UW-Madison School of Journalism and Mass Communication company and University of Maryland company, which one has experienced at least one data breach ?
Between UW-Madison School of Journalism and Mass Communication company and University of Maryland company, which one has experienced at least one targeted cyberattack ?
Between UW-Madison School of Journalism and Mass Communication company and University of Maryland company, which one has experienced at least one vulnerability ?
Between UW-Madison School of Journalism and Mass Communication company and University of Maryland company, which one holds the most compliance certifications ?
Between UW-Madison School of Journalism and Mass Communication company and University of Maryland company, which one holds the fewest compliance certifications ?
Between UW-Madison School of Journalism and Mass Communication company and University of Maryland company, which one has the most subsidiaries ?
Between UW-Madison School of Journalism and Mass Communication company and University of Maryland company, which one has the largest number of employees ?
Between UW-Madison School of Journalism and Mass Communication and University of Maryland, which company holds both SOC 2 Type 1 certifications ?
Between UW-Madison School of Journalism and Mass Communication and University of Maryland, which company holds both SOC 2 Type 2 certifications ?
Which company is ISO 27001 certified - UW-Madison School of Journalism and Mass Communication or University of Maryland ?
Which company is PCI DSS compliant - UW-Madison School of Journalism and Mass Communication or University of Maryland ?
Between UW-Madison School of Journalism and Mass Communication and University of Maryland, which company complies with HIPAA regulations for healthcare data ?
Between UW-Madison School of Journalism and Mass Communication and University of Maryland, which company complies with GDPR requirements ?

Latest Global CVEs

CVE-2026-66064
SUMMARY

goshs is a feature-rich single-binary file server for red teamers and developers. Prior to 2.1.5, the httpserver/handler.go sendFile handler opened files using a cleaned path but derived the authorization filename from raw req.URL.Path, so a trailing slash could bypass .goshs ACL-file protection and block-list checks. This issue is fixed in version 2.1.5.

PUBLISHED
Date2026-07-28
UPDATED
Date2026-07-28
RISK INFORMATION (Score: 5.3)
CVSS3
Base Score: 5.3
Complexity: LOW
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
IMPACT SCORE
1.4
EXPLOITABILITY
3.9
CVE-2026-66063
SUMMARY

goshs is a feature-rich single-binary file server for red teamers and developers. Prior to 2.1.5, the httpserver/updown.go multipart upload handler split part.FileName() on / but did not reject .., allowing an unauthenticated upload with filename .. to create a file outside the served tree. This issue is fixed in version 2.1.5.

PUBLISHED
Date2026-07-28
UPDATED
Date2026-07-28
RISK INFORMATION (Score: 6.5)
CVSS3
Base Score: 6.5
Complexity: LOW
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
IMPACT SCORE
2.5
EXPLOITABILITY
3.9
CVE-2026-64863
SUMMARY

goshs is a feature-rich single-binary file server for red teamers and developers. Prior to 2.1.4, the httpserver/server.go wdGuard handled WebDAV MOVE as a write-only method and did not enforce --no-delete, allowing WebDAV clients to delete or overwrite files via MOVE with Overwrite: T. This issue is fixed in version 2.1.4.

PUBLISHED
Date2026-07-28
UPDATED
Date2026-07-28
RISK INFORMATION (Score: 9.1)
CVSS3
Base Score: 9.1
Complexity: LOW
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
IMPACT SCORE
5.2
EXPLOITABILITY
3.9
CVE-2026-62325
SUMMARY

goshs is a feature-rich single-binary file server for red teamers and developers. From 2.1.3 until 2.1.4, the sftpserver/sftpserver.go password handler used Username != "" && Password != "", so running goshs with -b 'admin:' -sftp and no -fkf left both SFTP authentication handlers unset and allowed unauthenticated file access. This issue is fixed in version 2.1.4.

PUBLISHED
Date2026-07-28
UPDATED
Date2026-07-28
RISK INFORMATION (Score: 9.1)
CVSS3
Base Score: 9.1
Complexity: LOW
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
IMPACT SCORE
5.2
EXPLOITABILITY
3.9
CVE-2026-59921
SUMMARY

Netty is an asynchronous, event-driven network application framework. Prior to versions 4.1.136.Final and 4.2.16.Final, HttpPostRequestEncoder constructs multipart HTTP request bodies by directly concatenating user-supplied filenames and field names into Content-Disposition MIME headers without validating or sanitizing CRLF characters (\r\n). Since MIME headers are delimited by CRLF, an attacker who controls the filename can inject arbitrary MIME headers into the multipart body part. The root cause is that neither the encoder nor the FileUpload implementations' setFilename() methods, which only check for null, neutralize CRLF characters before the filename is embedded into the header. This issue has been fixed in versions 4.1.136.Final and 4.2.16.Final.

PUBLISHED
Date2026-07-28
UPDATED
Date2026-07-28
RISK INFORMATION (Score: 5.7)
CVSS3
Base Score: 5.7
Complexity: LOW
CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
IMPACT SCORE
3.6
EXPLOITABILITY
2.1